1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-11-09 13:16:45 +00:00
wiki.mbirth.de/index.md

694 B

title layout
Welcome to the Wiki default

Welcome to GitHub Pages.

All posts:

    {% for post in site.posts %}
  • {{ post.date | date: "%Y-%m-%d" }} - {{ post.title }}
  • {% endfor %}

Categories:

    {% for category in site.categories %}
  • {{ category[0] }}
      {% for page in category[1] %}
    • {{ page.title }}
    • {% endfor %}
  • {% endfor %}

Tags:

    {% for tag in site.tags %}
  • {{ tag[0] }}
      {% for page in tag[1] %}
    • {{ page.title }}
    • {% endfor %}
  • {% endfor %}