Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 699 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 699 Bytes

blog.robino.dev

Use as a Template

MIT License

Feel free to fork this project and use it as a template.

Local Development

  • Fork the project
  • Install dependencies: npm i
  • npm run dev

About

  • Edit src/lib/info with your information
  • Content is located in src/content
  • Edit frontmatterSchema in src/lib/schema 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/client/tailwind.css, this template uses uico.

Deployment

The project is set up to deploy to Vercel, swap the adapter to deploy elsewhere.