summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-09-28 17:54:17 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2021-09-28 17:54:17 -0400
commit1d692ea39c3088f214bba99592b853dafdc9e331 (patch)
tree92362134259ac0abc05fbfa8e55dc9040907018d /config.toml
parent69e002f3de4618f896b5f0c4f938c93cb59ba72e (diff)
Initial Site push
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'