summaryrefslogtreecommitdiffstats
path: root/metadata/metadata.yaml
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-08-04 11:16:31 +0200
committerVolpeon <git@volpeon.ink>2022-08-04 11:16:31 +0200
commit0e6d2cf355fc675735e729126efc26b583acdb5f (patch)
treed566cc3d4196bd377336ab4ab1ae1f33673c58f5 /metadata/metadata.yaml
parentOverhauled metadata handling (diff)
downloadvolpeon.ink-0e6d2cf355fc675735e729126efc26b583acdb5f.tar.gz
volpeon.ink-0e6d2cf355fc675735e729126efc26b583acdb5f.tar.bz2
volpeon.ink-0e6d2cf355fc675735e729126efc26b583acdb5f.zip
Made parent page accessible; more flexible main menu by using patterns insteda of IDs
Diffstat (limited to 'metadata/metadata.yaml')
-rw-r--r--metadata/metadata.yaml30
1 files changed, 15 insertions, 15 deletions
diff --git a/metadata/metadata.yaml b/metadata/metadata.yaml
index 4320b36..3baf3b9 100644
--- a/metadata/metadata.yaml
+++ b/metadata/metadata.yaml
@@ -7,22 +7,22 @@ author:
7 7
8menus: 8menus:
9 main: 9 main:
10 - id: art 10 - label: Art
11 label: Art 11 match: [^/art/, ^/art$]
12 url: /art/ 12 url: /art/
13 13
14 - id: projects 14 - label: Projects
15 label: Projects 15 match: [^/projects/, ^/projects$]
16 url: /projects/ 16 url: /projects/
17 17
18 - id: notebook 18 - label: Notebook
19 label: Notebook 19 match: [^/notebook/, ^/notebook$]
20 url: /notebook/ 20 url: /notebook/
21 21
22 - id: profiles 22 - label: Profiles
23 label: Profiles 23 match: [^/profiles/, ^/profiles$]
24 url: /profiles/ 24 url: /profiles/
25 25
26 - id: services 26 - label: Services
27 label: Services 27 match: [^/services/, ^/services$]
28 url: /services/ 28 url: /services/