summaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rw-r--r--build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index f7e0c8b..6c3d912 100644
--- a/build.py
+++ b/build.py
@@ -12,7 +12,7 @@ BUILD_DIR = ROOT_PATH / "build"
STATIC_DIR = ROOT_PATH / "static"
REQUIRED_FIELDS = set(["domain", "name"])
-OPTIONAL_FIELDS = set(["url", "title", "email"])
+OPTIONAL_FIELDS = set(["url", "title", "email", "github"])
TEMPLATES = ["index.html"]