Compare commits
2 Commits
c843608025
...
3b61654db8
Author | SHA1 | Date |
---|---|---|
ktyl | 3b61654db8 | |
ktyl | a5ecc1e455 |
|
@ -1,6 +1,6 @@
|
|||
[submodule "ppp"]
|
||||
path = ppp
|
||||
url = https://github.com/ktyldev/ppp
|
||||
url = https://sauce.pizzawednes.day/ktyl/ppp.git
|
||||
[submodule "blog"]
|
||||
path = blog
|
||||
url = https://sauce.pizzawednes.day/ktyl/blog.git
|
||||
|
|
2
ppp
2
ppp
|
@ -1 +1 @@
|
|||
Subproject commit b615241f8c5d5e5e332e5cdd1a53979447ab36e3
|
||||
Subproject commit 45fc27f1a837dfb2536e8a7c50537fc6a8b4cfa4
|
|
@ -46,7 +46,7 @@ if not os.path.isdir(dest_dir):
|
|||
dummy_file = f"{dest_file}.bak"
|
||||
open(dummy_file, 'w').close()
|
||||
|
||||
print(f"{dummy_file} -> {dummy_file}")
|
||||
print(f"{src_file} -> {dummy_file}")
|
||||
markdown.markdownFromFile(input=src_file, output=dummy_file, extensions=["fenced_code"])
|
||||
|
||||
print(f"{dummy_file} -> {dest_file}")
|
||||
|
@ -81,6 +81,3 @@ with open(dummy_file, 'r') as read_file, open(dest_file, 'w') as write_file:
|
|||
|
||||
os.remove(dummy_file)
|
||||
|
||||
print(f"{src_file} -> {dest_file}")
|
||||
markdown.markdownFromFile(input=src_file, output=dest_file, extensions=["fenced_code"])
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
#include footer.html
|
||||
|
||||
|
|
Loading…
Reference in New Issue