diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-08 13:57:36 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-08 13:57:36 +0200 |
| commit | 54450b874ac74fe103d365a0c4511baa7d22ec9d (patch) | |
| tree | f6b3be4cb895274fc7a305bbb90a13d6c5e55968 /exampleSite | |
| parent | f51d4ec6182d93283c794501b02df43a7f07011b (diff) | |
| download | gohugo-theme-ed-54450b874ac74fe103d365a0c4511baa7d22ec9d.tar.gz | |
Change syntax highlighting theme
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 308678b..c402696 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -33,7 +33,6 @@ defaultContentLanguage = "en" webmanifest = "" # Web app manifest with 192×192 and 512×512 PNG icons for modern browsers disable_fingerprinting = false - disable_highlight_js = false [social] # Facebook Page Admin ID for Domain Insights @@ -54,3 +53,7 @@ defaultContentLanguage = "en" url = "/documentation/" weight = 3 +[markup] + [markup.highlight] + # Syntax highlighting theme + style = "monokailight" |
