It's another version of GhoSadillaX
, the theme of Ghost
.
Create two folders under your source
directory: tags
and categories
.
Create an index.md
file under each folder that you've just created.
tags/index.md
:
layout: tags
title: tags
---
categories/index.md
:
layout: categories
title: categories
---