diff options
| author | Volpeon <git@volpeon.ink> | 2020-12-30 09:06:31 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2020-12-30 09:06:31 +0100 |
| commit | 3ab8981195dbbdc553fbe1a14178b6793a81fa3b (patch) | |
| tree | eee7ce7de75903d0140245dd1d39686c73113bd3 /metadata | |
| parent | Fixed regression: Category showed up in child pages as well (diff) | |
| download | volpeon.ink-3ab8981195dbbdc553fbe1a14178b6793a81fa3b.tar.gz volpeon.ink-3ab8981195dbbdc553fbe1a14178b6793a81fa3b.tar.bz2 volpeon.ink-3ab8981195dbbdc553fbe1a14178b6793a81fa3b.zip | |
Revert to old category metadata collection, add support for authors
Diffstat (limited to 'metadata')
| -rw-r--r-- | metadata/categories.json | 6 | ||||
| -rw-r--r-- | metadata/metadata.yaml | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/metadata/categories.json b/metadata/categories.json new file mode 100644 index 0000000..9ce0815 --- /dev/null +++ b/metadata/categories.json | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | { | ||
| 2 | "blog": { | ||
| 3 | "tes": "Testing", | ||
| 4 | "per": "Personal" | ||
| 5 | } | ||
| 6 | } | ||
diff --git a/metadata/metadata.yaml b/metadata/metadata.yaml index 00a8571..7d30a2a 100644 --- a/metadata/metadata.yaml +++ b/metadata/metadata.yaml | |||
| @@ -2,6 +2,9 @@ site: | |||
| 2 | title: Volpeon's Den | 2 | title: Volpeon's Den |
| 3 | logo: \\\\/ | 3 | logo: \\\\/ |
| 4 | 4 | ||
| 5 | author: | ||
| 6 | - name: Volpeon | ||
| 7 | |||
| 5 | menus: | 8 | menus: |
| 6 | main: | 9 | main: |
| 7 | - id: index | 10 | - id: index |
| @@ -10,8 +13,3 @@ menus: | |||
| 10 | - id: blog | 13 | - id: blog |
| 11 | label: Blog | 14 | label: Blog |
| 12 | url: /blog/ | 15 | url: /blog/ |
| 13 | |||
| 14 | categories: | ||
| 15 | blog: | ||
| 16 | tes: Testing | ||
| 17 | per: Personal | ||
