aboutsummaryrefslogtreecommitdiff
path: root/website/config.toml
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2019-11-25 19:40:29 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2019-11-25 19:40:29 -0500
commitbcea608cb4ab1c234f37a6095833f1e916777495 (patch)
treeb87d06f56934259e9126c48081ff04b4a97e5b4f /website/config.toml
parent3cd4bd77799e172293cc377e7bc45ab18be7cba8 (diff)
Setup the website skeleton with the kube theme
In the future a site with documentation and how to install the tool will be needed. This sets up a skeleton of a static site using Hugo and the kube theme. This will suffice for most needs for now.
Diffstat (limited to 'website/config.toml')
-rw-r--r--website/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/website/config.toml b/website/config.toml
new file mode 100644
index 0000000..68b7532
--- /dev/null
+++ b/website/config.toml
@@ -0,0 +1,4 @@
+baseURL = "https://dev-suite.mgattozzi.dev/"
+languageCode = "en-us"
+title = "dev-suite"
+theme = "kube"