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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 47bf28d..6334faf 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -35,10 +35,10 @@ DefaultContentLanguage = "en" # Default language fo
facebook = true
pinterest = true
- # To enable giscus, the github discussions based comment section,
- # Follow the steps described to enable giscus and get the values
- # needed to populate the below information.
+ # To enable giscus, the GitHub-discussions-based comment section,
+ # input the repository for the discussions below. For more details, see
# https://www.joelnitta.com/posts/2021-11-24_using-giscus/
+ # and https://github.com/giscus/giscus
[params.giscus]
# repo = "github-user/github-repo" # Entering repo will enable giscus
repo-id = "enter-repo-id"
@@ -104,9 +104,9 @@ DefaultContentLanguage = "en" # Default language fo
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
- noClasses = true
+ # noClasses = true
# For styles, see https://xyproto.github.io/splash/docs/longer/all.html
- style = "friendly"
+ style = "solarized-dark"
tabWidth = 4
[languages]