cmd_theme
                                
                                 cmd_theme copied to clipboard
                                
                                    cmd_theme copied to clipboard
                            
                            
                            
                        "Cmd Theme" for astro
Cmd Theme
A theme for astro.
 
 

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.