Skip to content

Sveltekit blog starter with Markdown support using Remark

License

Notifications You must be signed in to change notification settings

alkmst-xyz/kit-md-blog-starter

Repository files navigation

kit-md-blog-starter

Sveltekit blog starter with Markdown support using Remark

Features

  • 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).

Running the project

nvm use

# dev
pnpm run dev

# build
pnpm run build
pnpm run preview

Markdown support

pnpm i -D unified vfile \
  remark-parse remark-frontmatter remark-gfm remark-smartypants remark-rehype \
  rehype-raw rehype-stringify

About

Sveltekit blog starter with Markdown support using Remark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published