Initial Checkin of Beautiful Hugo Theme

Initial Checkin of Beautiful Hugo Theme
This commit is contained in:
Michael Romero 2016-03-08 02:43:08 -08:00
commit ff7cd6fd91
42 changed files with 10950 additions and 0 deletions

29
exampleSite/config.toml Normal file
View 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