summaryrefslogtreecommitdiff
path: root/blog/serial-protocols/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/serial-protocols/index.html')
-rw-r--r--blog/serial-protocols/index.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/blog/serial-protocols/index.html b/blog/serial-protocols/index.html
index c5e2fd0..a0cbccc 100644
--- a/blog/serial-protocols/index.html
+++ b/blog/serial-protocols/index.html
@@ -16,6 +16,9 @@
<a href="/projects/" title="Projects">Projects</a>
<a href="/about/" title="About">About</a>
</div>
+ <div class="search">
+ <div id="search"></div>
+ </div>
<div class="external">
<a href="https://git.jaseg.de/" title="cgit">cgit</a>
<a href="https://github.com/jaseg" title="Github">Github</a>
@@ -32,7 +35,7 @@
</ul>
<strong>2018-05-19</strong>
</header>
- <main>
+ <main data-pagefind-body>
<div class="document">
@@ -239,13 +242,18 @@ want to set a large framebuffer in pieces, do it in a <a class="reference extern
/ <a href="/about/">About</a>
/ <a href="/imprint/">Imprint</a>
</footer>
-<script>
+<script src="/pagefind/pagefind-ui.js"></script>
+ <script>
if(navigator.getEnvironmentIntegrity!==undefined)document.querySelector('body').innerHTML=`<h1>Your browser
contains Google DRM</h1>"Web Environment Integrity" is a Google euphemism for a DRM that is designed to
prevent ad-blocking, and which Google has forced into their browsers against widespread public opposition.
In support of an open web, this website does not function with this DRM. Please install a browser such
as <a href="https://www.mozilla.org/en-US/firefox/new/">Firefox</a> that respects your freedom and supports
ad blockers.`;
+
+ window.addEventListener('DOMContentLoaded', (event) => {
+ new PagefindUI({element: "#search", showSubResults: true});
+ });
</script>
</body>
</html>