chore: blogroll to json; format consistently

This commit is contained in:
Cory Dransfeldt 2024-01-15 10:04:12 -08:00
parent 910e03384e
commit 2025dfba0f
No known key found for this signature in database
4 changed files with 31 additions and 16 deletions

View file

@ -6,18 +6,12 @@ image: /assets/img/ogi/blogroll.jpg
description: 'These are awesome blogs that I enjoy and you may enjoy too.'
---
<h2 class="page__header">{{ title }}</h2>
- [Ashur Cabrera](https://multiline.co/mment)
- [Chris Burnell](https://chrisburnell.com)
- [fLaMEd](https://flamedfury.com/)
- [Joe Steel](https://joe-steel.com)
- [Keenan](https://gkeenan.co/avgb)
- [Łukasz Wójcik](https://lukaszwojcik.net)
- [Matt Birchler](https://birchtree.me)
- [Mike Haynes](https://mikehaynes.blog)
- [Paul Anthony Webb](https://webb.page)
- [Raymond Camden](https://raymondcamden.com)
- [Robb Knight](https://rknight.me)
- [Sia Karamalegos](https://sia.codes)
- [Stephanie Eckles](https://thinkdobecreate.com)
- [Zach Leatherman](https://www.zachleat.com)
<ul class="link__list">
{% for blog in blogroll %}
<li>
<a class="no-underline" href="{{blog.url}}">
{{ blog.name }}
</a>
</li>
{% endfor %}
</ul>