Sveltekit blog starter with Markdown support using Remark
- Sveltkit Skelton Project (with TS, ESLint, Prettier, Vitest)
- Tailwind
- File System based routing for blog content located in
./content
.- E.g.
./content/<category>/<post-file>
. - Assets like images, GIFs, etc. are place along the content.
- TODO: transoform these assets during build (Vite).
- E.g.
nvm use
# dev
pnpm run dev
# build
pnpm run build
pnpm run preview
pnpm i -D unified vfile \
remark-parse remark-frontmatter remark-gfm remark-smartypants remark-rehype \
rehype-raw rehype-stringify