favicon added
[kengrimes.com/content.git] / config.toml
1 baseURL = "https://www.kengrimes.com"
2 languageCode = "en-us"
3 buildDrafts = true
4 title = "Ken Grimes"
5 copyright = "2018 Ken Grimes"
6 theme = "speedy"
7 enableGitInfo = true
8 relativeURLs = true
9 pygmentsUseClasses = true
10
11 [outputs]
12 home = ["HTML", "RSS", "JSON"]
13 section = ["HTML", "RSS", "JSON"]
14 page = ["HTML", "JSON"]
15 taxonomy = ["HTML", "RSS", "JSON"]