19 lines
493 B
1
tags: links,blog,tech
2
3
# On making a link blog
4
5
I decided I want to keep a link blog in general.
6
7
This is inspired by [Simon Wilison](https://simonwillison.net).
8
9
So, I guess his blog is my first link.
10
11
[He also writes on his approach here](https://simonwillison.net/2024/Dec/22/link-blog/) which is interesting.
12
13
I generated this post using my new mix task in this blog's repo.
14
15
```
16
mix make_post on-making-a-link-blog links,blog,tech
17
```
18
19
Now, I just generate that then go fill in the post.
20