aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-12-04 22:54:48 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-12-04 22:54:48 +0300
commita9d98e02835f8c10a10ee25c33fbdec471e7061e (patch)
tree407f10b261228f170622821b6046bc27fcb24a40 /exampleSite/config.toml
parent952e74e2381a3f070f16c945a85c86343fa0c1a5 (diff)
Add example site
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