Garage website including blog system and documentation using Zola https://garagehq.deuxfleurs.fr
Go to file
Lucas Chaplain f4e0486474
continuous-integration/drone/push Build is passing Details
update readme
2022-01-29 14:59:22 +01:00
content Doc refactor, doc and index QoL, fix search: working on every page 2022-01-27 18:10:37 +01:00
src Improve responsive, icons, refactor search, update readme 2022-01-29 14:42:09 +01:00
static Improve responsive, icons, refactor search, update readme 2022-01-29 14:42:09 +01:00
templates Improve responsive, icons, refactor search, update readme 2022-01-29 14:42:09 +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-29 14:59:22 +01:00
config.toml Improve responsive, icons, refactor search, update readme 2022-01-29 14:42:09 +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 (almost done) !


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

Build

CSS : 28.4 kB

JS : 6.8 kB (app) + 1.2 MB (search)*

*The search index in loaded only when the user opens the search modal

Images + Icons : 1.1 MB

Fonctions & utilities

JavaScript can be disabled and the website will still run nicely. It only brings QoL advantages for the user.

The function is [x] if it still runs without JavaScript enabled.

  • Responsive main navigation menu (toggle)
  • Documentation : user can deploy or reploy ToC submenus
  • Documentation : deploy only the current ToC submenu after a page change
  • Documentation : sidebar focus effect on current section anchor when user scrolls
  • Documentation : ToC that follows the user's scroll
  • Global search

Screenshots

480px

768px

1280px