Merge branch 'master' into master
This commit is contained in:
commit
7e66822ba0
29 changed files with 98 additions and 75 deletions
|
|
@ -16,6 +16,7 @@ pygmentsCodefencesGuessSyntax = true
|
|||
[Params]
|
||||
# homeTitle = "Beautiful Hugo Theme" # Set a different text for the header on the home page
|
||||
subtitle = "Build a beautiful and simple website in minutes"
|
||||
mainSections = ["post","posts"]
|
||||
logo = "img/avatar-icon.png" # Expecting square dimensions
|
||||
favicon = "img/favicon.ico"
|
||||
dateFormat = "January 2, 2006"
|
||||
|
|
@ -28,6 +29,7 @@ pygmentsCodefencesGuessSyntax = true
|
|||
socialShare = true
|
||||
delayDisqus = true
|
||||
showRelatedPosts = true
|
||||
# hideAuthor = true
|
||||
# gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
|
||||
|
||||
#[[Params.bigimg]]
|
||||
|
|
@ -47,7 +49,6 @@ pygmentsCodefencesGuessSyntax = true
|
|||
website = "yourwebsite.com"
|
||||
email = "youremail@domain.com"
|
||||
facebook = "username"
|
||||
googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
|
||||
github = "username"
|
||||
gitlab = "username"
|
||||
bitbucket = "username"
|
||||
|
|
@ -68,6 +69,10 @@ pygmentsCodefencesGuessSyntax = true
|
|||
telegram = "username"
|
||||
500px = "username"
|
||||
codepen = "username"
|
||||
mastodon = "url"
|
||||
kaggle = "username"
|
||||
weibo = "username"
|
||||
slack = "username"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue