diff options
author | Volpeon <git@volpeon.ink> | 2020-12-29 21:05:48 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2020-12-29 21:05:48 +0100 |
commit | 1bea0b7b1ecf0b04f724e2cda575df8bdbb70ad2 (patch) | |
tree | b3f1f5dcc11fd235521fd443cb39251eb8532f17 /metadata | |
parent | Improved CSS classes for page content, added proper ref list macro, build scr... (diff) | |
download | volpeon.ink-1bea0b7b1ecf0b04f724e2cda575df8bdbb70ad2.tar.gz volpeon.ink-1bea0b7b1ecf0b04f724e2cda575df8bdbb70ad2.tar.bz2 volpeon.ink-1bea0b7b1ecf0b04f724e2cda575df8bdbb70ad2.zip |
Improved metadata generation, added ATOM feeds
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/categories.json | 4 | ||||
-rw-r--r-- | metadata/metadata.yaml | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/metadata/categories.json b/metadata/categories.json deleted file mode 100644 index b0c5f84..0000000 --- a/metadata/categories.json +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | { | ||
2 | "tes": "Testing", | ||
3 | "per": "Personal" | ||
4 | } | ||
diff --git a/metadata/metadata.yaml b/metadata/metadata.yaml index d2d4b1f..00a8571 100644 --- a/metadata/metadata.yaml +++ b/metadata/metadata.yaml | |||
@@ -10,3 +10,8 @@ menus: | |||
10 | - id: blog | 10 | - id: blog |
11 | label: Blog | 11 | label: Blog |
12 | url: /blog/ | 12 | url: /blog/ |
13 | |||
14 | categories: | ||
15 | blog: | ||
16 | tes: Testing | ||
17 | per: Personal | ||