Creating post categories

Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

Create new post entries in categories folder, similar to creating posts, but with following front matter settings:

---
layout: category
permalink: /setup/basics/
pagination: 
  enabled: true
  permalink: /:num/
  categories:
    values:
      - setup
      - basics
    matching: all
  sort_field: 'title'
  sort_reverse: true
---

The permalink has to match the permalink set in _data/home_categories.yml file.

Build Process

Creating a changelog

Getting Started
Customization