aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..8e103b2
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,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" \ No newline at end of file