Skip to content

Commit

Permalink
template bump, rebuild, normalize all dates
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoncoder047 committed Sep 9, 2024
1 parent 29a28d6 commit 729e7e2
Show file tree
Hide file tree
Showing 55 changed files with 468 additions and 443 deletions.
12 changes: 8 additions & 4 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
CATEGORY_URL = CATEGORY_SAVE_AS = ""
CATEGORIES_SAVE_AS = ""
DISPLAY_CATEGORIES_ON_MENU = False
USE_CATEGORES = False
USE_CATEGORIES = False

# Blogroll
LINKS = (
Expand Down Expand Up @@ -210,12 +210,16 @@ def handle_starttag(self, tag: str, attrs: dict[str, str]):
raise ValueError(
"must have one of 'short', 'id', 'list' attribute")
# add global attributes
url += "&cc_load_policy=1&cc_lang_pref=en&rel=0&enablejsapi=1"
# cSpell: ignore enablejsapi
if "?" in url:
url += "&"
else:
url += "?"
url += "cc_load_policy=1&cc_lang_pref=en&rel=0&enablejsapi=1"
attrs = {
"style": ("display:block;margin-left:auto;margin-right:auto;"
f"aspect-ratio:{ratio};width:{width};"
"min-width:500px;"
"max-width:1000px"),
"max-width:90vw"),
"src": url,
"allow": ("accelerometer;autoplay;"
"clipboard-write;encrypted-media;"
Expand Down
20 changes: 10 additions & 10 deletions docs/2022/lisp-practice/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/2022/reverse-engineering-the-feedback-360/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/2022/wireworld/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/2023/error-out-of-memory/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/2023/in-search-of-a-brain/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/2023/its-september/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/2023/manual-memory-management-madness/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 729e7e2

Please sign in to comment.