Major refactoring

The additions to `_config.yml` go together with the changes to `code.scss`,
to facilitate adjusttments by users. See `docs/linenos-test` for the details.
The CSS code has been significantly refactored and simplified,
and seems to produce sensible results (at least on Safari and Firefox).
This commit is contained in:
PLanCompS
2020-07-07 19:34:35 +02:00
parent 49ef043ebb
commit 61053f677b
3 changed files with 115 additions and 67 deletions

View File

@@ -99,6 +99,11 @@ ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (t
plugins:
- jekyll-seo-tag
kramdown:
syntax_highlighter_opts:
block:
line_numbers: false
compress_html:
clippings: all
comments: all
@@ -106,3 +111,5 @@ compress_html:
startings: []
blanklines: false
profile: false
# ignore:
# envs: all