added post content
parent
d9d01d3fe5
commit
f1c5d1388c
@ -1,6 +1,13 @@
|
|||||||
# Education
|
---
|
||||||
I am currently a senior in the EECS department at MIT
|
title: "whoami"
|
||||||
|
date: 2023-01-23T17:56:08-05:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
# Interests
|
### Education
|
||||||
|
I am currently a senior in EECS at MIT
|
||||||
|
|
||||||
|
### Interests
|
||||||
- Embedded systems
|
- Embedded systems
|
||||||
- Linux
|
- Linux
|
||||||
|
|
||||||
|
@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
title: "Homelab"
|
||||||
|
date: 2023-01-23T18:02:58-05:00
|
||||||
|
draft: false
|
||||||
|
toc: false
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
- untagged
|
||||||
|
---
|
||||||
|
|
||||||
|
This post acts as a way to chronicle my adventures in setting up my homelab as well as a summary of the services I run on it.
|
||||||
|
|
||||||
|
## Specs
|
||||||
|
|
||||||
|
**CPU** - Intel i5-4590 @ 3.7 GHz
|
||||||
|
|
||||||
|
**Ram** - 16 GB @ ??
|
||||||
|
|
||||||
|
**Platform** - Dell OptiPlex 9020
|
||||||
|
|
||||||
|
**OS** - Debian serves as the base OS
|
||||||
|
|
||||||
|
## Services
|
||||||
|
|
||||||
|
**Website** - Rendering markdown content via [Hugo](https://gohugo.io)
|
||||||
|
|
||||||
|
**File Sharing** - Hosting [Seafile](https://seafile.com) to sync file sharing between devices
|
||||||
|
|
||||||
|
**Git Server** - [Gitea](https://gitea.io) makes it easy to host my own git instance
|
||||||
|
|
||||||
|
**Server** - [Caddy](https://caddyserver.com) makes it easy to reverse proxy subdomains to their respective service
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
# This is a test blog post
|
|
||||||
|
|
||||||
I could use this to create interesting blog content
|
|
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
title: "Touring my X230"
|
||||||
|
date: 2023-01-23T17:52:45-05:00
|
||||||
|
draft: false
|
||||||
|
toc: false
|
||||||
|
images:
|
||||||
|
tags:
|
||||||
|
- untagged
|
||||||
|
---
|
||||||
|
|
||||||
|
I purchased my Thinkpad X230 for $200 in the Fall of 2022. This post will serve as a chronicle of the modifications I made as well as a summary of the specs.
|
||||||
|
|
||||||
|
### Specs
|
||||||
|
**OS** - Arch
|
@ -0,0 +1,257 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
<meta name="author" content="">
|
||||||
|
<meta name="description" content="This post acts as a way to chronicle my adventures in setting up my homelab as well as a summary of the services I run on it.
|
||||||
|
Specs CPU - Intel i5-4590 @ 3.7 GHz
|
||||||
|
Ram - 16 GB @ ??
|
||||||
|
Platform - Dell OptiPlex 9020
|
||||||
|
OS - Debian serves as the base OS
|
||||||
|
Services Website - Rendering markdown content via Hugo
|
||||||
|
File Sharing - Hosting Seafile to sync file sharing between devices" />
|
||||||
|
<meta name="keywords" content=", untagged" />
|
||||||
|
<meta name="robots" content="noodp" />
|
||||||
|
<meta name="theme-color" content="" />
|
||||||
|
<link rel="canonical" href="http://keegandeppe.com/posts/homelab/" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>
|
||||||
|
|
||||||
|
Homelab :: Keegan Deppe
|
||||||
|
|
||||||
|
</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
|
||||||
|
type="text/css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/main.4e5c639214707eff609bb55fe49e183dee42258a73bc90e4cc7b0a84f900798a.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="">
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
|
<meta name="msapplication-TileColor" content="">
|
||||||
|
|
||||||
|
|
||||||
|
<meta itemprop="name" content="Homelab">
|
||||||
|
<meta itemprop="description" content="This post acts as a way to chronicle my adventures in setting up my homelab as well as a summary of the services I run on it.
|
||||||
|
Specs CPU - Intel i5-4590 @ 3.7 GHz
|
||||||
|
Ram - 16 GB @ ??
|
||||||
|
Platform - Dell OptiPlex 9020
|
||||||
|
OS - Debian serves as the base OS
|
||||||
|
Services Website - Rendering markdown content via Hugo
|
||||||
|
File Sharing - Hosting Seafile to sync file sharing between devices"><meta itemprop="datePublished" content="2023-01-23T18:02:58-05:00" />
|
||||||
|
<meta itemprop="dateModified" content="2023-01-23T18:02:58-05:00" />
|
||||||
|
<meta itemprop="wordCount" content="100">
|
||||||
|
<meta itemprop="keywords" content="untagged," />
|
||||||
|
<meta name="twitter:card" content="summary"/>
|
||||||
|
<meta name="twitter:title" content="Homelab"/>
|
||||||
|
<meta name="twitter:description" content="This post acts as a way to chronicle my adventures in setting up my homelab as well as a summary of the services I run on it.
|
||||||
|
Specs CPU - Intel i5-4590 @ 3.7 GHz
|
||||||
|
Ram - 16 GB @ ??
|
||||||
|
Platform - Dell OptiPlex 9020
|
||||||
|
OS - Debian serves as the base OS
|
||||||
|
Services Website - Rendering markdown content via Hugo
|
||||||
|
File Sharing - Hosting Seafile to sync file sharing between devices"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2023-01-23 18:02:58 -0500 EST" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<header class="header">
|
||||||
|
<span class="header__inner">
|
||||||
|
<a href="/" style="text-decoration: none;">
|
||||||
|
<div class="logo">
|
||||||
|
|
||||||
|
<span class="logo__mark">></span>
|
||||||
|
<span class="logo__text">$ cd /home/</span>
|
||||||
|
<span class="logo__cursor" style=
|
||||||
|
"
|
||||||
|
|
||||||
|
">
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="header__right">
|
||||||
|
|
||||||
|
<nav class="menu">
|
||||||
|
<ul class="menu__inner"><li><a href="/about">whoami</a></li><li><a href="/posts">posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<span class="menu-trigger">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||||
|
<path d="M0 0h24v24H0z" fill="none"/>
|
||||||
|
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<main class="post">
|
||||||
|
|
||||||
|
<div class="post-info">
|
||||||
|
<p>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock">
|
||||||
|
<circle cx="12" cy="12" r="10"></circle>
|
||||||
|
<polyline points="12 6 12 12 16 14"></polyline>
|
||||||
|
</svg>
|
||||||
|
One minute
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<h1 class="post-title">
|
||||||
|
<a href="http://keegandeppe.com/posts/homelab/">Homelab</a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post-content">
|
||||||
|
<p>This post acts as a way to chronicle my adventures in setting up my homelab as well as a summary of the services I run on it.</p>
|
||||||
|
<h2 id="specs">Specs</h2>
|
||||||
|
<p><strong>CPU</strong> - Intel i5-4590 @ 3.7 GHz</p>
|
||||||
|
<p><strong>Ram</strong> - 16 GB @ ??</p>
|
||||||
|
<p><strong>Platform</strong> - Dell OptiPlex 9020</p>
|
||||||
|
<p><strong>OS</strong> - Debian serves as the base OS</p>
|
||||||
|
<h2 id="services">Services</h2>
|
||||||
|
<p><strong>Website</strong> - Rendering markdown content via <a href="https://gohugo.io">Hugo</a></p>
|
||||||
|
<p><strong>File Sharing</strong> - Hosting <a href="https://seafile.com">Seafile</a> to sync file sharing between devices</p>
|
||||||
|
<p><strong>Git Server</strong> - <a href="https://gitea.io">Gitea</a> makes it easy to host my own git instance</p>
|
||||||
|
<p><strong>Server</strong> - <a href="https://caddyserver.com">Caddy</a> makes it easy to reverse proxy subdomains to their respective service</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
|
<div class="post-info">
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tag meta-icon"><path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7" y2="7"></line></svg>
|
||||||
|
|
||||||
|
<span class="tag"><a href="http://keegandeppe.com/tags/untagged/">untagged</a></span>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text">
|
||||||
|
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path>
|
||||||
|
<polyline points="14 2 14 8 20 8"></polyline>
|
||||||
|
<line x1="16" y1="13" x2="8" y2="13"></line>
|
||||||
|
<line x1="16" y1="17" x2="8" y2="17"></line>
|
||||||
|
<polyline points="10 9 9 9 8 9"></polyline>
|
||||||
|
</svg>
|
||||||
|
100 Words
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar">
|
||||||
|
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
|
||||||
|
<line x1="16" y1="2" x2="16" y2="6"></line>
|
||||||
|
<line x1="8" y1="2" x2="8" y2="6"></line>
|
||||||
|
<line x1="3" y1="10" x2="21" y2="10"></line>
|
||||||
|
</svg>
|
||||||
|
|
||||||
|
2023-01-23 18:02
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="pagination">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="pagination__buttons">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<span class="button next">
|
||||||
|
<a href="http://keegandeppe.com/posts/x230/">
|
||||||
|
<span class="button__text">Touring my X230</span>
|
||||||
|
<span class="button__icon">→</span>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/bundle.min.cf7fb2a9e24608a783e05e4472da2fdf008293289de1ad88d1cba5c143e7e414496dd33b6a228e92f8461ce0c8cbad3c9f9847e73e46dfbce0463393ddd1733a.js" integrity="sha512-z3+yqeJGCKeD4F5Ectov3wCCkyid4a2I0culwUPn5BRJbdM7aiKOkvhGHODIy608n5hH5z5G37zgRjOT3dFzOg=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,234 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
<meta name="author" content="">
|
||||||
|
<meta name="description" content="I purchased my Thinkpad X230 for $200 in the Fall of 2022. This post will serve as a chronicle of the modifications I made as well as a summary of the specs.
|
||||||
|
Specs OS - Arch" />
|
||||||
|
<meta name="keywords" content=", untagged" />
|
||||||
|
<meta name="robots" content="noodp" />
|
||||||
|
<meta name="theme-color" content="" />
|
||||||
|
<link rel="canonical" href="http://keegandeppe.com/posts/x230/" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>
|
||||||
|
|
||||||
|
Touring my X230 :: Keegan Deppe
|
||||||
|
|
||||||
|
</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
|
||||||
|
type="text/css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/main.4e5c639214707eff609bb55fe49e183dee42258a73bc90e4cc7b0a84f900798a.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="">
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
|
<meta name="msapplication-TileColor" content="">
|
||||||
|
|
||||||
|
|
||||||
|
<meta itemprop="name" content="Touring my X230">
|
||||||
|
<meta itemprop="description" content="I purchased my Thinkpad X230 for $200 in the Fall of 2022. This post will serve as a chronicle of the modifications I made as well as a summary of the specs.
|
||||||
|
Specs OS - Arch"><meta itemprop="datePublished" content="2023-01-23T17:52:45-05:00" />
|
||||||
|
<meta itemprop="dateModified" content="2023-01-23T17:52:45-05:00" />
|
||||||
|
<meta itemprop="wordCount" content="36">
|
||||||
|
<meta itemprop="keywords" content="untagged," />
|
||||||
|
<meta name="twitter:card" content="summary"/>
|
||||||
|
<meta name="twitter:title" content="Touring my X230"/>
|
||||||
|
<meta name="twitter:description" content="I purchased my Thinkpad X230 for $200 in the Fall of 2022. This post will serve as a chronicle of the modifications I made as well as a summary of the specs.
|
||||||
|
Specs OS - Arch"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2023-01-23 17:52:45 -0500 EST" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<header class="header">
|
||||||
|
<span class="header__inner">
|
||||||
|
<a href="/" style="text-decoration: none;">
|
||||||
|
<div class="logo">
|
||||||
|
|
||||||
|
<span class="logo__mark">></span>
|
||||||
|
<span class="logo__text">$ cd /home/</span>
|
||||||
|
<span class="logo__cursor" style=
|
||||||
|
"
|
||||||
|
|
||||||
|
">
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="header__right">
|
||||||
|
|
||||||
|
<nav class="menu">
|
||||||
|
<ul class="menu__inner"><li><a href="/about">whoami</a></li><li><a href="/posts">posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<span class="menu-trigger">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||||
|
<path d="M0 0h24v24H0z" fill="none"/>
|
||||||
|
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<main class="post">
|
||||||
|
|
||||||
|
<div class="post-info">
|
||||||
|
<p>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock">
|
||||||
|
<circle cx="12" cy="12" r="10"></circle>
|
||||||
|
<polyline points="12 6 12 12 16 14"></polyline>
|
||||||
|
</svg>
|
||||||
|
One minute
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<h1 class="post-title">
|
||||||
|
<a href="http://keegandeppe.com/posts/x230/">Touring my X230</a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="post-content">
|
||||||
|
<p>I purchased my Thinkpad X230 for $200 in the Fall of 2022. This post will serve as a chronicle of the modifications I made as well as a summary of the specs.</p>
|
||||||
|
<h3 id="specs">Specs</h3>
|
||||||
|
<p><strong>OS</strong> - Arch</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
|
<div class="post-info">
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tag meta-icon"><path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7" y2="7"></line></svg>
|
||||||
|
|
||||||
|
<span class="tag"><a href="http://keegandeppe.com/tags/untagged/">untagged</a></span>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text">
|
||||||
|
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path>
|
||||||
|
<polyline points="14 2 14 8 20 8"></polyline>
|
||||||
|
<line x1="16" y1="13" x2="8" y2="13"></line>
|
||||||
|
<line x1="16" y1="17" x2="8" y2="17"></line>
|
||||||
|
<polyline points="10 9 9 9 8 9"></polyline>
|
||||||
|
</svg>
|
||||||
|
36 Words
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar">
|
||||||
|
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
|
||||||
|
<line x1="16" y1="2" x2="16" y2="6"></line>
|
||||||
|
<line x1="8" y1="2" x2="8" y2="6"></line>
|
||||||
|
<line x1="3" y1="10" x2="21" y2="10"></line>
|
||||||
|
</svg>
|
||||||
|
|
||||||
|
2023-01-23 17:52
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="pagination">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="pagination__buttons">
|
||||||
|
|
||||||
|
<span class="button previous">
|
||||||
|
<a href="http://keegandeppe.com/posts/homelab/">
|
||||||
|
<span class="button__icon">←</span>
|
||||||
|
<span class="button__text">Homelab</span>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/bundle.min.cf7fb2a9e24608a783e05e4472da2fdf008293289de1ad88d1cba5c143e7e414496dd33b6a228e92f8461ce0c8cbad3c9f9847e73e46dfbce0463393ddd1733a.js" integrity="sha512-z3+yqeJGCKeD4F5Ectov3wCCkyid4a2I0culwUPn5BRJbdM7aiKOkvhGHODIy608n5hH5z5G37zgRjOT3dFzOg=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,175 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
<meta name="author" content="">
|
||||||
|
<meta name="description" content="" />
|
||||||
|
<meta name="keywords" content="" />
|
||||||
|
<meta name="robots" content="noodp" />
|
||||||
|
<meta name="theme-color" content="" />
|
||||||
|
<link rel="canonical" href="http://keegandeppe.com/tags/untagged/" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>
|
||||||
|
|
||||||
|
untagged :: Keegan Deppe
|
||||||
|
|
||||||
|
</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
|
||||||
|
type="text/css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/main.4e5c639214707eff609bb55fe49e183dee42258a73bc90e4cc7b0a84f900798a.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="">
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
|
<meta name="msapplication-TileColor" content="">
|
||||||
|
|
||||||
|
|
||||||
|
<meta itemprop="name" content="untagged">
|
||||||
|
<meta itemprop="description" content="">
|
||||||
|
<meta name="twitter:card" content="summary"/>
|
||||||
|
<meta name="twitter:title" content="untagged"/>
|
||||||
|
<meta name="twitter:description" content=""/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="http://keegandeppe.com/tags/untagged/index.xml" title="Keegan Deppe" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<header class="header">
|
||||||
|
<span class="header__inner">
|
||||||
|
<a href="/" style="text-decoration: none;">
|
||||||
|
<div class="logo">
|
||||||
|
|
||||||
|
<span class="logo__mark">></span>
|
||||||
|
<span class="logo__text">$ cd /home/</span>
|
||||||
|
<span class="logo__cursor" style=
|
||||||
|
"
|
||||||
|
|
||||||
|
">
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="header__right">
|
||||||
|
|
||||||
|
<nav class="menu">
|
||||||
|
<ul class="menu__inner"><li><a href="/about">whoami</a></li><li><a href="/posts">posts</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<span class="menu-trigger">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||||
|
<path d="M0 0h24v24H0z" fill="none"/>
|
||||||
|
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<main class="posts">
|
||||||
|
<h1>untagged</h1>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="posts-group">
|
||||||
|
<div class="post-year">2023</div>
|
||||||
|
|
||||||
|
<ul class="posts-list">
|
||||||
|
|
||||||
|
<li class="post-item">
|
||||||
|
<a href="http://keegandeppe.com/posts/homelab/">
|
||||||
|
<span class="post-title">Homelab</span>
|
||||||
|
<span class="post-day">
|
||||||
|
|
||||||
|
Jan 23
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post-item">
|
||||||
|
<a href="http://keegandeppe.com/posts/x230/">
|
||||||
|
<span class="post-title">Touring my X230</span>
|
||||||
|
<span class="post-day">
|
||||||
|
|
||||||
|
Jan 23
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="pagination">
|
||||||
|
<div class="pagination__buttons">
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/bundle.min.cf7fb2a9e24608a783e05e4472da2fdf008293289de1ad88d1cba5c143e7e414496dd33b6a228e92f8461ce0c8cbad3c9f9847e73e46dfbce0463393ddd1733a.js" integrity="sha512-z3+yqeJGCKeD4F5Ectov3wCCkyid4a2I0culwUPn5BRJbdM7aiKOkvhGHODIy608n5hH5z5G37zgRjOT3dFzOg=="></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>untagged on Keegan Deppe</title>
|
||||||
|
<link>http://keegandeppe.com/tags/untagged/</link>
|
||||||
|
<description>Recent content in untagged on Keegan Deppe</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<lastBuildDate>Mon, 23 Jan 2023 18:02:58 -0500</lastBuildDate><atom:link href="http://keegandeppe.com/tags/untagged/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>Homelab</title>
|
||||||
|
<link>http://keegandeppe.com/posts/homelab/</link>
|
||||||
|
<pubDate>Mon, 23 Jan 2023 18:02:58 -0500</pubDate>
|
||||||
|
|
||||||
|
<guid>http://keegandeppe.com/posts/homelab/</guid>
|
||||||
|
<description>This post acts as a way to chronicle my adventures in setting up my homelab as well as a summary of the services I run on it.
|
||||||
|
Specs CPU - Intel i5-4590 @ 3.7 GHz
|
||||||
|
Ram - 16 GB @ ??
|
||||||
|
Platform - Dell OptiPlex 9020
|
||||||
|
OS - Debian serves as the base OS
|
||||||
|
Services Website - Rendering markdown content via Hugo
|
||||||
|
File Sharing - Hosting Seafile to sync file sharing between devices</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Touring my X230</title>
|
||||||
|
<link>http://keegandeppe.com/posts/x230/</link>
|
||||||
|
<pubDate>Mon, 23 Jan 2023 17:52:45 -0500</pubDate>
|
||||||
|
|
||||||
|
<guid>http://keegandeppe.com/posts/x230/</guid>
|
||||||
|
<description>I purchased my Thinkpad X230 for $200 in the Fall of 2022. This post will serve as a chronicle of the modifications I made as well as a summary of the specs.
|
||||||
|
Specs OS - Arch</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
@ -0,0 +1,10 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-us">
|
||||||
|
<head>
|
||||||
|
<title>http://keegandeppe.com/tags/untagged/</title>
|
||||||
|
<link rel="canonical" href="http://keegandeppe.com/tags/untagged/">
|
||||||
|
<meta name="robots" content="noindex">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="refresh" content="0; url=http://keegandeppe.com/tags/untagged/">
|
||||||
|
</head>
|
||||||
|
</html>
|
Loading…
Reference in New Issue