Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 557 Bytes

index.md

File metadata and controls

39 lines (26 loc) · 557 Bytes

Try Travis pull

  1. activated
  2. got push
  3. get infos
  4. system come in

Versions

  • sha {{ site.github.build_revision }}
  • jekyll {{ site.github.versions.jekyll }}

data

{% for e in site.data %}

  • {{ e | inspect }}
    {% endfor %}

example

{{ site.data.example }}

{% for e in site.data.example %}

  • {{ e }}
    {% endfor %}

normal

{{ site.data.normal | jsonify }}

{% for e in site.data.normal %}

  • data: {{ e.data }} - {{ e | jsonify }}
    {% endfor %}

static_files

{% for p in site.static_files %}

  • {{ p.name }}
    {% endfor %}