Skip to content

Commit 48d0f9b

Browse files
new post & moved banner image script to main repo
1 parent 4c35cd7 commit 48d0f9b

File tree

115 files changed

+515
-426
lines changed

Some content is hidden

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

115 files changed

+515
-426
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
build: clean
44
./build.py
5-
cp banner_image.js docs/banner_image.js
65
cp kdemo.html docs/2024/boy-have-i-been/kdemo.html
76
# that was a KLUDGE!! why
87

banner_image.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
THEME_CSS_FILE = "/static/css/theme.css"
2828
THEME_MAIN_CSS = "/static/css/main.css"
2929
THEME_STATIC_DIR = "static/"
30-
EXTRA_JS = ("/static/misc.js", "/blog/banner_image.js")
30+
EXTRA_JS = ("/static/misc.js",)
3131

3232
GOOGLE_TAG = "G-XR0F89CCGK" # cSpell: ignore ccgk
3333

@@ -236,7 +236,7 @@ def handle_youtube(self, attrs: dict[str, str]) -> str:
236236

237237
def handle_instagram(self, attrs: dict[str, str]) -> str:
238238
permalink = html.escape(f"https://www.instagram.com/p/{
239-
attrs["post"]}/?utm_source=ig_embed&utm_campaign=loading")
239+
attrs["post"]}/?utm_source=ig_embed")
240240
# cSpell: ignore instgrm
241241
return f"""<blockquote class="instagram-media"{
242242
"" if not bool(attrs.get("caption", True))

docs/2021/updating-python/index.html

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

docs/2022/airdrop-for-non-apple-users/index.html

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

docs/2022/almost-no-javascript/index.html

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

docs/2022/change-of-plans/index.html

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

docs/2022/debugger-almost/index.html

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

docs/2022/first-pull-request/index.html

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

docs/2022/gah-i-broke-it/index.html

Lines changed: 0 additions & 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)