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

github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
-rw-r--r--exampleSite/config.toml2
2 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index df7fc90..d9e466d 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,13 @@ footnoteReturnLinkContents = "^"
tag = "tags"
series = "series"
+[markup]
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ unsafe = true
+ [markup.highlight]
+ style = "paraiso-dark" # syntax highlighting style
+
[Params]
darkmode = true # set true if you prefer dark mode
```
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7171c35..2f8fd37 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -19,6 +19,8 @@ footnoteReturnLinkContents = "^"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
+ [markup.highlight]
+ style = "paraiso-dark"
[Params]
darkmode = true \ No newline at end of file