Garage website including blog system and documentation using Zola https://garagehq.deuxfleurs.fr
Go to file
Alex 4dde9b0855
All checks were successful
continuous-integration/drone/push Build is passing
specify upstream url
2022-01-27 15:49:19 +01:00
content Fix doc links & added noJS support for the doc 2022-01-26 14:44:47 +01:00
src Fix blurry svg logo & misc QoL improvements 2022-01-27 11:28:21 +01:00
static Added gobal Search, template partials, deleted shortcodes not in use 2022-01-27 15:03:27 +01:00
templates Added gobal Search, template partials, deleted shortcodes not in use 2022-01-27 15:03:27 +01:00
.drone.yml specify upstream url 2022-01-27 15:49:19 +01:00
.gitignore First commit 2022-01-24 18:36:50 +01:00
config.toml Added slash on links for Docs and Blog 2022-01-27 15:27:07 +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
README.md Update readme 2022-01-26 14:47:51 +01:00
tailwind.config.js Added gobal Search, template partials, deleted shortcodes not in use 2022-01-27 15:03:27 +01:00

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