Astro Simple blog theme
simple blog is a simple blog theme for Astro.
Credits
This theme is built upon a theme called simple-blog for hugo. Full design credit goes to 10mohi6.
Features
- content
- view transitions
- pagination
- tags
- categories
Site Configuration
{
  "site": {
    "baseUrl": "/",
    "language": "en",
    "title": "Astro Themes",
    "description": "<your site description>",
    "copyright": "© 2024 copyright text."
  },
  "memus":[
    {
      "identifier": "about",
      "name": "About",
      "url": "/about/"
    }
  ],
  "settings": {
    "pagination": 6,
    "blog_folder": "posts"
  }
}
License
This template is [MIT](LICENSE) licensed.
 
  
  
  
  
  
 