Commit Graph

8 Commits

Author SHA1 Message Date
zwbetz-gh 87e1a8608f use hugo's toc 2021-09-12 14:24:53 -05:00
Daniel F. Dickinson 87c4c8dfbd
Add default dark theme for modern browsers (#56)
* Add default dark theme for modern browsers

This version is based on the DOM specification used by Firefox, Chrome,
and the new Edge. Since it is standards compliant it should work on
modern browsers, but dark mode won't be available on IE11 and maybe the
old Edge.
I have avoided the screen flash on loading the page, and toggling from
dark to light (or vice versa) both when dark
is default and when light is default.

Signed-off-by: Daniel F. Dickinson <20735818+danielfdickinson@users.noreply.github.com>

* Edit/improve as suggested by maintainer

* Improves documentation (README.md)
* Improves Go template logic for setting the default theme type
* Improves coding (and markdown) style
* Adds the new param to exampleSite/config.yaml for documentation

Signed-off-by: Daniel F. Dickinson <20735818+danielfdickinson@users.noreply.github.com>
2021-08-16 21:35:09 -05:00
zwbetz-gh 2c39eba5a6 remove darkThemeAsDefault 2020-11-24 20:52:10 -06:00
zwbetz-gh 27dbcc6dd9 prevent white flash on page load when dark theme is persisted 2020-11-23 22:39:04 -06:00
zwbetz-gh 67f79b8474 add search by title 2020-06-20 22:16:24 -05:00
zwbetz-gh e9a24f95ec config for hide header links 2020-06-11 13:12:51 -05:00
zwbetz-gh 5e2ff37e94 fix accessibility issues 2020-06-10 20:01:12 -05:00
zwbetz 1ca7249810 add param to set dark theme as default 2020-06-02 21:14:46 -05:00