whoops its not static but dynamic, sorry Jan-Lukas

This commit is contained in:
Wouter Groeneveld 2022-04-29 08:53:16 +02:00
parent b8cae05c64
commit 33d742ff28
3 changed files with 73 additions and 3 deletions

View File

@ -33,7 +33,7 @@ I randomly selected blogs for each _thing_. There are ample other sites that use
- Create an official coat of arms as the logo of your site: [Marijn Florence's heraldry adventure](https://satyrs.eu/heraldry/)
- Design your site around ever-evolving note-taking systems: [Andy Matuschak's Evergreen Notes](https://notes.andymatuschak.org/Evergreen_notes)
- An audible frequency graph that determines posting activity: [Chris Burnells' All posts archive](https://chrisburnell.com/archive/)
- Write a custom static blog engine from scratch, because we can: [Jan-Lukas Else's blog](https://jlelse.blog/)
- Write a custom dynamic blog engine from scratch, because we can: [Jan-Lukas Else's blog](https://jlelse.blog/)
- Implement a simple client-site search using lunr.js: [Brain Baking archives]( /archives/)
- Show articles from others blogs you read below your own articles: [an article from Drew DeVault](https://drewdevault.com/2022/04/15/Status-update-April-2022.html)
- Use a public inbox as a commenting system: [an article from Drew DeVault](https://drewdevault.com/2022/04/15/Status-update-April-2022.html)
@ -53,7 +53,7 @@ I randomly selected blogs for each _thing_. There are ample other sites that use
### RSS related
- Provide multiple RSS feeds for notes, articles, etc: [Ton Zijlstra's feeds](https://www.zylstra.org/blog/feeds/)
- Provide RSS feeds for each tag: [Eli's RSS navigational tips](https://eli.li/2022/01/11/site-updates-and-some-tips-for-navigating-this-website)
- Add query capabilities to RSS feeds: [Eli's RSS navigational tips](https://eli.li/2022/01/11/site-updates-and-some-tips-for-navigating-this-website)
- Automatic publishing of favorites from an RSS reader: [Peter Rukavina's favorites](https://ruk.ca/favourites)
- Styled OPML Blogrolls that can be imported into your reader: [Ruben Schade's Omake OPML](https://rubenerd.com/omake.opml)
- Styled RSS feeds to better explain what a web feed is: [Matt Webb's RSS feed](http://interconnected.org/home/feed)

View File

@ -1,4 +1,74 @@
[
{
"author": {
"name": "Henrique Dias",
"picture": "/pictures/hacdias.com"
},
"name": "",
"content": "Liked a post on brainbaking.com",
"published": "2022-04-28T21:26:54+02:00",
"url": "https://hacdias.com/2022/04/28/rskfyvtnvp",
"type": "mention",
"source": "https://hacdias.com/2022/04/28/rskfyvtnvp",
"target": "https://brainbaking.com/post/2022/04/cool-things-people-do-with-their-blogs/",
"relativeTarget": "/post/2022/04/cool-things-people-do-with-their-blogs/"
},
{
"author": {
"name": "https://weboasis.digital/info/2022/04/28/cool-things-people-do-with-their-blogs/",
"picture": "/pictures/anonymous"
},
"name": "Cool Things People Do With Their Blogs – OasisNews",
"content": "Cool Things People Do With Their Blogs – OasisNews",
"published": "2022-04-28T18:48:47+00:00",
"url": "https://weboasis.digital/info/2022/04/28/cool-things-people-do-with-their-blogs/",
"type": "mention",
"source": "https://weboasis.digital/info/2022/04/28/cool-things-people-do-with-their-blogs/",
"target": "https://brainbaking.com/post/2022/04/cool-things-people-do-with-their-blogs/",
"relativeTarget": "/post/2022/04/cool-things-people-do-with-their-blogs/"
},
{
"author": {
"name": "Jan-Lukas Else",
"picture": "/pictures/jlelse.blog"
},
"name": "“Cool Things People Do With Their Blogs”",
"content": "I do from time to time forays through the Internet and like to visit cool blogs. Wouter has created a list with a few examples and even mentioned my blog in it. 🤓Small and independent blogs are always full of surprises. The more blogs I stumble up...",
"published": "2022-04-28T19:18:03+02:00",
"url": "https://jlelse.blog/links/2022/04/cool-things-blogs",
"type": "bookmark",
"source": "https://jlelse.blog/links/2022/04/cool-things-blogs",
"target": "https://brainbaking.com/post/2022/04/cool-things-people-do-with-their-blogs/",
"relativeTarget": "/post/2022/04/cool-things-people-do-with-their-blogs/"
},
{
"author": {
"name": "Anonymous",
"picture": "/pictures/anonymous"
},
"name": "@roytang Great article, it's cool seeing what everyone's made",
"content": "@roytang Great article, it's cool seeing what everyone's made",
"published": "2022-04-28T08:47:43+00:00",
"url": "https://mastodon.social/@ashkyd/108208826869973177",
"type": "mention",
"source": "https://brid.gy/comment/mastodon/@roytang@mastodon.technology/108207648212255837/108208826911429417",
"target": "https://brainbaking.com/post/2022/04/cool-things-people-do-with-their-blogs/",
"relativeTarget": "/post/2022/04/cool-things-people-do-with-their-blogs/"
},
{
"author": {
"name": "Anonymous",
"picture": "/pictures/anonymous"
},
"name": "",
"content": "",
"published": "2022-04-28T07:30:04+00:00",
"url": "https://chaos.social/@inhji/108208023519227170#favorited-by-281029",
"type": "like",
"source": "https://brid.gy/like/mastodon/@inhji@chaos.social/108208023519227170/281029",
"target": "https://brainbaking.com/post/2022/04/cool-things-people-do-with-their-blogs/",
"relativeTarget": "/post/2022/04/cool-things-people-do-with-their-blogs/"
},
{
"author": {
"name": "Chris Burnell",

File diff suppressed because one or more lines are too long