Fully customizable blog template with a Svelte.js front-end.
Deployed from sanity.io/create
- A Military-grade progressive blog with Sapper
- Structured content using Sanity.io
- Global deployment on Netlify
-
Clone this repository
-
npm install
in the project root folder on local -
npm run dev
to start the studio and frontend locally- Your studio should be running on http://localhost:3333
- Your sapper frontend should be running on http://localhost:3000
- Your svelte-kit frontend should be running on http://localhost:3002
-
npm run build
to build to production locally
Netlify automatically deploys new changes committed to master on GitHub. If you want to change deployment branch, do so in build & deploy settings on Netlify.
Join Sanity’s developer community or ping us on Twitter.
note: svelte-kit npm export is broken. and missing from the package.json
- added tailwindcss
- added tailwindcss plugins
- basic themes in tailwind
- added markdown it!
- added markdown it pluginss
- moved markdown constants to their own file (data.js in \src\lib)