revises exampleSite to fit better
This commit is contained in:
parent
3762fe3ba9
commit
f5fdd79bcd
8 changed files with 40 additions and 4 deletions
|
@ -19,9 +19,6 @@ theme = "hyde-hyde"
|
|||
highlightjs = true
|
||||
highlightjsstyle = "github"
|
||||
# please choose either GraphComment or Disqus
|
||||
# GraphCommentId = "your-graph-comment-id"
|
||||
# layoutReverse = true
|
||||
# sidebarSticky = true
|
||||
|
||||
## Social Accounts
|
||||
[params.social]
|
||||
|
@ -40,8 +37,13 @@ theme = "hyde-hyde"
|
|||
weight = 100
|
||||
identifier = "posts"
|
||||
url = "/posts/"
|
||||
[[menu.main]]
|
||||
name = "Portfolio"
|
||||
identifier = "portfolio"
|
||||
weight = 200
|
||||
url = "/portfolio/"
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
identifier = "about"
|
||||
weight = 200
|
||||
weight = 300
|
||||
url = "/about/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue