From 8a78f62e4cb0890cd0ed9c663a21f809013b959e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 4 Feb 2022 17:38:04 -0800 Subject: feat: setup documentation --- config.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.py (limited to 'config.py') 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" -- cgit v1.2.3