From a09cc69c3889809cb18ce1d672da41b314fe9f05 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 28 Sep 2021 17:54:17 -0400 Subject: Initial Site push --- config.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..99b3a97 --- /dev/null +++ b/config.toml @@ -0,0 +1,10 @@ +baseURL = 'https://rschanz.org/' +languageCode = 'en-us' +title = 'Ryan Schanzenbacher' +theme = 'hugo-coder' + +[menu] +[[menu.main]] + identifier = 'test' + name = 'Test' + url = '/test' -- cgit v1.2.3