A theme for astro.
- Use Sass
- Blog post pagination
- Semantic / A11y ready
$ 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
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.
You can use Astroadd-cli to create markdown files with auto generate frontmatter.