Skip to content

Commit bebe758

Browse files
new post
1 parent 6a1aef1 commit bebe758

File tree

46 files changed

+439
-146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+439
-146
lines changed

build.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,10 @@ def handle_charref(self, ref):
329329

330330
if __name__ == "__main__":
331331
import os
332-
os.system(f"pelican {PATH} -o {OUTPUT_PATH} -s {__file__}")
332+
import shlex
333+
os.system(f"""pelican {
334+
shlex.quote(PATH)
335+
} -o {
336+
shlex.quote(OUTPUT_PATH)
337+
} -s {
338+
shlex.quote(__file__)}""")

docs/2022/how-i-came-up-with-phoo/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/lisp-practice/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/partcl/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/scratching-my-head-again/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/segfaults/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/some-unrelated-ideas/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/tehssl/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/ulisp-thoughts/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2023/continuations-and-the-thunk-queue/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)