aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorOlivier Roques <olivier@oroques.dev>2020-08-02 00:38:02 +0200
committerOlivier Roques <olivier@oroques.dev>2020-08-02 00:38:02 +0200
commit5d08140ed04e88c4b4f27e7c3ce820dad931baf7 (patch)
tree0d4e4e79f88147f38df076d43044fb4d27046bcd /exampleSite/config.toml
parent398eda4992ad73531f39595776c007014b3020c3 (diff)
Add example website
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml31
1 files changed, 31 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..ab94b95
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,31 @@
+title = "Researcher"
+baseURL = "https://ojroques.github.io"
+theme = "researcher"
+
+[params]
+ author = "Olivier Roques"
+ description = "A Hugo template."
+ favicon = "favicon.ico"
+ [params.footer]
+ text = "By Olivier Roques"
+ url = "https://github.com/ojroques/hugo-researcher"
+
+[permalinks]
+ "/" = "/:filename"
+
+[menu]
+ [[menu.navbar]]
+ name = "About"
+ url = "/about"
+ weight = 1
+ [[menu.navbar]]
+ name = "Resume"
+ url = "/resume.pdf"
+ weight = 2
+ [[menu.navbar]]
+ name = "Contact"
+ url = "/contact"
+ weight = 3
+
+[markup.goldmark.renderer]
+ unsafe= true