Used Resources
Vi favicon
The vi favicon is based on the Vi logo file created by DavidL under a CC BY-SA 4.0 (via Wikimedia Commons).
Pandoc
I converted the Ex/Vi manpages with Pandoc
to Markdown.
$ pandoc --from=man --to= markdown -o ex.1.md ex.1
$ pandoc --from=man --to= markdown -o vi.1.md vi.1
Site Creation
My pages are written in Markdown (directory docs) an transformed into HTML pages (local directory site). The site data are published in the gh-pages branch.
The following Python modules are used to create this site:
Last update:
2023-08-14 10:05:46