disable micro blog by default
This commit is contained in:
parent
acfc0d8358
commit
cd6e9195ed
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ pygmentsUseClasses=true
|
||||||
keywords = "hugo blog"
|
keywords = "hugo blog"
|
||||||
useAvatar = true
|
useAvatar = true
|
||||||
microBlogSection = "posts"
|
microBlogSection = "posts"
|
||||||
displayMicroBlog = true
|
displayMicroBlog = false
|
||||||
displayRecent = true
|
displayRecent = true
|
||||||
recentMax = 4
|
recentMax = 4
|
||||||
mail = "mail@example.com"
|
mail = "mail@example.com"
|
||||||
|
|
|
@ -12,7 +12,7 @@ pygmentsUseClasses=true
|
||||||
keywords = "hugo blog"
|
keywords = "hugo blog"
|
||||||
useAvatar = true
|
useAvatar = true
|
||||||
microBlogSection = "posts"
|
microBlogSection = "posts"
|
||||||
displayMicroBlog = true
|
displayMicroBlog = false
|
||||||
displayRecent = true
|
displayRecent = true
|
||||||
recentMax = 3
|
recentMax = 3
|
||||||
mail = "mail@example.com"
|
mail = "mail@example.com"
|
||||||
|
|
Loading…
Reference in a new issue