MIT License
Feel free to fork this project and use it as a template.
- Fork the project
- Install dependencies:
npm i
npm run dev
- Edit
src/lib/info
with your information - Content is located in
src/content
- Edit
frontmatterSchema
insrc/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.
The project is set up to deploy to Vercel, swap the adapter to deploy elsewhere.