summaryrefslogtreecommitdiff
path: root/src/archive/linux.md
blob: 25bc1f111e1448546d7c879756f4b8cacb8feed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: layout
title: Linux Archive
---

{% macro tagList(tagName) %}
  {% for post in collections.all %}
    {% set tags = post.data.tags %}
    {% if tags and tags.push is defined and tagName in tags %}
        <span class="post-date">{{ post.date | dateFormat("dd-MM-yyyy") }}</span>
        — <a href="{{ post.url }}">{{ post.data.title }}</a>
    {% endif %}
  {% endfor %}
{% endmacro %}

# Linux archive

## Information about Linux
{{ tagList("information-about-linux") }}

## The Linux server
{{ tagList("the-linux-server") }}

## Media tutorials
{{ tagList("media-tutorials") }}

## Arch Linux tutorials
{{ tagList("arch-linux") }}

## Tools
{{ tagList("tools") }}