Visit Page
3
2
Fork
You've already forked pages
1
The aerogel Linux website and documentation
  • CSS 46.9%
  • JavaScript 25.1%
  • Handlebars 14.3%
  • Python 13.7%
joetroll 8f1844db27
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
NOW we can trigger woodpecker, i think
2026年01月25日 08:23:02 +01:00
preprocessor fix(readme): simple wording change 2026年01月25日 08:15:09 +01:00
src feat(preprocessor): refactor preprocessor to use more modern python features 2026年01月24日 17:28:10 -03:00
theme fix(css): fix page on mobile 2025年08月26日 04:25:23 +02:00
.gitignore feat(preprocessor): refactor preprocessor to use more modern python features 2026年01月24日 17:28:10 -03:00
.woodpecker.yml manually trigger ci 2026年01月24日 21:30:54 +01:00
book.toml feat(book): add git-related configs, fix(home, preprocessor): add license and instructions back to the main preprocessor file, add a note saying this is such a placeholder for now. 2025年04月21日 03:51:07 -03:00
LICENSE initial commit 2025年04月20日 00:11:54 -03:00
macros.py fix(spelling): misc spelling mistakes 2025年04月22日 02:19:47 -03:00
README.md NOW we can trigger woodpecker, i think 2026年01月25日 08:23:02 +01:00

Aerogel Linux logo image

Aerogel Linux Documentation

status-badge

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.