Skip to content

Instantly share code, notes, and snippets.

@Wilto
Wilto / sketchystrike.css
Created March 26, 2026 19:00
Sketchy Strikethrough
:root {
--strike-background-light: url( "data:image/svg+xml;charset=UTF-8,%3Csvg preserveAspectRatio='none' viewBox='0 0 107.522 45.827' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.65' fill='none' stroke='#12073f' stroke-width='9.382' stroke-linecap='round' stroke-linejoin='bevel' d='M28.739 8.904c-.204 0-24.338 31.34-24.278 31.467.06.129 5.005-3.497 5.618-4.022 3.713-3.178 34.464-34.196 39.846-31.358 1.263.666-19.065 22.612-20.465 24.24-.247.288-4.41 5.536-3.557 5.705.834.165 3.51-1.413 3.609-1.468C39.916 27.722 49.648 19.77 59.1 12.655c3.327-2.505 11.054-10.792 10.567-6.686-.85 7.17-16.573 17.953-21.546 22.827-4.015 3.935-17.136 13.124-11.547 12.282C44.826 39.835 57.706 24.5 64.048 19.61c4.216-3.251 12.836-14.795 12.836-9.51 0 7.671-20.992 16.474-19.125 23.694 1.253 4.843 28.662-23.6 27.63-17.065-1.088 6.875-12.54 14.838-17.268 20-.315.344-1.325.952-.877 1.088 4.546 1.369 20.882-14.138 25.052-17.011 3.308-2.28 11.207-9.996 10.413-6.088-1.084 5.332-32.873 32.221-12.99 21.74'/%3E%3C/svg%3E");
-
{
"posts": [
{
"title": "Recipes",
"lede": "",
"type": "landing",
"tags": "nav",
"url": "/recipes/"
},
{
- <ul class="confirm-instruction-list">
- <li id="mainDownload-instruction" class="confirm-instruction-item" bi:cmpgrp="download:DirectX End-User Runtime Web Installer">
+ <div class="row-fluid">
+ <div class="row-fluid">
<h2 class="title"> DirectX End-User Runtime Web Installer</h2>
- </li>
- </ul>
+ </div>
+ </div>
<style>
.a11y-only { /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
@Wilto
Wilto / pumpkin.md
Created December 28, 2016 16:37
Pumpkin soup
  • Little coconut oil
  • 1 small yellow onion
  • 3 cloves garlic
  • 1/4 C. sun-dried tomatoes (in oil)
  • 1 can pumpkin
  • Box o’ chicken stock
  • 1/4 tsp paprika
  • 1/4 tsp tarragon
  • 1/3 C. food-processor’d cashews
  • Pinch sage

Shin spicy ramyun is real good. I wanted to make that, but like, fancier. So I did. It came out pretty good.

J. Kenji Lopez-Alt has a buckwild recipe, but I ain’t got eight hours. This turned out pretty decent.

  • 3 scallions, chopped
  • 3 cloves of garlic, minced
  • 1" ginger, minced
  • 2 tsp. gochujang
  • 4 C. beef broth
  • 1 C. vegetable broth

Potage Parmentier

  • 3 Tbsp. butter
  • 3 C. thinly sliced leeks
  • 3 cloves of garlic, minced
  • 2 Tbsp. flour
  • 2 C. potatoes, peeled and diced (I use those small red ones and leave the skin on a couple)
  • 1 C. white beans
  • 4 C. vegetable stock (one of those boxes; you know the ones)
  • 1/2 C. light cream
@Wilto
Wilto / mornay-mac.md
Last active February 19, 2016 07:36
Macaroni and Weird Mornay Sauce

Macaroni and Sauce Mornay (kinda)

  • A box of shells
  • 6 Tbsp. butter
  • 1 C. unseasoned breadcrumbs
  • 1/4 C. all-purpose flour
  • 1/8 C. minced leeks
  • 2 C. milk
@Wilto
Wilto / shoyu.md
Last active February 8, 2016 17:26
The shoyu ramen recipe I’ve been tinkering with.

Shoyu Ramen

The Broth

  • 1/4 C. Shoyu soy sauce
  • 32 oz. chicken stock
  • Half a bigass leek
  • About a thumb’s worth of ginger, slivered
@Wilto
Wilto / layout.css
Last active September 11, 2015 13:16
/* Column Styles */
.col {
margin: 0 auto;
clear: both;
padding: 5.55555555% 3.7037037%;
}
.col-condensed {
clear: both;
padding: 7.4074074%;
}