summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-02-04 17:38:04 -0800
committerFuwn <[email protected]>2025-06-09 00:43:14 -0700
commit8a78f62e4cb0890cd0ed9c663a21f809013b959e (patch)
treebe25df618590569d62f3279a1c2cdffd7ddeeb08 /config.py
downloaddocumentation-8a78f62e4cb0890cd0ed9c663a21f809013b959e.tar.xz
documentation-8a78f62e4cb0890cd0ed9c663a21f809013b959e.zip
feat: setup documentation
Diffstat (limited to 'config.py')
-rw-r--r--config.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.py b/config.py
new file mode 100644
index 0000000..4385f9c
--- /dev/null
+++ b/config.py
@@ -0,0 +1,13 @@
+# ------------------------------------------------------------------------------
+# Site Configuration File
+# ------------------------------------------------------------------------------
+
+# Choose the theme to use when building your site. This variable should specify
+# the name of a theme directory in your site's 'lib' folder.
+theme = "graphite"
+
+# Site title.
+title = "Divina"
+
+# Site tagline.
+tagline = "🎀 A modern build system for assembly"