Tracking the public directories generated by hugo is ungood

This commit is contained in:
Emilia Allison 2022-07-06 12:25:54 -04:00
parent 0f33069954
commit 5739bdb808
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
10 changed files with 0 additions and 387 deletions

View File

@ -1,53 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.101.0" />
<title>_Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/cool-stuff/recipes/sass/global.css" />
</head>
<body>
<div class="overlay"></div>
<main>
<!DOCTYPE html>
<html>
<head>
<title>_Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/cool-stuff/recipes/sass/global.css" />
</head>
<body>
<div class="overlay"></div>
<main>
you're lookin like a shrimp today.
<ul>
<li>
<a href="/cool-stuff/recipes/stickybuns/">Stickybuns</a>
</li>
<li>
<a href="/cool-stuff/recipes/peanut-butter-cookies/">Peanut Butter Cookies</a>
</li>
</ul>
</main>
</body>
</html>
</main>
</body>
</html>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>_Index on Recipes</title>
<link>https://ilia.moe/cool-stuff/recipes/</link>
<description>Recent content in _Index on Recipes</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 29 Jun 2022 14:20:38 -0400</lastBuildDate><atom:link href="https://ilia.moe/cool-stuff/recipes/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Stickybuns</title>
<link>https://ilia.moe/cool-stuff/recipes/stickybuns/</link>
<pubDate>Wed, 29 Jun 2022 14:46:50 -0400</pubDate>
<guid>https://ilia.moe/cool-stuff/recipes/stickybuns/</guid>
<description>Tangzhong Ingredients 1.5 tbsp (15g) flour 1.5 tbsp (20g) milk 1.5 tbsp (20g) water Procedure Get out eggs so that they are at room temp later (see dough) Add all tangzhong ingredients to a small saucepan Put the saucepan on medium heat and whisk until tacky This step does not take long Let cool to room temp Dough Ingredients 2.5 tsp (9g) dry yeast 0.5 cup (120mL) lukewarm milk (around 98°F / 37°C) 3 cup (443g) flour 3 tbsp (44g) granulated sugar 0.</description>
</item>
<item>
<title>Peanut Butter Cookies</title>
<link>https://ilia.moe/cool-stuff/recipes/peanut-butter-cookies/</link>
<pubDate>Wed, 29 Jun 2022 11:52:52 -0400</pubDate>
<guid>https://ilia.moe/cool-stuff/recipes/peanut-butter-cookies/</guid>
<description>Ingredients 1 cup butter (two sticks) 1 cup white sugar 1 cup brown sugar 1 cup peanut butter 1 tsp salt 1 tbsp baking soda 1 tbsp baking powder 2 eggs 2.5 cups flour Procedure Cream butter and sugar Add peanut butter and mix Add baking soda, baking powder, and eggs, then mix Add flour in 1 cup (or smaller) increments until all is added and combined Cover and let dough sit for a while (optional) Bake at 375°F for around 1112 minutes Time varies based on cookie size Let sit on baking sheet for a few minutes before moving to a cooling rack </description>
</item>
</channel>
</rss>

View File

@ -1,34 +0,0 @@
<header>
<h1> Peanut Butter Cookies </h1>
<h2> Last Modified: June 29, 2022</h2>
</header>
<article>
have you heard of him?
<h3 id="ingredients">Ingredients</h3>
<ul>
<li>1 cup butter (two sticks)</li>
<li>1 cup white sugar</li>
<li>1 cup brown sugar</li>
<li>1 cup peanut butter</li>
<li>1 tsp salt</li>
<li>1 tbsp baking soda</li>
<li>1 tbsp baking powder</li>
<li>2 eggs</li>
<li>2.5 cups flour</li>
</ul>
<h3 id="procedure">Procedure</h3>
<ol>
<li>Cream butter and sugar</li>
<li>Add peanut butter and mix</li>
<li>Add baking soda, baking powder, and eggs, then mix</li>
<li>Add flour in 1 cup (or smaller) increments until all is added and combined</li>
<li>Cover and let dough sit for a while (optional)</li>
<li>Bake at 375°F for around 1112 minutes
<ul>
<li>Time varies based on cookie size</li>
</ul>
</li>
<li>Let sit on baking sheet for a few minutes before moving to a cooling rack</li>
</ol>
</article>

View File

@ -1,86 +0,0 @@
body {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
align-content: center;
width: 100%;
height: 100%;
padding: 0 0 0 0;
margin: 0 0 0 0;
overflow: hidden;
background-color: black;
--is-mobile: 0; }
@media (pointer: coarse) {
body {
--is-mobile: 1; } }
.overlay {
width: 100%;
height: 100vh;
position: fixed;
opacity: 0.03;
z-index: 1;
background-image: url("/img/noise.gif");
background-size: 25%; }
@media (pointer: coarse) {
.overlay {
background-size: 200%; } }
.outerdiv {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
align-content: center;
width: 90%;
height: 100vh;
background-color: #091519;
flex-direction: column; }
@media (pointer: coarse) {
.outerdiv {
width: 100%; } }
.contentholder {
justify-content: flex-start; }
.contentholder div {
width: 30rem;
margin: 1% 0; }
@media (pointer: coarse) {
.contentholder div {
width: 20rem; } }
.contentholder .contentholder__topfiller {
height: 5%;
background-color: transparent; }
.content {
z-index: 100; }
h1 {
color: #F5A9B8;
font-family: serif;
font-size: xx-large;
margin: 5px 5px;
text-align: center; }
h2 {
color: #FFFFFF;
font-family: serif;
font-size: medium;
margin-top: -8px;
text-align: center; }
p, li {
color: #FFFFFF;
font-family: sans-serif;
font-size: large;
text-align: left;
margin: 5px 0px; }
ol {
margin: 0px 0px; }
li {
list-style-type: none; }
li:before {
content: "- "; }
a {
text-decoration: none; }

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://ilia.moe/cool-stuff/recipes/tags/baked/</loc>
<lastmod>2022-06-29T14:46:50-04:00</lastmod>
</url><url>
<loc>https://ilia.moe/cool-stuff/recipes/stickybuns/</loc>
<lastmod>2022-06-29T14:46:50-04:00</lastmod>
</url><url>
<loc>https://ilia.moe/cool-stuff/recipes/tags/</loc>
<lastmod>2022-06-29T14:46:50-04:00</lastmod>
</url><url>
<loc>https://ilia.moe/cool-stuff/recipes/</loc>
<lastmod>2022-06-29T14:20:38-04:00</lastmod>
</url><url>
<loc>https://ilia.moe/cool-stuff/recipes/peanut-butter-cookies/</loc>
<lastmod>2022-06-29T11:52:52-04:00</lastmod>
</url>
</urlset>

View File

@ -1,88 +0,0 @@
<header>
<h1> Stickybuns </h1>
<h2> Last Modified: June 29, 2022</h2>
</header>
<article>
have you heard of him?
<h2 id="tangzhong">Tangzhong</h2>
<h3 id="ingredients">Ingredients</h3>
<ul>
<li>1.5 tbsp (15g) flour</li>
<li>1.5 tbsp (20g) milk</li>
<li>1.5 tbsp (20g) water</li>
</ul>
<h2 id="procedure">Procedure</h2>
<ol>
<li>Get out eggs so that they are at room temp later (see dough)</li>
<li>Add all tangzhong ingredients to a small saucepan</li>
<li>Put the saucepan on medium heat and whisk until tacky
<ul>
<li>This step does not take long</li>
</ul>
</li>
<li>Let cool to room temp</li>
</ol>
<h2 id="dough">Dough</h2>
<h3 id="ingredients-1">Ingredients</h3>
<ul>
<li>2.5 tsp (9g) dry yeast</li>
<li>0.5 cup (120mL) lukewarm milk (around 98°F / 37°C)</li>
<li>3 cup (443g) flour</li>
<li>3 tbsp (44g) granulated sugar</li>
<li>0.75 tsp (2g) fine sea salt</li>
<li>2.5 tbsp (55g) water</li>
<li>2 eggs (room temperature)</li>
<li>3.5 tbsp (50g) unsalted butter (softened)</li>
</ul>
<h3 id="procedure-1">Procedure</h3>
<ol start="5">
<li>Heat milk to 9095°F</li>
<li>Add yeast to milk, stir, and let sit 10 minutes</li>
<li>Whisk salt and sugar into flour in a mixing bowl</li>
<li>Put bowl in stand mixer w/ dough hook jawn</li>
<li>Add tangzhong, milk, yeast mixture, and eggs</li>
<li>Mix at low speed, scraping sides when needed</li>
<li>Increase speed to medium when dough becomes cohesive</li>
<li>Gradually add butter (1 tbsp at a time)</li>
<li>Mix until fully incorporated, then continue mixing for an additional 57 minutes</li>
<li>Place on an unflowered surfaced and slide the dough around to form a ball</li>
<li>Put in a lightly greased bowl and cover with a damp towel</li>
<li>Let sit at room temp 12 hours until doubled</li>
</ol>
<h2 id="glaze">Glaze</h2>
<h3 id="ingredients-2">Ingredients</h3>
<ul>
<li>0.5 cup (115g) unsalted butter</li>
<li>0.5 cup (115g) packed brown sugar</li>
<li>3 tbsp (51g) honey</li>
</ul>
<h3 id="procedure-2">Procedure</h3>
<ol start="17">
<li>Add glaze ingredients to a medium saucepan, then stir over medium heat until combined</li>
<li>Let glaze cool</li>
</ol>
<h2 id="filling">Filling</h2>
<h3 id="ingredients-3">Ingredients</h3>
<ul>
<li>5 tbsp (70g) unsalted butter (gently melted)</li>
<li>0.5 cup (125g) dark brown sugar</li>
<li>2.5 tsp (5g) cinnamon</li>
<li>Pinch of ground allspice</li>
<li>Pinch of ground nutmeg</li>
</ul>
<h3 id="procedure-3">Procedure</h3>
<ol start="19">
<li>Put dough on a floured surfaced, cover and let sit for 10 minutes</li>
<li>Roll dough into a rectangle 0.25in thick</li>
<li>Melt butter and brush onto surface (butter should not be hot)</li>
<li>Mix other filling ingredients in a bowl</li>
<li>Sprinkle filling on dough</li>
<li>Tightly roll up dough, slightly seal each end</li>
<li>Cut of each end, then cut log into 9 equally sized rolls (may be less)</li>
<li>Grease a 9x9 cake pan or a round cake pan</li>
<li>Pour glaze into bottom of pan</li>
<li>Arrange rolls equally spaced in pan</li>
<li>Bake at 350°F for 3035 minutes</li>
</ol>
</article>

View File

@ -1,16 +0,0 @@
<header><h1>baked</h1></header>
<article>
i love shrimp
<ul>
<li>
<a href="/cool-stuff/recipes/stickybuns/">Stickybuns</a>
</li>
<li>
<a href="/cool-stuff/recipes/peanut-butter-cookies/">Peanut Butter Cookies</a>
</li>
</ul>
</article>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>baked on Recipes</title>
<link>https://ilia.moe/cool-stuff/recipes/tags/baked/</link>
<description>Recent content in baked on Recipes</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 29 Jun 2022 14:46:50 -0400</lastBuildDate><atom:link href="https://ilia.moe/cool-stuff/recipes/tags/baked/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Stickybuns</title>
<link>https://ilia.moe/cool-stuff/recipes/stickybuns/</link>
<pubDate>Wed, 29 Jun 2022 14:46:50 -0400</pubDate>
<guid>https://ilia.moe/cool-stuff/recipes/stickybuns/</guid>
<description>Tangzhong Ingredients 1.5 tbsp (15g) flour 1.5 tbsp (20g) milk 1.5 tbsp (20g) water Procedure Get out eggs so that they are at room temp later (see dough) Add all tangzhong ingredients to a small saucepan Put the saucepan on medium heat and whisk until tacky This step does not take long Let cool to room temp Dough Ingredients 2.5 tsp (9g) dry yeast 0.5 cup (120mL) lukewarm milk (around 98°F / 37°C) 3 cup (443g) flour 3 tbsp (44g) granulated sugar 0.</description>
</item>
<item>
<title>Peanut Butter Cookies</title>
<link>https://ilia.moe/cool-stuff/recipes/peanut-butter-cookies/</link>
<pubDate>Wed, 29 Jun 2022 11:52:52 -0400</pubDate>
<guid>https://ilia.moe/cool-stuff/recipes/peanut-butter-cookies/</guid>
<description>Ingredients 1 cup butter (two sticks) 1 cup white sugar 1 cup brown sugar 1 cup peanut butter 1 tsp salt 1 tbsp baking soda 1 tbsp baking powder 2 eggs 2.5 cups flour Procedure Cream butter and sugar Add peanut butter and mix Add baking soda, baking powder, and eggs, then mix Add flour in 1 cup (or smaller) increments until all is added and combined Cover and let dough sit for a while (optional) Bake at 375°F for around 1112 minutes Time varies based on cookie size Let sit on baking sheet for a few minutes before moving to a cooling rack </description>
</item>
</channel>
</rss>

View File

@ -1,12 +0,0 @@
<header><h1>Tags</h1></header>
<article>
i love shrimp
<ul>
<li>
<a href="/cool-stuff/recipes/tags/baked/">baked</a>
</li>
</ul>
</article>

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Recipes</title>
<link>https://ilia.moe/cool-stuff/recipes/tags/</link>
<description>Recent content in Tags on Recipes</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 29 Jun 2022 14:46:50 -0400</lastBuildDate><atom:link href="https://ilia.moe/cool-stuff/recipes/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>baked</title>
<link>https://ilia.moe/cool-stuff/recipes/tags/baked/</link>
<pubDate>Wed, 29 Jun 2022 14:46:50 -0400</pubDate>
<guid>https://ilia.moe/cool-stuff/recipes/tags/baked/</guid>
<description></description>
</item>
</channel>
</rss>