Skip to content

Commit

Permalink
feat: add cat picture and links from the week (#261)
Browse files Browse the repository at this point in the history
* feat: add more pictures of cats

* feat: add more links
  • Loading branch information
dustinwhisman authored Mar 30, 2024
1 parent 6727da6 commit fb23cac
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions pages/_data/bookmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,21 @@
"title": "The one about the web developer job market",
"author": "Baldur Bjarnason",
"authorLink": "https://www.baldurbjarnason.com/"
},
{
"link": "https://localfirstweb.dev/",
"title": "Local-First Web Development"
},
{
"link": "https://dustri.org/b/youtube-video-embedding-harm-reduction.html",
"title": "Youtube video embedding harm reduction",
"author": "Julien Voisin",
"authorLink": "https://dustri.org/"
},
{
"link": "https://www.ellyloel.com/blog/front-end-development-s-identity-crisis/",
"title": "Front-end development's identity crisis",
"author": "Elly Loel",
"authorLink": "https://www.ellyloel.com/"
}
]
6 changes: 4 additions & 2 deletions pages/links/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ pagination:
{% for link in links %}
<li>
<a href="{{ link.link }}">{{ link.title }}</a>
-
<a href="{{ link.authorLink }}">{{ link.author }}</a>
{% if link.author %}
-
<a href="{{ link.authorLink }}">{{ link.author }}</a>
{% endif %}
</li>
{% endfor %}
</ul>
Expand Down
Binary file added src/public/images/cats/IMG_20240323_143321540.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/images/cats/IMG_20240325_202637891.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit fb23cac

Please sign in to comment.