nemhugo/exampleSite/config.toml
Michael Romero ecb7e949e7 Add icons for soundcloud and wikipedia
Add icons for soundcloud and wikipedia user links
2016-04-13 00:22:23 -07:00

32 lines
No EOL
686 B
TOML

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"
subtitle = "Build a beautiful and simple website in minutes"
[Author]
name = "Some Person"
email = "youremail@domain.com"
facebook = "username"
github = "username"
twitter = "username"
linkedin = "pub/username/X/YYY/ZZZ"
stackoverflow = "XXXXXXX/username"
soundcloud = "username"
wikipedia = "username"
[[menu.main]]
name = "Blog"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/page/about/"
weight = 2