Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-22 | man.serenityos.org: Make section titles more descriptive | Ben Wiederhake | |
2021-10-22 | man.serenityos.org: Use pandoc for listings and landing page | Ben Wiederhake | |
This makes all pages look and feel the same, because they all use the default CSS generated by pandoc. Also, it inserts the banner everywhere at the top, not only into the top-level index.html. Credit to @xSlendiX for suggesting that `-B` works here. | |||
2021-10-22 | man.serenityos.org: Fix links to man(1), avoid unnecessary shells | Ben Wiederhake | |
This fixes the current bug at the end of less(1), which links to the wrong file ".html" instead of "man.html". | |||
2021-10-22 | man.serenityos.org: Simplify local builds | Ben Wiederhake | |
I simply extracted the script from .github/workflows/manpages.yml, without significant modification. |