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

[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"