diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-05 08:34:44 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-05 08:34:44 +0200 |
| commit | 50a672d46fe1e252bb369ca2d0ae4eb1adf3a015 (patch) | |
| tree | c5b9e0511a8cd4fc98a433291cf3323ccb38c70c /hugo.toml | |
| parent | d76c946248b6c7133cbc0ecd0cb402a728a410fc (diff) | |
| download | danixxyz-theme-50a672d46fe1e252bb369ca2d0ae4eb1adf3a015.tar.gz danixxyz-theme-50a672d46fe1e252bb369ca2d0ae4eb1adf3a015.zip | |
fix: remove deprecated config and unsupported highlight parameters
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,4 @@ baseURL = 'https://danix.xyz/' -languageCode = 'en-US' title = 'danilo m.' locale = 'en-US' @@ -13,11 +12,8 @@ locale = 'en-US' [markup.highlight] codeFences = true lineNos = false - guessSyntax = false - hl_Lines = "" - hl_inline = false tabWidth = 2 - # Style: use 'monokai' as base and customize in CSS + # Style: monokai - customize colors in layout files and CSS style = 'monokai' noClasses = false [markup.tableOfContents] |
