diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 10 |
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 @@ | |||
| 1 | baseURL = 'https://rschanz.org/' | ||
| 2 | languageCode = 'en-us' | ||
| 3 | title = 'Ryan Schanzenbacher' | ||
| 4 | theme = 'hugo-coder' | ||
| 5 | |||
| 6 | [menu] | ||
| 7 | [[menu.main]] | ||
| 8 | identifier = 'test' | ||
| 9 | name = 'Test' | ||
| 10 | url = '/test' | ||
