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

github.com/leonstafford/accessible-minimalism-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Stafford <me@ljs.dev>2020-09-12 05:20:46 +0300
committerLeon Stafford <me@ljs.dev>2020-09-12 05:20:46 +0300
commitcb22e538e527a66cffad4f98be993921c420de84 (patch)
tree27ade98b97df21a217ad4a6d32d828e6495a0e8e
parent4ae5aaadfe7ff7a1371830ca7bae15bcf9666995 (diff)
enable robots;rm tags menu
-rw-r--r--README.md1
-rw-r--r--exampleSite/config.toml5
2 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2d6f309..8edffb7 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ The main things you may want to adjust when using this theme are your content
- scriptless search (GET submission to engine + index generation)
- prepare empty custom CSS (that gets inlined?)
- multilingual site support (includine Hugo's sitemapindex)
+ - theme options / config help for enabling footer links to email, RSS, socials
### License
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9a08088..4c50eb9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,6 +3,7 @@ languageCode = "en-us"
title = "Accessible Minimalism"
theme = "accessible-minimalism"
disableHugoGeneratorInject = true
+enableRobotsTXT = true
[menu]
[[menu.main]]
@@ -13,7 +14,3 @@ disableHugoGeneratorInject = true
name = "Posts"
url = "/posts/"
weight = 2
- [[menu.main]]
- name = "Tags"
- url = "/tags/"
- weight = 3