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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2018-10-14 05:23:42 +0300
committerzwbetz <zwbetz@gmail.com>2018-10-14 05:23:42 +0300
commitea2b4e103e27c0b89b081ae8aed5235706d16cf3 (patch)
tree51f72743d0281005293c7d97e149aa08a725c4b3 /README.md
parent4ad190839a182990dc10ea2164fe3ba9be632820 (diff)
Update config.toml
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89f1193..744a045 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,10 @@ title = "Some Title"
theme = "minimal-bootstrap-hugo-theme"
enableGitInfo = false
+pygmentsCodefences = true
+pygmentsCodefencesGuessSyntax = true
+pygmentsStyle = "pygments"
+
[permalinks]
post = "/:filename/"
@@ -263,10 +267,11 @@ Hugo has built-in syntax highlighting, provided by Chroma. To use it, add these
```
pygmentsCodefences = true
+pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "pygments"
```
-Here, `"pygments"` is just the name of the Chroma style to be used. Checkout the [Chroma style gallery](https://xyproto.github.io/splash/docs/all.html) and choose the style you like.
+Here, `"pygments"` is just the name of the Chroma style to be used. Checkout the [Chroma style gallery](https://xyproto.github.io/splash/docs/all.html) and choose the style you like.
For a deeper dive see the [hugo docs for syntax highlighting](https://gohugo.io/content-management/syntax-highlighting/).