hexylena.css(7) | Miscellaneous Information Manual | hexylena.css(7) |
hexylena.css - hexylena’s own CSS theme, encapsulating her aesthetic.
Comic Mono is the default for dyslexia friendliness:
<link rel="stylesheet" href="https://hexylena.galaxians.org/hexylena.css/hexylena.css" />
A Iosevka variant is available:
<link rel="stylesheet" href="https://hexylena.galaxians.org/hexylena.css/hexylena-i.css" />
See a practical example in ls.1.html with the background colour overridden in the <head>
<style type="text/css">:root{--theme-color: blueviolet}</style>
The easiest way to use this is probably with the included pandoc template:
cat README.md | \
pandoc -t html --standalone \
--metadata title="hexylena.css(7)" \
--metadata subtitle="Miscellaneous Information Manual" \
--template ./pandoc.html \
> index.html
These CSS variables are available:
--theme-color: #CE3518
, really just the background
--text-color: white
, all text minus links
--link-color: black
, links
--code-background: black
--code-foreground: white
--font-family: monospace
, go wild
hexylena
AGPL-3.0
Heavily inspired by causal.agency(7), though minus the syntax highlighting.