Skip to content

Klrfl/simple-blog-with-tina

 
 

Repository files navigation

Netlify Status Run Build

Astro Simple blog theme + Tina CMS

This Astro + Tina starter is based on the simple blog theme for Astro.

screenshot

Live editing demo

Live editing demo

simple-blog-with-tina-demo.mp4

Credits

This is built upon the simple blog theme for Astro. Many thanks to @dofbi! If this template helped you, buy him a coffee.

Buy Me A Coffee

Features

  • content
  • pagination (improved)
  • tags
  • categories
  • content management with Tina
  • live editing with Tina

🧞 Commands

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 Configuration

{
  "site": {
    "language": "en",
    "title": "Astro Themes",
    "description": "<your site description>",
    "copyright": "© 2024 copyright text."
  },
  "links": [
    {
      "identifier": "about",
      "name": "About",
      "url": "/about/"
    }
  ],
  "settings": {
    "pagination": 6,
  }
}

License

This template is MIT licensed.

About

An Astro + Tina demo with live editing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Astro 56.1%
  • TypeScript 38.4%
  • CSS 4.2%
  • JavaScript 1.3%