summaryrefslogtreecommitdiff
path: root/megapixels/commands/site/watch.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-02-27 22:15:03 +0100
committerJules Laplace <julescarbon@gmail.com>2019-02-27 22:15:03 +0100
commit9bac173e85865e4f0d1dba5071b40eb7ebe3dd1a (patch)
treea8569788dbb6e6e4b71de0fd312863a1451c5740 /megapixels/commands/site/watch.py
parent67896d3cdde877de940a282bebacd10ca1c56499 (diff)
new intro header for datasets page and sidebar
Diffstat (limited to 'megapixels/commands/site/watch.py')
-rw-r--r--megapixels/commands/site/watch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/megapixels/commands/site/watch.py b/megapixels/commands/site/watch.py
index 7fd3ba7c..7bd71038 100644
--- a/megapixels/commands/site/watch.py
+++ b/megapixels/commands/site/watch.py
@@ -35,6 +35,8 @@ def cli(ctx):
observer.schedule(SiteBuilder(), path=cfg.DIR_SITE_CONTENT, recursive=True)
observer.start()
+ build_file(cfg.DIR_SITE_CONTENT + "/datasets/lfw/index.md")
+
try:
while True:
time.sleep(1)