Skip to content

onadrog/cmd_theme

Repository files navigation

Cmd Theme

A theme for astro.

home page blog posts list about page

Live Preview

Feat

  • Use Sass
  • Blog post pagination
  • Semantic / A11y ready

Usage

requirements

$ mv .env.example .env # set your site URL and base
$ pnpm install # install dependencies
$ pnpm run dev # run the dev env
$ pnpm run build # check astro and ts files and build your site
$ pnpm run build:prev # build the site without check and run the preview command

Site data

You must set the variables in the .env file ( rename .env.example to .env if you haven't already do that) You can modify default values in data/site.ts file.

Astroadd cli

You can use Astroadd-cli to create markdown files with auto generate frontmatter.

A11y / Semantics Resources

style guide

W3C

License Mit