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

github.com/saadnpq/npq-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsaadnpq <saadnpq@localhost.localdomain>2020-04-19 16:07:49 +0300
committersaadnpq <saadnpq@localhost.localdomain>2020-04-19 16:07:49 +0300
commitcd6e9195eda76d7c981f4d6af0b20e4446f8f0e8 (patch)
treef5e685cfd6922c5fdcb403742cd2aaf0ad171b4b
parentacfc0d8358de7a57e3c14e761f3a6402980fd8fe (diff)
disable micro blog by default
-rw-r--r--config.toml2
-rw-r--r--exampleSite/config.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 5bdd526..820aaf5 100644
--- a/config.toml
+++ b/config.toml
@@ -11,7 +11,7 @@ pygmentsUseClasses=true
keywords = "hugo blog"
useAvatar = true
microBlogSection = "posts"
- displayMicroBlog = true
+ displayMicroBlog = false
displayRecent = true
recentMax = 4
mail = "mail@example.com"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 736eacd..b8c6ac5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -12,7 +12,7 @@ pygmentsUseClasses=true
keywords = "hugo blog"
useAvatar = true
microBlogSection = "posts"
- displayMicroBlog = true
+ displayMicroBlog = false
displayRecent = true
recentMax = 3
mail = "mail@example.com"