Garage website including blog system and documentation using Zola https://garagehq.deuxfleurs.fr
Go to file
Lucas Chaplain 336fd3f756 First commit 2022-01-24 18:36:50 +01:00
content/blog First commit 2022-01-24 18:36:50 +01:00
src First commit 2022-01-24 18:36:50 +01:00
static First commit 2022-01-24 18:36:50 +01:00
templates First commit 2022-01-24 18:36:50 +01:00
.gitignore First commit 2022-01-24 18:36:50 +01:00
README.md First commit 2022-01-24 18:36:50 +01:00
config.toml First commit 2022-01-24 18:36:50 +01:00
package-lock.json First commit 2022-01-24 18:36:50 +01:00
package.json First commit 2022-01-24 18:36:50 +01:00
tailwind.config.js First commit 2022-01-24 18:36:50 +01:00

README.md

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