summaryrefslogtreecommitdiff
path: root/source/know/category/index.md
blob: 2772a9f27dc571824d79d1f498aceaa15fb91840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: "List of categories"
date: 2021-02-22
layout: "default"
---

# List of categories

This is an alphabetical list of the categories in this knowledge base.

{% assign pages_by_letter = site.pages
  | where_exp: "item", "item.layout == 'category'"
  | group_by_exp: "item", "item.title | truncate: 1, ''"
  | sort: "name"
%}
{% include alphlist.html pages_by_letter = pages_by_letter %}