| layout | default |
|---|
|
This is a blog about different software development topics that I find interesting, had a hard time finding exactly what I was looking for, or want to reference later. I'm Sabrina aka Sab. Hopefully you find some use out of this blog. |
|
{% for post in site.posts limit:4 %}
{{post.excerpt}}
{% endif %}
{% endfor %} {% endif %}
{% for category in site.categories %}
{% capture category_name %}{{ category | first }}{% endcapture %}
{% for post in site.categories[category_name] %}
{% endfor %}
{% endfor %} {% assign drafts_count = site.wip | size %} {% if drafts_count > 0 %}
{% for draft in site.wip %}
{% endif %}
» {{draft.title}}
{% endfor %}