feat: another project reorg
This commit is contained in:
parent
93165ee35b
commit
1e37d2cd93
126 changed files with 57 additions and 8 deletions
|
@ -1,23 +0,0 @@
|
|||
---
|
||||
permalink: /blogroll/index.html
|
||||
title: Blogroll
|
||||
---
|
||||
|
||||
<section class="[ flow ]">
|
||||
<h1>Blogroll</h1>
|
||||
<p>A collection of my favourite sites, in no particular order.</p>
|
||||
<p>
|
||||
If you're looking for more cool sites, visit <a href="https://blogroll.org"
|
||||
target="_blank"
|
||||
rel="external noreferrer noopener">blogroll.org</a>!
|
||||
</p>
|
||||
<ul>
|
||||
{% for item in blogroll %}
|
||||
<li>
|
||||
<a href="{{ item.url }}"
|
||||
target="_blank"
|
||||
rel="external noreferrer noopener">{{ item.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue