I created this blog as a place to write about topics I am interested in. Check it out at blog.robino.dev.
MIT License
Feel free to fork this project and use it as a template.
- Fork the project
- Install dependencies:
bun i
bun dev
- Edit
src/lib/info
with your information - Content is located in
src/content
- Edit
frontmatterSchema
insrc/lib/schemas
if you would like to change the front-matter schema in your posts. This zod schema validates the front-matter of each post and throws errors if it is invalid. - Edit color scheme in
src/tailwind.css
, this template uses uico, you can use the docs generate the css properties for the theme.
The project is set up to deploy to Vercel with the static adapter and Vercel analytics. If you want to change this follow these instructions.
- Update the adapter in
svelte.config.js
based on your deployment method,bun rm @sveltejs/adapter-vercel
, follow these instructions. - Remove the analytics from
src/routes/+layout.svelte
and runbun rm @vercel/analytics