initial commit

This commit is contained in:
Markus Heurung 2024-03-05 17:04:12 +01:00
commit 3be5ee1703
33 changed files with 2121 additions and 0 deletions

16
_pages/blogroll.md Normal file
View file

@ -0,0 +1,16 @@
---
layout: default
title: Blogroll
permalink: /blogroll/
---
<a href="/blogroll.xml" class="">RSS</a>
This page is under construction and by far not everything I read and enjoy.
The order is randomized on build.
{% assign links = site.data.blogroll | sort: "title" | sample: site.data.blogroll.size %}
{%- for item in links %}
- [{{ item.title }}]({{ item.url }})
{%- endfor %}