diff --git a/build.py b/build.py index 9fd4ec1..eaa48b8 100755 --- a/build.py +++ b/build.py @@ -78,7 +78,9 @@ def main(): raw_root = os.path.join(root, 'raw') web_root = os.path.join(root, 'web') _, categories, _ = next(os.walk(raw_root)) - sections = {} + sections = { + ' ': {'id': 'home', 'label': '⋅', 'content': str()}, + } for category in categories: section = { 'id': category,