edits; simplify caching

This commit is contained in:
jverzani
2022-06-06 11:43:19 -04:00
parent 1f377bf420
commit e36e700740
14 changed files with 344 additions and 141 deletions

View File

@@ -39,8 +39,6 @@ force = parse(Bool, d["force"])
if isnothing(folder) && isnothing(file)
force = true
build_pages(nothing, nothing, :html, force)
build_toc()