This Astro + Tina starter is based on the simple blog theme for Astro.
simple-blog-with-tina-demo.mp4
This is built upon the simple blog theme for Astro. Many thanks to @dofbi! If this template helped you, buy him a coffee.
- content
- pagination (improved)
- tags
- categories
- content management with Tina
- live editing with Tina
This project uses PNPM. To install it, run:
npm i -g pnpm
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm run dev |
Starts local dev server at localhost:3000 |
pnpm run build |
Build your production site to ./dist/ |
pnpm run preview |
Preview your build locally, before deploying |
{
"site": {
"language": "en",
"title": "Astro Themes",
"description": "<your site description>",
"copyright": "© 2024 copyright text."
},
"links": [
{
"identifier": "about",
"name": "About",
"url": "/about/"
}
],
"settings": {
"pagination": 6,
}
}
This template is MIT licensed.