summaryrefslogtreecommitdiff
path: root/content/blog/thors-hammer
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-12-30 16:35:36 +0100
committerjaseg <git@jaseg.de>2023-12-30 16:35:36 +0100
commit74e119b6e2ce33c3dc66ec078396dfac6314c6c4 (patch)
tree0a1d1745285869e521aed1a96d6181b7f31d867d /content/blog/thors-hammer
parentb357b505257e460d41aef80550693c810780b7fc (diff)
downloadblog-74e119b6e2ce33c3dc66ec078396dfac6314c6c4.tar.gz
blog-74e119b6e2ce33c3dc66ec078396dfac6314c6c4.tar.bz2
blog-74e119b6e2ce33c3dc66ec078396dfac6314c6c4.zip
theme: Add static page search with pagefind
Diffstat (limited to 'content/blog/thors-hammer')
-rw-r--r--content/blog/thors-hammer/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/thors-hammer/index.rst b/content/blog/thors-hammer/index.rst
index ba851a5..d81287a 100644
--- a/content/blog/thors-hammer/index.rst
+++ b/content/blog/thors-hammer/index.rst
@@ -9,7 +9,7 @@ for `PS/2`_ keyboards.
.. raw:: html
- <figure>
+ <figure data-pagefind-ignore>
<video controls loop>
<source src="video/thors_hammer.mov" type="video/h264">
<source src="video/thors_hammer.webm" type="video/webm">
@@ -31,7 +31,7 @@ pulse a few tens of milliseconds long that is enough to actuate the solenoid.
.. raw:: html
- <figure>
+ <figure data-pagefind-ignore>
<img src="images/thors_hammer_schematic.jpg" alt="The schematic of the PS2 driver">
<figcaption>The schematic of the driver stretching the PS/2 clock pulses to drive the solenoid.</figcaption>
</figure>
@@ -44,7 +44,7 @@ Built on a breadboard, the circuit looks like this.
.. raw:: html
- <figure>
+ <figure data-pagefind-ignore>
<img src="images/thors_hammer_breadboard.jpg" alt="The circuit built on a breadboard">
<figcaption>The completed circuit built up on a breadboard and attached to a keyboard.</figcaption>
</figure>