revises exampleSite to fit better

This commit is contained in:
Huy Tran 2018-08-01 08:15:03 +10:00
parent 3762fe3ba9
commit f5fdd79bcd
8 changed files with 40 additions and 4 deletions

View file

@ -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/"