---
layout: minimal
title: "Series | Sutanlab Blog"
permalink: /series/index.html
description: "Take a look at my blog series."
image: /assets/img/bg/desk3.jpg
---
{% for tag in site.categories %}
{{ tag[0] }}
{% assign pages_list = tag[1] %}
{% for post in pages_list reversed %}
{% if post.title != null %}
{% if group == null or group == post.group %}