diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-10 17:32:44 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-10 17:32:44 -0300 |
commit | d78444cd19621616ddf8aef87a630e30ca9ee950 (patch) | |
tree | fc8cdc672490a8c4e567b32f9eaebc639ff7a162 /exampleSite | |
parent | 6e341272f5c3d92be25e1997a8deb44c3f5cd02a (diff) | |
download | hugo-bearcub-d78444cd19621616ddf8aef87a630e30ca9ee950.tar.gz hugo-bearcub-d78444cd19621616ddf8aef87a630e30ca9ee950.tar.bz2 |
Separate sintax from style
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4449bb7..94029d9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -14,6 +14,9 @@ copyright = "John Doe (CC BY 4.0)" [markup.highlight] lineNos = true lineNumbersInTable = false + # This allows Bear Cub to use a variation of Dracula that is more accessible + # to people with poor eyesight + # See https://web.dev/color-and-contrast-accessibility/ noClasses = false # Multi-lingual mode config |