|
@@ -382,6 +382,7 @@ def update_index(entries):
|
|
|
|
|
|
def build(config):
|
|
|
"""Incremental build of the website"""
|
|
|
+ import pdb; pdb.set_trace()
|
|
|
|
|
|
print("\nRendering website now...\n")
|
|
|
print("entries:")
|
|
@@ -403,6 +404,7 @@ def build(config):
|
|
|
print("updating tag %s" % name)
|
|
|
to.render()
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|