- removing the unwanted
This commit is contained in:
parent
8208efb946
commit
0e6935990f
108
pages/index.md
108
pages/index.md
@ -1,108 +0,0 @@
|
||||
# Definitely not a blog
|
||||
## I swear
|
||||
|
||||
## **[Left Coast Server Bot Architecture Re-Design](/post/lewd-lad-infra.html)**
|
||||
|
||||
> _July 25, 2021_
|
||||
|
||||
> A casual/technical explanation of Lewdlad's architecture
|
||||
|
||||
## **[Setting up OBS for streaming or recording](/post/obs-setup.html)**
|
||||
|
||||
> _March 19, 2021_
|
||||
|
||||
> A less formal explanation of how to setup OBS for streaming/recording
|
||||
|
||||
## **[Vector and Honeycomb - Logging on a Budget](/post/logging.html)**
|
||||
> _March 15, 2021_
|
||||
|
||||
> Powerful logging without powerful hardware
|
||||
|
||||
|
||||
## **[Auto Deploying to VPS and Neocities with Docker](/post/docker-ftw.html)**
|
||||
|
||||
> _February 08, 2021_
|
||||
|
||||
> All under Gitlab's CI/CD System
|
||||
|
||||
|
||||
## **[Making Ice Cream at Home](/post/ice-cream.html)**
|
||||
|
||||
> _July 24, 2020_
|
||||
|
||||
> No dumb ice cream machine required
|
||||
|
||||
|
||||
## **[Markdown Transpiler Thingy](/post/markdown-translator.html)**
|
||||
> _July 21, 2020_
|
||||
|
||||
> shellscript a cool
|
||||
|
||||
## **[Building Changes](/post/quick-update.html)**
|
||||
> _April 22, 2020_
|
||||
|
||||
> Satisfying my lust for a good build system
|
||||
|
||||
## **[Segmented Routes](/post/route2.html)**
|
||||
> _September 13, 2019_
|
||||
|
||||
> tfw -1 time saves everywhere
|
||||
|
||||
## **[A quick Bhop Route showcase](/post/route1.html)**
|
||||
> Time to finally put that speedrunning tag to use
|
||||
|
||||
|
||||
## **[DWM > i3](/post/dwm.html)**
|
||||
> _August 18, 2019_
|
||||
|
||||
> Now DWM is my new best friend
|
||||
|
||||
## **[Rewrites and this site](/post/rewrite.html)**
|
||||
> _May 2, 2019_
|
||||
|
||||
> FeelsGoodMan
|
||||
|
||||
|
||||
## **[Fitting ATX boards in MATX Cases](./post/atx.html)**
|
||||
> _January 10, 2018_
|
||||
|
||||
> pls no boolie cable management
|
||||
|
||||
## **[Wot in tarnation happend to the style](./post/style.html)**
|
||||
> _September 21, 2018_
|
||||
|
||||
> waddu heck man it looks all different
|
||||
|
||||
## **[Bash is weird sometimes](./post/bash-1.html)**
|
||||
> _July 22, 2018_
|
||||
|
||||
> My terminal experience is gettin really weird...
|
||||
|
||||
> More deets coming after this post about that
|
||||
|
||||
## **[QuteBrowser is /comfy/](./post/qute.html)**
|
||||
> _July 2, 2018_
|
||||
|
||||
> Operating at peak comfy levels captain!
|
||||
|
||||
## **[First Foray into big Projects](./post/qca1.html)**
|
||||
> _June 25, 2018_
|
||||
|
||||
> Sometimes you just gotta go ham
|
||||
|
||||
## **[This time for real](./post/open.html)**
|
||||
> _June 18, 2018_
|
||||
|
||||
> terminal commands > gui
|
||||
|
||||
> tfw you want to use propritary software but your ideology gets in the way
|
||||
|
||||
## **[Website Construction philosophy](./post/phil.html)**
|
||||
> JS is bloat prove me wrong
|
||||
|
||||
> But no Seriously why do so many sites have to load 6000 js scripts and why are half of them obfuscated
|
||||
|
||||
## **[Mapping in Reflex](./post/mapping.html)**
|
||||
> Making maps is hard fam
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,42 +0,0 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{TITLE}
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
|
||||
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
|
||||
<!-- Side menu forces things properly apparantly-->
|
||||
<link rel="stylesheet" href="/style.css?v=1.3">
|
||||
<!-- Opengraph meme -->
|
||||
<meta property="og:title" content="Definitely not a blog">
|
||||
<meta property="og:site_name" content="Shockrah's Blog">
|
||||
<meta property="og:url" content="https://shockrah.neocities.org/">
|
||||
<meta property="og:description" content="A place for me to type">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:image" content="https://assets.gitlab-static.net/uploads/-/system/project/avatar/5228234/hearttwitchlogo.png">
|
||||
</head>
|
||||
<body>
|
||||
<div id="layout">
|
||||
<div id="menu">
|
||||
<a class="pure-menu-heading" href="/">Home</a>
|
||||
<div class="pure-menu">
|
||||
<ul class="pure-menu-list">
|
||||
<li class="pure-menu-item">
|
||||
<a class="pure-menu-link" href="/about.html">About</a>
|
||||
</li>
|
||||
<li class="pure-menu-item">
|
||||
<a class="pure-menu-link" href="/links.html">Links</a>
|
||||
</li>
|
||||
<li class="pure-menu-item">
|
||||
<a class="pure-menu-link" href="/notes-ramblings.html">Notes</a>
|
||||
</li>
|
||||
<li class="pure-menu-item">
|
||||
<a class="pure-menu-link" href="/stream.html">Stream</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div class="content">
|
Loading…
Reference in New Issue
Block a user