/astro-simple-blog-theme

Starter wromo blog theme with netlify

Primary LanguageAstroMIT LicenseMIT

Netlify Status Run Build

Starter simple wromo theme with Netlify end Astro

Video screenshot starter-wromo-theme

Demo

View Creek Theme on Netlify

Features

  • based on bootstrap
  • pagination
  • tags
  • categories

🧞 Commands

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

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying

👀 Want to learn more?

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

Site Configuration

  // src/config.cjs
  // Web site base url
  siteBaseUrl: '/',
  // Web site language
  siteLanguage: "en",
  //Web site title. It is visible in sidebar and browser
  siteTitle: "Wromo Themes with Astro end Netlify",
  //Web site desciption. It is visible in sidebar. Also added head meta data.
  siteDescription: "<your site description>",
  //Override footer text.
  siteCopyright: "© 2020 copyright text.",
  //Site global date format. [dayjs](https://day.js.org/docs/en/display/format)
  dateFormat: "MMMM D, YYYY",
  // Pagination number of posts per page
  paginate: 6,
  //Customize the menu
  memus:[
    {
      identifier: "about",
      name: "About",
      url: "/about/",
    }
  ],

https://buymeacoffee.com/infowromon

Support

If this template helped you, buy me a coffee.

Buy Me A Coffee

License

This template is MIT licensed.