diff --git a/src/pages/logs/bookmarks.md b/src/pages/logs/bookmarks.md new file mode 100644 index 0000000..4ae4b31 --- /dev/null +++ b/src/pages/logs/bookmarks.md @@ -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/) \ No newline at end of file diff --git a/src/pages/logs/index.md b/src/pages/logs/index.md index d69cbd3..042c969 100644 --- a/src/pages/logs/index.md +++ b/src/pages/logs/index.md @@ -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) \ No newline at end of file +[📺 ***Watched***](/logs/watched) + +[🔖 ***Bookmarks***](/logs/bookmarks) \ No newline at end of file