This website is a blog and project overview built with sveltekit.
- markdown blog
- write posts in markdown
- store images with markdon files in the same folder
// 🚀 start local development
npm run dev
- You can edit the posts in
/src/routes.
Blog
- Blog posts are located in
/src/lib/blog - Images are stored in the
imagesfolder - If new images are added and not shown in local development: run
npm run buildto trigger the copy plugin to copy the images to thestaticfolder - Blog posts need a valid frontmatter
You can find more details in the blog posts
- visit http://georg-braun.de
- or navigate to
src/lib/blogin this repository