Compare commits

...

2 Commits

Author SHA1 Message Date
ktyl 3b61654db8 update ppp
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2022-10-04 23:05:45 +02:00
ktyl a5ecc1e455 bug/blog-formatting (#10)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #10
2022-10-04 22:58:05 +02:00
4 changed files with 3 additions and 7 deletions

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "ppp"] [submodule "ppp"]
path = ppp path = ppp
url = https://github.com/ktyldev/ppp url = https://sauce.pizzawednes.day/ktyl/ppp.git
[submodule "blog"] [submodule "blog"]
path = blog path = blog
url = https://sauce.pizzawednes.day/ktyl/blog.git url = https://sauce.pizzawednes.day/ktyl/blog.git

2
ppp

@ -1 +1 @@
Subproject commit b615241f8c5d5e5e332e5cdd1a53979447ab36e3 Subproject commit 45fc27f1a837dfb2536e8a7c50537fc6a8b4cfa4

View File

@ -46,7 +46,7 @@ if not os.path.isdir(dest_dir):
dummy_file = f"{dest_file}.bak" dummy_file = f"{dest_file}.bak"
open(dummy_file, 'w').close() 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"]) markdown.markdownFromFile(input=src_file, output=dummy_file, extensions=["fenced_code"])
print(f"{dummy_file} -> {dest_file}") 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) os.remove(dummy_file)
print(f"{src_file} -> {dest_file}")
markdown.markdownFromFile(input=src_file, output=dest_file, extensions=["fenced_code"])

View File

@ -1,5 +1,4 @@
</div> </div>
</div>
#include footer.html #include footer.html