Initial Checkin of Beautiful Hugo Theme
Initial Checkin of Beautiful Hugo Theme
This commit is contained in:
parent
c962a38399
commit
ff7cd6fd91
42 changed files with 10950 additions and 0 deletions
29
exampleSite/config.toml
Normal file
29
exampleSite/config.toml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
baseurl = "http://username.github.io"
|
||||
languageCode = "en-us"
|
||||
title = "Beautiful Hugo"
|
||||
theme = "beautifulhugo"
|
||||
pygmentsUseClasses = true
|
||||
#disqusShortname = "XXX"
|
||||
#googleAnalytics = "XXX"
|
||||
|
||||
[Params]
|
||||
logo = "img/avatar-icon.png"
|
||||
|
||||
[Author]
|
||||
name = "Some Person"
|
||||
email = "youremail@domain.com"
|
||||
facebook = "username"
|
||||
github = "username"
|
||||
twitter = "username"
|
||||
linkedin = "pub/username/X/YYY/ZZZ"
|
||||
stackoverflow = "XXXXXXX/username"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
url = "/page/about/"
|
||||
weight = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue