Garage website including blog system and documentation using Zola https://garagehq.deuxfleurs.fr
Go to file
Lucas Chaplain ff0cec6d64
continuous-integration/drone/push Build is passing Details
Beautify download button
2022-01-28 01:20:33 +01:00
content Doc refactor, doc and index QoL, fix search: working on every page 2022-01-27 18:10:37 +01:00
src Doc refactor, doc and index QoL, fix search: working on every page 2022-01-27 18:10:37 +01:00
static Update hero section images into isometric style 2022-01-28 01:02:02 +01:00
templates Beautify download button 2022-01-28 01:20:33 +01:00
.drone.yml Doc refactor, doc and index QoL, fix search: working on every page 2022-01-27 18:12:46 +01:00
.gitignore First commit 2022-01-24 18:36:50 +01:00
README.md Update readme 2022-01-26 14:47:51 +01:00
config.toml Doc refactor, doc and index QoL, fix search: working on every page 2022-01-27 18:10:37 +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 Beautify download button 2022-01-28 01:20:33 +01:00

README.md

Garage Website

¡ Work in progress !


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