[SSG] Allow overriding files and adding more files
This commit is contained in:
parent
5636815aaf
commit
5b13ce2a2f
1
nova.py
1
nova.py
|
@ -181,6 +181,7 @@ def main():
|
||||||
podcast.generate_archives()
|
podcast.generate_archives()
|
||||||
podcast.generate_atom()
|
podcast.generate_atom()
|
||||||
podcast.generate_site(root)
|
podcast.generate_site(root)
|
||||||
|
shutil.copytree(input_dir + "overrides", output_dir, dirs_exist_ok=True)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in New Issue