About

April 6, 2024

Astro Simple blog theme

simple blog is a simple blog theme for Astro.

Demo

View Creek on Netlify

Credits

This theme is built upon a theme called simple-blog for hugo. Full design credit goes to 10mohi6.

Features

  • content
  • pagination
  • tags
  • categories

🧞 Commands

All commands are run from the root of the project, from a terminal:

CommandAction
npm installInstalls dependencies
npm run devStarts local dev server at localhost:3000
npm run buildBuild your production site to ./dist/
npm run previewPreview your build locally, before deploying

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.

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"
  }
}

Support

If this template helped you, buy me a coffee.

Buy Me A Coffee

License

This template is MIT licensed.