diff options
author | Volpeon <git@volpeon.ink> | 2021-01-21 21:31:21 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-01-21 21:31:21 +0100 |
commit | 1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc (patch) | |
tree | 1bccea4922f090ce120e83fe75f78010f7e08f05 /metadata | |
parent | Compile drafts in watch/serve mode (diff) | |
download | volpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.tar.gz volpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.tar.bz2 volpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.zip |
Replace blogs with notebooks (i.e. no dates, grouped by category)
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/metadata.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/metadata/metadata.yaml b/metadata/metadata.yaml index 05150ea..522896d 100644 --- a/metadata/metadata.yaml +++ b/metadata/metadata.yaml | |||
@@ -11,25 +11,25 @@ menus: | |||
11 | - id: index | 11 | - id: index |
12 | label: Home | 12 | label: Home |
13 | url: / | 13 | url: / |
14 | - id: blog | 14 | - id: notebook |
15 | label: Blog | 15 | label: Notebook |
16 | url: /blog/ | 16 | url: /notebook/ |
17 | hidden: true | 17 | hidden: true |
18 | - id: personal_blog | 18 | - id: pers_notebook |
19 | label: Personal | 19 | label: Personal |
20 | label_long: Personal Blog | 20 | label_long: Personal Notebook |
21 | url: /personal_blog/ | 21 | url: /pers_notebook/ |
22 | hidden: true | 22 | hidden: true |
23 | 23 | ||
24 | feeds: | 24 | feeds: |
25 | - title: Blog | 25 | - title: Notebook |
26 | url: /blog/index.xml | 26 | url: /notebook/index.xml |
27 | 27 | ||
28 | categories: | 28 | categories: |
29 | personal_blog: | 29 | pers_notebook: |
30 | dre: Dream Journal | 30 | dre: Dream Journal |
31 | 31 | ||
32 | rewrites: | 32 | rewrites: |
33 | path: | 33 | path: |
34 | - from: ^/personal_blog | 34 | - from: ^/pers_notebook |
35 | to: /9thPK7O3xn | 35 | to: /9thPK7O3xn |