summaryrefslogtreecommitdiff
path: root/config.py
blob: a1464d88b27ef8edfc66b101de7e6a7cc709659c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ------------------------------------------------------------------------------
# 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"

version = "Version 0.1.0"