Age | Commit message (Expand) | Author |
2021-10-06 | website: Switch to high contrast.•••High contrast feels more readable. Low contrast makes me squint.
* website/style.css (body): Remove color property. Let it be the
default black.
| Arun Isaac |
2021-06-18 | website: Make SVG badges clickable.•••* website/style.css (object): Set pointer-events to none.
| Arun Isaac |
2021-06-18 | website: Widen to 900px.•••* website/style.css (body): Set max-width to 900px.
| Arun Isaac |
2021-06-18 | website: Reference external stylesheet.•••* website/style.css: New file.
* Makefile.am (AM_MAKEINFOHTMLFLAGS): Set to --css-ref=/style.css.
* build-aux/build-website.el (org-html-head): Set to <link> tag
referencing external stylesheet.
| Arun Isaac |
2021-06-18 | website: Move releases into website directory.•••If the releases directory is already in the website directory, then we
don't need to redundantly copy it while building the website.
* releases: Move to website/releases.
* Makefile.am (website): Do not copy releases.
(clean-local): Do not clean website/releases.
| Arun Isaac |