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

[Params]
    Name = "Hugo Jobless"
    Phone = "123-456-7890"
    EMail = "jake@su.edu"
    LinkedIn = "linkedin.com/in/jake"
    GitHub = "github.com/jake"