Aerogramme website including blog system and documentation using Zola
content | ||
src | ||
static | ||
templates | ||
.gitignore | ||
config.toml | ||
package-lock.json | ||
package.json | ||
README.md | ||
tailwind.config.js |
Garage Website
Setup
- Install Zola with
pacman -S zola
- Clone this repo
- Run
npm install
to get the dev dependencies - Run
zola build
to get the public directory - Run
npm start
to compile styles and scripts - Run
zola serve