aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
blob: 8e103b280f053c53c1f1b583e6c89b9c03f4a990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
baseURL = "http://example.org/"
languageCode = "en-us"
title = "Hugo's Resume"
disableKinds = ["taxonomy", "taxonomyTerm", "category", "sitemap", "RSS", "404", "robotsTXT"]
theme= "hugos-resume"

[Params]
    Name = "Hugo Jobless"
    Description = "Hugo theme to build resume page in style of Jake's resume"
    Phone = "123-456-7890"
    EMail = "jake@su.edu"
    LinkedIn = "linkedin.com/in/jake"
    GitHub = "github.com/jake"