From 46dbc224cd7edf870643dfa6ab483a812554fb1c Mon Sep 17 00:00:00 2001 From: dragoncoder047 <101021094+dragoncoder047@users.noreply.github.com> Date: Wed, 29 May 2024 17:17:36 -0400 Subject: [PATCH] template bump --- build.py | 15 ++------------- docs/2021/updating-python/index.html | 2 +- docs/2022/airdrop-for-non-apple-users/index.html | 2 +- docs/2022/almost-no-javascript/index.html | 2 +- docs/2022/change-of-plans/index.html | 2 +- docs/2022/debugger-almost/index.html | 2 +- docs/2022/first-pull-request/index.html | 2 +- docs/2022/gah-i-broke-it/index.html | 2 +- docs/2022/how-i-came-up-with-phoo/index.html | 2 +- docs/2022/i-still-have-no-idea/index.html | 2 +- docs/2022/langtons-ant-music/index.html | 2 +- docs/2022/lisp-practice/index.html | 2 +- docs/2022/new-site/index.html | 2 +- docs/2022/partcl/index.html | 2 +- docs/2022/phoo-is-mostly-finished/index.html | 2 +- docs/2022/pyodide-issues/index.html | 2 +- .../index.html | 2 +- docs/2022/school-chromebooks/index.html | 2 +- docs/2022/scratching-my-head-again/index.html | 2 +- docs/2022/segfaults/index.html | 2 +- docs/2022/shifting-gears/index.html | 2 +- docs/2022/some-unrelated-ideas/index.html | 2 +- docs/2022/systems-tested/index.html | 2 +- docs/2022/tehssl/index.html | 2 +- docs/2022/terminal-troubles/index.html | 2 +- docs/2022/test-post/index.html | 2 +- .../2022/two-down-a-zillion-more-to-go/index.html | 2 +- docs/2022/ulisp-thoughts/index.html | 2 +- docs/2022/why-i-prefer-python/index.html | 2 +- docs/2022/wireworld/index.html | 2 +- docs/2023/a-very-confusing-data-model/index.html | 2 +- .../continuations-and-the-thunk-queue/index.html | 2 +- docs/2023/error-out-of-memory/index.html | 2 +- docs/2023/hairy-circuit-layout-issues/index.html | 2 +- docs/2023/in-search-of-a-brain/index.html | 2 +- docs/2023/its-september/index.html | 2 +- docs/2023/lilduino/index.html | 2 +- .../manual-memory-management-madness/index.html | 2 +- .../not-your-daddys-boost-converter/index.html | 4 ++-- docs/2023/phooey-phooey-phooey/index.html | 2 +- .../index.html | 2 +- docs/2023/pickle-tokenizer/index.html | 2 +- docs/2023/pickles/index.html | 2 +- .../powerful-pickle-pattern-matching/index.html | 2 +- docs/2023/schemascii-0/index.html | 2 +- docs/2023/schemascii-1/index.html | 2 +- docs/2023/the-god-language/index.html | 2 +- docs/2023/well-i-got-something/index.html | 2 +- .../2023/yet-another-garbage-collector/index.html | 2 +- docs/2023/zero-thickness-tree/index.html | 2 +- docs/2024/a-hash-mapped-mess/index.html | 2 +- .../index.html | 8 ++++---- docs/2024/order-up/index.html | 2 +- .../perhaps-it-was-too-complicated/index.html | 2 +- docs/2024/the-lesser-of-two-evils/index.html | 2 +- docs/404.html | 2 +- docs/_draft/abbreviations-in-context/index.html | 2 +- .../index.html | 2 +- .../generalized-wire-cellular-automata/index.html | 2 +- docs/_draft/online-quackery/index.html | 2 +- docs/archives/index.html | 2 +- docs/index.html | 2 +- docs/page2/index.html | 2 +- docs/page3/index.html | 2 +- docs/page4/index.html | 2 +- docs/page5/index.html | 2 +- docs/page6/index.html | 2 +- docs/tag/arduino/index.html | 2 +- docs/tag/armdroid/index.html | 2 +- docs/tag/c/index.html | 2 +- docs/tag/c/page2/index.html | 2 +- docs/tag/cellular-automata/index.html | 2 +- docs/tag/css/index.html | 2 +- docs/tag/electronics/index.html | 2 +- docs/tag/game-design/index.html | 2 +- docs/tag/garbage-collector/index.html | 2 +- docs/tag/javascript/index.html | 2 +- docs/tag/language-design/index.html | 2 +- docs/tag/language-design/page2/index.html | 2 +- docs/tag/lisp/index.html | 2 +- docs/tag/machine-learning/index.html | 2 +- docs/tag/phoo/index.html | 2 +- docs/tag/programming/index.html | 2 +- docs/tag/programming/page2/index.html | 2 +- docs/tag/programming/page3/index.html | 2 +- docs/tag/programming/page4/index.html | 2 +- docs/tag/python/index.html | 2 +- docs/tag/reverse-engineering/index.html | 2 +- docs/tag/robotics/index.html | 2 +- docs/tag/youtube/index.html | 2 +- docs/tags/index.html | 2 +- pelicantheme | 2 +- 92 files changed, 97 insertions(+), 108 deletions(-) diff --git a/build.py b/build.py index 56bcef8..5a154c0 100755 --- a/build.py +++ b/build.py @@ -216,19 +216,8 @@ def handle_starttag(self, tag: str, attrs: dict[str, str]): "web-share"), "allowfullscreen": True} - self.out += ( - '') + self.out += f"" handle_startendtag = handle_starttag diff --git a/docs/2021/updating-python/index.html b/docs/2021/updating-python/index.html index dc63be9..f0a6f54 100644 --- a/docs/2021/updating-python/index.html +++ b/docs/2021/updating-python/index.html @@ -46,7 +46,7 @@
On top of that, my idea includes a few more requirements:
Posted March 2
- +Posted March 3
- +For reference, before I posted these, my channel had only about 200 views total, 10 likes, no comments, and 4 subscribers (2 of which I knew personally).
@@ -113,7 +113,7 @@Who knew that a few simple circuits thrown together in a couple hours would spread so fast?
I even got yelled at in the comments for not explaining fully what was going on in the first circuit – so I posted a follow-up video!
- +And I have ideas for even more videos in the works – including some on my Lego projects, and others on my electronics, and even more that aren’t related to any other stuff here.
Evidently by reading my blog, you’re interested in what I’m doing. Not everything that ends up here will also end up on my channel, nor will everything that ends up on my channel also have a blog post about it, but in my opinion, a video is so much better than the typical wall of text you get on this site. Plus you get notifications when I upload a video. Subscribe away!