- activated
- got push
- get infos
- system come in
- sha {{ site.github.build_revision }}
- jekyll {{ site.github.versions.jekyll }}
{% for e in site.data %}
- {{ e | inspect }}
{% endfor %}
{{ site.data.example }}
{% for e in site.data.example %}
- {{ e }}
{% endfor %}
{{ site.data.normal | jsonify }}
{% for e in site.data.normal %}
- data: {{ e.data }} - {{ e | jsonify }}
{% endfor %}
{% for p in site.static_files %}
- {{ p.name }}
{% endfor %}