Compare commits
3 Commits
ff1bcfd6ab
...
ecdc63857f
Author | SHA1 | Date |
---|---|---|
Sam | ecdc63857f | |
Sam | 5dc8d201a3 | |
Sam | 05c5df9505 |
|
@ -1,5 +1,4 @@
|
||||||
+++
|
---
|
||||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
date = {{ .Date }}
|
date = {{ .Date }}
|
||||||
draft = true
|
---
|
||||||
+++
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
title: "Bitcoin"
|
|
||||||
---
|
|
||||||
|
|
||||||
Below are various bitcoin related metrics and charts.
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Data Lab"
|
||||||
|
---
|
||||||
|
|
||||||
|
Welcome to the __Data Lab__. Here I present a collection of different data-driven projects I've worked on.
|
|
@ -0,0 +1,32 @@
|
||||||
|
---
|
||||||
|
title: "Homemade Dishwasher Detergent"
|
||||||
|
date: 2024-08-02T18:27:49+01:00
|
||||||
|
author:
|
||||||
|
name: "Sam Chance"
|
||||||
|
header_image: /pics/recipes/detergent.webp
|
||||||
|
summary: "Homemade dishwasher detergent using common non-toxic ingredients"
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
|
This is a recipe for an effective dishwasher detergent that uses non-toxic ingredients.
|
||||||
|
|
||||||
|
Commercial dishwasher detergents often contain ingredients that are harmful to health. [A recent study](https://www.jacionline.org/article/S0091-6749(22)01477-4/fulltext) found that these ingredients can cause significant gut epithelial inflammation, potentially leading to leaky gut.
|
||||||
|
|
||||||
|
For that reason, we've formulated this simple dishwasher detergent that is both highly effective at cleaning dishes, and uses easily available non-toxic ingredients.
|
||||||
|
|
||||||
|
![Dishwasher Detertgent](/pics/recipes/detergent.webp)
|
||||||
|
|
||||||
|
*prep time:* 10 mins
|
||||||
|
|
||||||
|
### Ingredients
|
||||||
|
***detergent***
|
||||||
|
- 100g sodium carbonate (washing soda)
|
||||||
|
- 100g sodium percarbonate (bleaching agent)
|
||||||
|
- 8g sodium coco sulphate
|
||||||
|
|
||||||
|
***rinse aid***
|
||||||
|
- 20g citric acid
|
||||||
|
- 40g water
|
||||||
|
|
||||||
|
### Method
|
||||||
|
For the detergent, combine the dry ingredients and mix well.
|
|
@ -1,12 +1,10 @@
|
||||||
- url: "/recipes"
|
- url: "/recipes"
|
||||||
name: Recipes
|
name: Recipes
|
||||||
- url: "/bitcoin"
|
- url: "/data-analysis"
|
||||||
name: Bitcoin Metrics
|
name: Data Analysis
|
||||||
- url: "https://semitamaps.com"
|
- url: "https://semitamaps.com"
|
||||||
name: Map Printing
|
name: Map Printing
|
||||||
- url: "/blog"
|
- url: "/blog"
|
||||||
name: Blog
|
name: Blog
|
||||||
- url: "https://git.bitlab21.com"
|
- url: "https://git.bitlab21.com"
|
||||||
name: Git
|
name: Git
|
||||||
- url: "https://chat.bitlab21.com/conversejs"
|
|
||||||
name: Jabber Client
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
Loading…
Reference in New Issue