Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodroot <9484709+goodroot@users.noreply.github.com>2021-07-04 07:58:16 +0300
committergoodroot <9484709+goodroot@users.noreply.github.com>2021-07-04 07:58:16 +0300
commit5559acaf8680899ac1afa710a88d485dbd7ad718 (patch)
tree4a2975d7a576f5435c326745985c139bec295f91 /exampleSite
parent0bb525f5267328b913d534b67fff656c051218ac (diff)
removes hightlight.js
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c5ce703..3c3d7d1 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,6 +7,22 @@ languageCode = "en-us"
theme = "hugo-classic"
title = "Classic"
+[markup.goldmark.renderer]
+unsafe = true
+
+[markup.highlight]
+anchorLineNos = false
+codeFences = true
+guessSyntax = false
+hl_Lines = ""
+lineAnchors = ""
+lineNoStart = 1
+lineNos = false
+lineNumbersInTable = true
+noClasses = true
+style = "friendly"
+tabWidth = 4
+
[permalinks]
post = "/post/:year/:month/:day/:slug/"