revise link to Hyde's options
This commit is contained in:
parent
6290896986
commit
365a5731ca
6 changed files with 56 additions and 20 deletions
|
@ -1,14 +1,13 @@
|
|||
## Basic Configuration
|
||||
baseurl = "http://localhost:1313/"
|
||||
baseurl = "https://example.com/"
|
||||
languageCode = "en"
|
||||
|
||||
theme = "hyde-hyde"
|
||||
paginate = 7
|
||||
|
||||
## Hugo Built-in Features
|
||||
disqusShortname = ""
|
||||
googleAnalytics = ""
|
||||
enableRobotsTXT = true
|
||||
# disqusShortname = ""
|
||||
# googleAnalytics = ""
|
||||
# enableRobotsTXT = true
|
||||
|
||||
## Site Settings
|
||||
[params]
|
||||
|
@ -17,6 +16,8 @@ enableRobotsTXT = true
|
|||
# description = "..."
|
||||
authorimage = "/img/hugo.png"
|
||||
dateformat = "Jan 1, 2006"
|
||||
highlightjs = true
|
||||
# highlightjsstyle = "github"
|
||||
|
||||
## Social Accounts
|
||||
[params.social]
|
||||
|
@ -29,13 +30,6 @@ enableRobotsTXT = true
|
|||
stackoverflow = "<username>"
|
||||
email = "your-email@example.com"
|
||||
|
||||
## Extras
|
||||
[params.extra]
|
||||
copyright = "© 2018. [Some Rights Reserved](http://creativecommons.org/licenses/by/3.0/)."
|
||||
poweredby = true
|
||||
# highlightjs = true
|
||||
# highlightjsstyle = "github"
|
||||
|
||||
## Main Menu
|
||||
[[menu.main]]
|
||||
name = "Posts"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue