diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..96430c7
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "hugo/recipe/themes/ilia-hugo-theme"]
+ path = hugo/recipe/themes/ilia-hugo-theme
+ url = git@github.com:em-ilia/ilia-hugo-theme.git
diff --git a/hugo/recipe/.hugo_build.lock b/hugo/recipe/.hugo_build.lock
new file mode 100644
index 0000000..e69de29
diff --git a/hugo/recipe/config.toml b/hugo/recipe/config.toml
new file mode 100644
index 0000000..a3b4b42
--- /dev/null
+++ b/hugo/recipe/config.toml
@@ -0,0 +1,7 @@
+baseURL = 'https://ilia.moe/cool-stuff/recipes'
+languageCode = 'en-us'
+title = 'Recipes'
+theme = 'ilia-hugo-theme'
+
+[taxonomies]
+tag = 'tags'
diff --git a/hugo/recipe/content/_index.md b/hugo/recipe/content/_index.md
new file mode 100644
index 0000000..f603aae
--- /dev/null
+++ b/hugo/recipe/content/_index.md
@@ -0,0 +1,5 @@
+---
+title: "Recipes"
+---
+
+# Recipes
diff --git a/hugo/recipe/content/peanut-butter-cookies.md b/hugo/recipe/content/peanut-butter-cookies.md
new file mode 100644
index 0000000..1954cc5
--- /dev/null
+++ b/hugo/recipe/content/peanut-butter-cookies.md
@@ -0,0 +1,30 @@
+---
+title: "Peanut Butter Cookies"
+lastmod: 2022-06-29T11:52:52-04:00
+date: 2022-06-29T11:52:52-04:00
+author: "Emilia"
+tags: ["baked"]
+draft: true
+---
+
+### 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
+1. Cream butter and sugar
+2. Add peanut butter and mix
+3. Add baking soda, baking powder, and eggs, then mix
+4. Add flour in 1 cup (or smaller) increments until all is added and combined
+5. Cover and let dough sit for a while (optional)
+6. Bake at 375°F for around 11–12 minutes
+ - Time varies based on cookie size
+7. Let sit on baking sheet for a few minutes before moving to a cooling rack
diff --git a/hugo/recipe/content/stickybuns.md b/hugo/recipe/content/stickybuns.md
new file mode 100644
index 0000000..4c14361
--- /dev/null
+++ b/hugo/recipe/content/stickybuns.md
@@ -0,0 +1,78 @@
+---
+title: "Stickybuns"
+lastmod: ":git"
+date: 2022-06-29T14:46:50-04:00
+author: "Joshua Weissman"
+tags: ["baked"]
+draft: true
+---
+
+## Tangzhong
+
+### Ingredients
+- 1.5 tbsp (15g) flour
+- 1.5 tbsp (20g) milk
+- 1.5 tbsp (20g) water
+
+### Procedure
+1. Get out eggs so that they are at room temp later (see dough)
+2. Add all tangzhong ingredients to a small saucepan
+3. Put the saucepan on medium heat and whisk until tacky
+ - This step does not take long
+4. 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.75 tsp (2g) fine sea salt
+- 2.5 tbsp (55g) water
+- 2 eggs (room temperature)
+- 3.5 tbsp (50g) unsalted butter (softened)
+
+### Procedure
+5. Heat milk to 90–95°F
+6. Add yeast to milk, stir, and let sit 10 minutes
+7. Whisk salt and sugar into flour in a mixing bowl
+8. Put bowl in stand mixer w/ dough hook jawn
+9. Add tangzhong, milk, yeast mixture, and eggs
+10. Mix at low speed, scraping sides when needed
+11. Increase speed to medium when dough becomes cohesive
+12. Gradually add butter (1 tbsp at a time)
+13. Mix until fully incorporated, then continue mixing for an additional 5–7 minutes
+14. Place on an unflowered surfaced and slide the dough around to form a ball
+15. Put in a lightly greased bowl and cover with a damp towel
+16. Let sit at room temp 1–2 hours until doubled
+
+## Glaze
+### Ingredients
+- 0.5 cup (115g) unsalted butter
+- 0.5 cup (115g) packed brown sugar
+- 3 tbsp (51g) honey
+
+### Procedure
+17. Add glaze ingredients to a medium saucepan, then stir over medium heat until combined
+18. Let glaze cool
+
+## Filling
+### Ingredients
+- 5 tbsp (70g) unsalted butter (gently melted)
+- 0.5 cup (125g) dark brown sugar
+- 2.5 tsp (5g) cinnamon
+- Pinch of ground allspice
+- Pinch of ground nutmeg
+
+### Procedure
+19. Put dough on a floured surfaced, cover and let sit for 10 minutes
+20. Roll dough into a rectangle 0.25in thick
+21. Melt butter and brush onto surface (butter should not be hot)
+22. Mix other filling ingredients in a bowl
+23. Sprinkle filling on dough
+24. Tightly roll up dough, slightly seal each end
+25. Cut of each end, then cut log into 9 equally sized rolls (may be less)
+26. Grease a 9x9 cake pan or a round cake pan
+26. Pour glaze into bottom of pan
+27. Arrange rolls equally spaced in pan
+28. Bake at 350°F for 30–35 minutes
diff --git a/hugo/recipe/public/index.html b/hugo/recipe/public/index.html
new file mode 100644
index 0000000..bc4cf69
--- /dev/null
+++ b/hugo/recipe/public/index.html
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/hugo/recipe/public/index.xml b/hugo/recipe/public/index.xml
new file mode 100644
index 0000000..0db68fb
--- /dev/null
+++ b/hugo/recipe/public/index.xml
@@ -0,0 +1,29 @@
+
+
+
+ _Index on Recipes
+ https://ilia.moe/cool-stuff/recipes/
+ Recent content in _Index on Recipes
+ Hugo -- gohugo.io
+ en-us
+ Wed, 29 Jun 2022 14:20:38 -0400
+
+ Stickybuns
+ https://ilia.moe/cool-stuff/recipes/stickybuns/
+ Wed, 29 Jun 2022 14:46:50 -0400
+
+ https://ilia.moe/cool-stuff/recipes/stickybuns/
+ 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.
+
+
+
+ Peanut Butter Cookies
+ https://ilia.moe/cool-stuff/recipes/peanut-butter-cookies/
+ Wed, 29 Jun 2022 11:52:52 -0400
+
+ https://ilia.moe/cool-stuff/recipes/peanut-butter-cookies/
+ 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 11–12 minutes Time varies based on cookie size Let sit on baking sheet for a few minutes before moving to a cooling rack
+
+
+
+
diff --git a/hugo/recipe/public/peanut-butter-cookies/index.html b/hugo/recipe/public/peanut-butter-cookies/index.html
new file mode 100644
index 0000000..d0404cc
--- /dev/null
+++ b/hugo/recipe/public/peanut-butter-cookies/index.html
@@ -0,0 +1,34 @@
+
+
Peanut Butter Cookies
+
Last Modified: June 29, 2022
+
+
+have you heard of him?
+
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 11–12 minutes
+
+
Time varies based on cookie size
+
+
+
Let sit on baking sheet for a few minutes before moving to a cooling rack
+
diff --git a/hugo/recipe/public/tags/baked/index.xml b/hugo/recipe/public/tags/baked/index.xml
new file mode 100644
index 0000000..1c28d53
--- /dev/null
+++ b/hugo/recipe/public/tags/baked/index.xml
@@ -0,0 +1,29 @@
+
+
+
+ baked on Recipes
+ https://ilia.moe/cool-stuff/recipes/tags/baked/
+ Recent content in baked on Recipes
+ Hugo -- gohugo.io
+ en-us
+ Wed, 29 Jun 2022 14:46:50 -0400
+
+ Stickybuns
+ https://ilia.moe/cool-stuff/recipes/stickybuns/
+ Wed, 29 Jun 2022 14:46:50 -0400
+
+ https://ilia.moe/cool-stuff/recipes/stickybuns/
+ 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.
+
+
+
+ Peanut Butter Cookies
+ https://ilia.moe/cool-stuff/recipes/peanut-butter-cookies/
+ Wed, 29 Jun 2022 11:52:52 -0400
+
+ https://ilia.moe/cool-stuff/recipes/peanut-butter-cookies/
+ 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 11–12 minutes Time varies based on cookie size Let sit on baking sheet for a few minutes before moving to a cooling rack
+
+
+
+
diff --git a/hugo/recipe/public/tags/index.html b/hugo/recipe/public/tags/index.html
new file mode 100644
index 0000000..a842721
--- /dev/null
+++ b/hugo/recipe/public/tags/index.html
@@ -0,0 +1,12 @@
+