summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..99b3a97
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,10 @@
1baseURL = 'https://rschanz.org/'
2languageCode = 'en-us'
3title = 'Ryan Schanzenbacher'
4theme = 'hugo-coder'
5
6[menu]
7[[menu.main]]
8 identifier = 'test'
9 name = 'Test'
10 url = '/test'