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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Romero <angelkatalyst@gmail.com>2018-02-09 07:16:23 +0300
committerMichael Romero <angelkatalyst@gmail.com>2018-02-09 07:16:23 +0300
commit5ab83c3282b766fce61d547d9bb6f7d5eeaab6da (patch)
tree354b69f2dec986a49751a51ce26183e2c4a75596 /exampleSite
parentb2ea7d970883a45bebfd8a1c054c2845ce4ba201 (diff)
Update syntax highlighting
Update the syntax highlighting documentation, config file, and HLJS theme.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9af1643..998b59a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -8,7 +8,8 @@ pygmentsStyle = "trac"
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
-pygmentOptions = "linenos=table"
+#pygmentsUseClassic = true
+#pygmentOptions = "linenos=inline"
#disqusShortname = "XXX"
#googleAnalytics = "XXX"
@@ -21,6 +22,7 @@ pygmentOptions = "linenos=table"
rss = true
comments = true
readingTime = true
+ useHLJS = true
# gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
#[[Params.bigimg]]