Compare commits

...

No commits in common. "pages" and "main" have entirely different histories.
pages ... main

751 changed files with 2433 additions and 23758 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
public/

Binary file not shown.

View File

@ -1,134 +0,0 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="_pagefind/pagefind-ui.css">
<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>
window.addEventListener('DOMContentLoaded', (event) => { new PagefindUI({ element: "#search" }); });
</script>
<title>4k gaming with a gtx1080ti</title>
</head>
<body>
<main>
<div id="search"></div>
<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>
<p>tags:</p>
<ul data-pagefind-meta="tags">
<li>
<a href="tags/gaming.html">gaming</a>
</li></ul>
<hr>
<div data-pagefind-body>
<p>i recently picked up a gtx1080ti on newegg (and a 4k monitor earlier in
the summer on prime day). i can&rsquo;t stop playing the witcher 3. even
though it&rsquo;s a couple years old, it just looks so good. plus, the story
and gameplay are incredible as well. i find myself dreaming about the
game and longing to play it when i&rsquo;m not. i&rsquo;ll have to say it is
definitively the best game i&rsquo;ve ever played.</p>
<p>some of the other games that i&rsquo;m looking forward to exploring more of in
4k are:</p>
<ul>
<li>destiny 2</li>
<li>prey</li>
<li>overwatch (not that this will look insanely good, it will just be
super silky smooth)</li>
<li>fallout 4</li>
<li>battlefield 1</li>
<li>dishonored</li>
<li>dishonored 2</li>
<li>dying light</li>
<li>battlefront</li>
<li>pubg</li>
<li>doom (2016)</li>
<li>gta5</li>
<li>just cause 3</li>
<li>hellblade: senua&rsquo;s sacrifice</li>
<li>watch dogs 2</li>
<li>many others</li>
</ul>
</div>
<script src="https://utteranc.es/client.js"
repo="benharri/blog"
issue-term="title"
crossorigin="anonymous"
theme="github-dark"
async>
</script>
<footer>
CC by-nc-nd <a href="https://tilde.team/~ben/">~ben</a> &mdash; <a href="https://tildegit.org/ben/blog">site source</a>
</footer>
</main>
</body>
</html>

View File

@ -1,115 +0,0 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="_pagefind/pagefind-ui.css">
<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>
window.addEventListener('DOMContentLoaded', (event) => { new PagefindUI({ element: "#search" }); });
</script>
<title>8values</title>
</head>
<body>
<main>
<div id="search"></div>
<h1 data-pagefind-meta="title"><a href="./8values.html">8values</a></h1>
<time>Wed, 03 Jan 2018 12:41 UTC</time>
<p>tags:</p>
<ul data-pagefind-meta="tags">
<li>
<a href="tags/ideology.html">ideology</a>
</li> <li>
<a href="tags/politics.html">politics</a>
</li></ul>
<hr>
<div data-pagefind-body>
<p>not that i&rsquo;m very surprised by this, but i took the quiz again (after
losing my results url) and got these results.</p>
<p><img src="https://bhh.sh/pub/photos/8values.png" alt=""></p>
<p><a href="https://8values.github.io">take the quiz here</a></p>
<p><a href="https://8values.github.io/results.html?e=95.7&amp;d=92.6&amp;g=78.5&amp;s=92.3">my results again as a
link</a></p>
</div>
<script src="https://utteranc.es/client.js"
repo="benharri/blog"
issue-term="title"
crossorigin="anonymous"
theme="github-dark"
async>
</script>
<footer>
CC by-nc-nd <a href="https://tilde.team/~ben/">~ben</a> &mdash; <a href="https://tildegit.org/ben/blog">site source</a>
</footer>
</main>
</body>
</html>

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# [blog](https://tilde.team/~ben/blog/)
my blog
i wrote a post about converting from bashblog to hugo:
[rewrite post](https://tilde.team/~ben/blog/hugo.html)
pretty basic hugo site - i'm probably doing it all wrong

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