✨ added "Bookmarks"-log
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
a9b1f9730c
commit
e1a9cff5ed
2 changed files with 21 additions and 1 deletions
18
src/pages/logs/bookmarks.md
Normal file
18
src/pages/logs/bookmarks.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: '🔖 Bookmarks'
|
||||
description: 'A collection of my favorite links to content around the web (blogs, podcasts, etc.).'
|
||||
layout: "../../layouts/Layout.astro"
|
||||
---
|
||||
|
||||
## Personal websites / blogs
|
||||
|
||||
- [Christian Engelsen](https://cengelsen.no)
|
||||
- [Mathias Haugsbø](https://mathiash98.github.io/)
|
||||
- [mnmlist](https://mnmlist.com/)
|
||||
- [Pengeblogg](https://pengeblogg.bloggnorge.com/)
|
||||
- [Tim Hårek](https://timharek.no/)
|
||||
- [Vitalik Buterin](https://vitalik.eth.limo/)
|
||||
|
||||
## Podcasts
|
||||
|
||||
- [Lex Fridman](https://lexfridman.com/podcast/)
|
|
@ -9,4 +9,6 @@ I don’t use any third-party services for my logs, I store everything in a JSON
|
|||
|
||||
[📚 ***Books***](/logs/books)
|
||||
|
||||
[📺 ***Watched***](/logs/watched)
|
||||
[📺 ***Watched***](/logs/watched)
|
||||
|
||||
[🔖 ***Bookmarks***](/logs/bookmarks)
|
Loading…
Reference in a new issue