GitBlog.md

A static blog using Markdown pulled from your git repository

Articles in this blog :

<% articles.forEach((article) => { %>

<%- `${article.title}` %>

Published on <%= article.year + '-' + article.month + '-' + article.day %> <% if(article.thumbnail){ %> <%- `thumbnail` %> <% } %>
<% }); %> <%- include('footer'); %>