Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 395 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 395 Bytes

HeXadillaX

It's another version of GhoSadillaX, the theme of Ghost.

Usage

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
---