- CSS 46.9%
- JavaScript 25.1%
- Handlebars 14.3%
- Python 13.7%
Aerogel Linux logo image
Aerogel Linux Documentation
This is the repository for the Aerogel Linux website and documentation, which is hosted at https://aerogel-linux.codeberg.page.
Writing Pages
This website uses mdBook. The only information you'll need to know is writing pages and editing
SUMMARY.md (documentation here).
Make sure to place files in appropriate folders and organize SUMMARY.md in a
logical manner.
You can check other pages for inspiration.
Preprocessor
We have our own mdbook preprocessor, adding things like icons, command blocks, etc. To use them, please refer to the README in the preprocessor/ folder.
Previewing the site locally
To preview the website, you need to install mdBook (v0.4.48), mdbook-admonish and Python3 locally (documentation here).
The python dependecies required are:
python3-jinja2
To locally host the website, use mdbook serve to host the website at
https://localhost:3000 (more information
here. This will also automatically update as you make
changes:
$ mdbook serve
License
This website is licensed under CC-BY-SA-4.0. By contributing, you agree to its terms.
The terms of the license can be found on the Creative Commons website here.