Config change, remove useless posts
This commit is contained in:
parent
8c3f33a69b
commit
0d2f58ce7a
3 changed files with 6 additions and 165 deletions
|
@ -7,7 +7,7 @@ description = "on the web since 1999"
|
|||
|
||||
DefaultContentLanguage = "en"
|
||||
SectionPagesMenu = "main"
|
||||
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||
Paginate = 10
|
||||
googleAnalytics = ""
|
||||
enableRobotsTXT = true
|
||||
|
||||
|
@ -19,6 +19,8 @@ enableRobotsTXT = true
|
|||
[permalinks]
|
||||
blog = "/:year/:month/:title/"
|
||||
post = "/:year/:month/:title/"
|
||||
categories = "/category/:slug/"
|
||||
tag = "/tag/:slug/"
|
||||
|
||||
[menu]
|
||||
|
||||
|
@ -44,7 +46,7 @@ enableRobotsTXT = true
|
|||
description = ""
|
||||
facebook = ""
|
||||
mainSections = ["post"]
|
||||
twitter = "https://twitter.com/GoHugoIO"
|
||||
twitter = ""
|
||||
instagram = ""
|
||||
youtube = ""
|
||||
github = ""
|
||||
|
@ -57,4 +59,5 @@ enableRobotsTXT = true
|
|||
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
|
||||
background_color_class = "bg-black"
|
||||
featured_image = "/images/banner.jpg"
|
||||
recent_posts_number = 2
|
||||
recent_posts_number = 6
|
||||
disable_share = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue