🌿 add notes about digital security
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
4fca68717b
commit
205ec60e71
3 changed files with 30 additions and 6 deletions
|
@ -1,13 +1,14 @@
|
||||||
---
|
---
|
||||||
title: 'Digital garden'
|
title: "Digital garden"
|
||||||
description: '🪴 My personal digital garden. A wild garden, filled with drafts, ideas and more.'
|
description: "🪴 My personal digital garden. A wild garden, filled with drafts, ideas and more."
|
||||||
layout: "../../layouts/Layout.astro"
|
layout: "../../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
||||||
#### Different types of drafts / ideas
|
#### Different types of drafts / ideas
|
||||||
|
|
||||||
- 🌱 *Seedlings for very rough and early ideas.*
|
- 🌱 _Seedlings for very rough and early ideas._
|
||||||
- 🌿 *Budding for work I've cleaned up and clarified.*
|
- 🌿 _Budding for work I've cleaned up and clarified._
|
||||||
- 🌳 *Evergreen for work that is reasonably complete.*
|
- 🌳 _Evergreen for work that is reasonably complete._
|
||||||
|
|
||||||
#### Pages
|
#### Pages
|
||||||
|
|
||||||
|
@ -17,4 +18,6 @@ layout: "../../layouts/Layout.astro"
|
||||||
|
|
||||||
[⚙️ **Machines**](/garden/machines)
|
[⚙️ **Machines**](/garden/machines)
|
||||||
|
|
||||||
[🔧 **Services**](/garden/services)
|
[📝 **Random Web-notes**](/garden/notes)
|
||||||
|
|
||||||
|
[🔧 **Services**](/garden/services)
|
||||||
|
|
12
src/pages/garden/notes/digitalsecurity.md
Normal file
12
src/pages/garden/notes/digitalsecurity.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: "Digital Security"
|
||||||
|
description: "🌱 ~ Very rough notes I've found on digital security"
|
||||||
|
layout: "../../../layouts/Layout.astro"
|
||||||
|
---
|
||||||
|
|
||||||
|
### Articles
|
||||||
|
|
||||||
|
- [Nathan Hewitt's Notes on Digital Security ](https://notebook.hew.tt/posts/digital-security/)
|
||||||
|
- [Nathan Hewitt's Guide on Activist iPhone Security](https://notebook.hew.tt/posts/iphone-security/)
|
||||||
|
- [The New Oil: Guide on Mobile Settings](https://thenewoil.org/en/guides/most-important/mobile-settings/)
|
||||||
|
- [The New Oil: Replacement Apps](https://thenewoil.org/en/guides/most-important/mobile-apps/)
|
9
src/pages/garden/notes/index.md
Normal file
9
src/pages/garden/notes/index.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
title: "📝 Random Web-notes"
|
||||||
|
description: ""
|
||||||
|
layout: "../../../layouts/Layout.astro"
|
||||||
|
---
|
||||||
|
|
||||||
|
Random notes I've found across the web that I want to store and remember.
|
||||||
|
|
||||||
|
- [**Digital Security** 🌱](/garden/notes/digitalsecurity)
|
Loading…
Add table
Reference in a new issue