mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-07 23:38:46 +00:00
initial setup
This commit is contained in:
commit
f29b97ac06
23 changed files with 5114 additions and 0 deletions
12
src/content/config.ts
Normal file
12
src/content/config.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { defineCollection, z } from 'astro:content';
|
||||
|
||||
const skillCollection = defineCollection({
|
||||
type: 'data',
|
||||
schema: z.object({
|
||||
skills: z.array(z.string())
|
||||
}),
|
||||
});
|
||||
|
||||
export const collections = {
|
||||
'skills': skillCollection,
|
||||
}
|
10
src/content/home/de/about-me.md
Normal file
10
src/content/home/de/about-me.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
|
||||
---
|
||||
|
||||
# Hallo Welt!
|
||||
Mein Name ist Denis und ich arbeite als Frontend Engineer in Karlsruhe!
|
||||
|
||||
Diese Website hat aktuell nicht viel zu bieten, aber das wird sich über die Zeit verändern. Ich wurde vor kurzem als Teilzeit-Lehrkraft an der DHBW in Karlsruhe angenommen. Dort werde ich die Module Web Engineering 1 & 2 lehren. Diese Website soll unter anderem dazu dienen Inhalte zu vermitteln.
|
||||
|
||||
Des weiteren sollen zusätzliche Inhalte wie private Projekte, Infos zu meiner selbst und mehr hier präsentiert werden.
|
14
src/content/skills/de/skills.json
Normal file
14
src/content/skills/de/skills.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"skills": [
|
||||
"React",
|
||||
"Vue",
|
||||
"TypeScript",
|
||||
"PostgreSQL",
|
||||
"Rust",
|
||||
"Frontend",
|
||||
"Backend",
|
||||
"UX & UI Design",
|
||||
"Copy",
|
||||
"Dungeon Master"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue