initial commit
This commit is contained in:
commit
3be5ee1703
33 changed files with 2121 additions and 0 deletions
16
_pages/blogroll.md
Normal file
16
_pages/blogroll.md
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue