Skip to content

Latest commit

 

History

History
67 lines (64 loc) · 1.79 KB

index.md

File metadata and controls

67 lines (64 loc) · 1.79 KB
layout title order permalink
page
Home
1
/
{% for tag in site.categories %} {% if tag[0] != 'implementation' %}

{{ tag[0] | capitalize }}

    {% assign pages_list = tag[1] %} {% for post in pages_list %} {% if post.title != null %} {% if group == null or group == post.group %}
  • {{ post.title }}
  • {% endif %} {% endif %} {% endfor %} {% assign pages_list = nil %} {% assign group = nil %}
{% endif %} {% endfor %}
<style type="text/css"> .parent-wrapper { height:100%; } .post-parent { display: flex; font-size: 0; font-size: 1em; flex-wrap:wrap; margin:-10px 0 0 -10px; } .post-parent li:hover{ cursor: pointer; } .post-child { display: inline-block; margin:10px 0 0 10px; flex-grow: 1; width: calc(100% * (1/4) - 10px - 1px); margin: 0.5em; } .index-container { margin-top: 3em; text-align: center; } @media only screen and (min-width: 993px){ .container { width: 90%; } } </style>