add pagefind

This commit is contained in:
Ben Harris 2022-08-11 14:19:51 -04:00
parent 2a21ab997c
commit fa3ccaae23
323 changed files with 7519 additions and 412 deletions

BIN
.gruvbox.css.swp Normal file

Binary file not shown.

View File

@ -1,12 +1,69 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us"> <html lang="en-us">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="gruvbox.css">
<link rel="stylesheet" type="text/css" href="_pagefind/pagefind-ui.css"> <link rel="stylesheet" type="text/css" href="_pagefind/pagefind-ui.css">
<link rel="stylesheet" type="text/css" href="blog.css">
<script type="text/javascript" src="_pagefind/pagefind-ui.js"></script> <script type="text/javascript" src="_pagefind/pagefind-ui.js"></script>
<style>:root {
--pagefind-ui-scale: 1;
--pagefind-ui-primary: #034ad8;
--pagefind-ui-text: #ebdbb2;
--pagefind-ui-background: #3c3836;
--pagefind-ui-border: #eeeeee;
--pagefind-ui-tag: #034ad8;
--pagefind-ui-border-width: 2px;
--pagefind-ui-border-radius: 8px;
----pagefind-ui-image-border-radius: 8px;
--pagefind-ui-image-box-ratio: 3 / 2;
--pagefind-ui-font: inherit; }
main {
-webkit-font-feature-settings: "liga" on, "calt" on;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: 'JetBrains Mono', 'Input Mono', monospace;
max-width: 38rem;
padding: 2rem;
margin: auto; }
@media only screen and (max-device-width: 736px) {
main {
padding: 0.2rem; } }
::selection {
background: #9c0018; }
body {
background: #282828;
color: #ebdbb2; }
pre {
background-color: #3c3836;
padding: 1em;
border: 0;
overflow: auto;
white-space: pre-wrap; }
a, a:active, a:visited {
color: #e491b6;
background-color: #1d2021; }
h1, h2, h3, h4, h5 {
margin-bottom: .1rem; }
blockquote {
border-left: 1px solid #bdae93;
margin: 0.5em 10px;
padding: 0.5em 10px; }
footer {
align: center; }
img {
max-width: 100%; }
</style>
<script> <script>
window.addEventListener('DOMContentLoaded', (event) => { new PagefindUI({ element: "#search" }); }); window.addEventListener('DOMContentLoaded', (event) => { new PagefindUI({ element: "#search" }); });
</script> </script>
@ -16,12 +73,12 @@
<body> <body>
<main> <main>
<div id="search"></div> <div id="search"></div>
<h1><a href="./4k-gaming-with-a-gtx1080ti.html">4k gaming with a gtx1080ti</a></h1> <h1 data-pagefind-meta="title"><a href="./4k-gaming-with-a-gtx1080ti.html">4k gaming with a gtx1080ti</a></h1>
<time>Mon, 02 Oct 2017 16:09 UTC</time> <time>Mon, 02 Oct 2017 16:09 UTC</time>
<p>tags:</p> <p>tags:</p>
<ul> <ul data-pagefind-meta="tags">
<li> <li>
<a href="tags/gaming.html">gaming</a> <a href="tags/gaming.html">gaming</a>
</li></ul> </li></ul>

View File

@ -1,12 +1,69 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us"> <html lang="en-us">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="gruvbox.css">
<link rel="stylesheet" type="text/css" href="_pagefind/pagefind-ui.css"> <link rel="stylesheet" type="text/css" href="_pagefind/pagefind-ui.css">
<link rel="stylesheet" type="text/css" href="blog.css">
<script type="text/javascript" src="_pagefind/pagefind-ui.js"></script> <script type="text/javascript" src="_pagefind/pagefind-ui.js"></script>
<style>:root {
--pagefind-ui-scale: 1;
--pagefind-ui-primary: #034ad8;
--pagefind-ui-text: #ebdbb2;
--pagefind-ui-background: #3c3836;
--pagefind-ui-border: #eeeeee;
--pagefind-ui-tag: #034ad8;
--pagefind-ui-border-width: 2px;
--pagefind-ui-border-radius: 8px;
----pagefind-ui-image-border-radius: 8px;
--pagefind-ui-image-box-ratio: 3 / 2;
--pagefind-ui-font: inherit; }
main {
-webkit-font-feature-settings: "liga" on, "calt" on;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: 'JetBrains Mono', 'Input Mono', monospace;
max-width: 38rem;
padding: 2rem;
margin: auto; }
@media only screen and (max-device-width: 736px) {
main {
padding: 0.2rem; } }
::selection {
background: #9c0018; }
body {
background: #282828;
color: #ebdbb2; }
pre {
background-color: #3c3836;
padding: 1em;
border: 0;
overflow: auto;
white-space: pre-wrap; }
a, a:active, a:visited {
color: #e491b6;
background-color: #1d2021; }
h1, h2, h3, h4, h5 {
margin-bottom: .1rem; }
blockquote {
border-left: 1px solid #bdae93;
margin: 0.5em 10px;
padding: 0.5em 10px; }
footer {
align: center; }
img {
max-width: 100%; }
</style>
<script> <script>
window.addEventListener('DOMContentLoaded', (event) => { new PagefindUI({ element: "#search" }); }); window.addEventListener('DOMContentLoaded', (event) => { new PagefindUI({ element: "#search" }); });
</script> </script>
@ -16,12 +73,12 @@
<body> <body>
<main> <main>
<div id="search"></div> <div id="search"></div>
<h1><a href="./8values.html">8values</a></h1> <h1 data-pagefind-meta="title"><a href="./8values.html">8values</a></h1>
<time>Wed, 03 Jan 2018 12:41 UTC</time> <time>Wed, 03 Jan 2018 12:41 UTC</time>
<p>tags:</p> <p>tags:</p>
<ul> <ul data-pagefind-meta="tags">
<li> <li>
<a href="tags/ideology.html">ideology</a> <a href="tags/ideology.html">ideology</a>
</li> <li> </li> <li>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More