- 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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"posts": [ | |
{ | |
"title": "Recipes", | |
"lede": "", | |
"type": "landing", | |
"tags": "nav", | |
"url": "/recipes/" | |
}, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- <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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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; |
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Column Styles */ | |
.col { | |
margin: 0 auto; | |
clear: both; | |
padding: 5.55555555% 3.7037037%; | |
} | |
.col-condensed { | |
clear: both; | |
padding: 7.4074074%; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.col-ab > * { } // Two columns, 50%-50% | |
.col-ab_ > * { } // Two columns, 33%-66% | |
.col-a_b > * { } // Two columns, 66%-33% | |
.col-abc > * { } // Three columns, 33%-33%-33% | |
.col-a_bc > * { } // Three columns, 50%-25%-25% | |
.col-a_b_c > * { } // Three columns, 37.5%-37.5%-25% |
NewerOlder