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.md6
-rw-r--r--exampleSite/config.toml6
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index ba4717b..1878da2 100644
--- a/README.md
+++ b/README.md
@@ -37,9 +37,9 @@ footnoteReturnLinkContents = "^"
abstract = "I'm a software engineer and a coffee enthusiast in Japan. My primary interest lies in the area of natural language processing."
[taxonomies]
-category = "categories"
-tag = "tags"
-series = "series"
+ category = "categories"
+ tag = "tags"
+ series = "series"
[Params]
darkmode = true # set true if you prefer dark mode
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 383c7f3..7171c35 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -11,9 +11,9 @@ footnoteReturnLinkContents = "^"
abstract = "I'm a software engineer and a coffee enthusiast in Japan. My primary interest lies in the area of natural language processing."
[taxonomies]
-category = "categories"
-tag = "tags"
-series = "series"
+ category = "categories"
+ tag = "tags"
+ series = "series"
[markup]
[markup.goldmark]