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:
authorHelloRusk <hellorusk1998@gmail.com>2022-02-13 14:15:28 +0300
committerHelloRusk <hellorusk1998@gmail.com>2022-02-13 14:15:35 +0300
commita447eb948a7befcfac3085bcf718ef8620029e85 (patch)
tree6a637fb8f575127dfd0295cc2503fcd9536343ea
parent93b957a09a8aa6fd3984db741197fb136a27793c (diff)
fix indent in docs
-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]