A fast and simple blog backend.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
mediocre-blog/index.md

532 B

layout
default

{%- if site.posts.size > 0 -%}

    {%- for post in site.posts -%} {%- if post.hide -%}{%- continue -%}{%- endif -%}
  • {{ post.title | escape }}

    {{ post.date | date: site.date_format }} {%- if post.updated %} (Updated {{ post.updated | date: site.date_format }}) {% endif -%}

    {{ post.description }}

  • {%- endfor -%}
{%- endif -%}