Skip to content

Commit 0511456

Browse files
new post and like everything changed because of spaces and stuff
1 parent c19bcdd commit 0511456

File tree

65 files changed

+977
-543
lines changed

Some content is hidden

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

65 files changed

+977
-543
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"cSpell.words": [
3+
"aelith",
34
"Anura",
45
"Caswell",
56
"defun",

build.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,16 @@ def handle_instagram(self, attrs: dict[str, str]) -> str:
241241
attrs["post"]}/?utm_source=ig_embed")
242242
# cSpell: ignore instgrm
243243
return f"""<blockquote class="instagram-media"{
244-
"" if not bool(attrs.get("caption", True))
245-
else " data-instgrm-captioned"}
244+
" data-instgrm-captioned" if bool(attrs.get("caption", True))
245+
else ""}
246246
data-instgrm-permalink="{permalink}"
247247
data-instgrm-version="14">
248248
<a href="{permalink}">View this post on Instagram</a>
249249
</blockquote>""".replace("\n", "")
250+
# this is missing the
251+
# <script async src="//www.instagram.com/embed.js"></script>
252+
# but that is detected and included automatically by
253+
# the template autoinclude.html
250254
handle_insta = handle_instagram
251255

252256
def handle_endtag(self, tag: str):

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: 11 additions & 11 deletions
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: 11 additions & 11 deletions
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: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/shifting-gears/index.html

Lines changed: 11 additions & 11 deletions
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: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/2022/systems-tested/index.html

Lines changed: 11 additions & 11 deletions
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: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)