diff options
author | Volpeon <git@volpeon.ink> | 2020-12-26 23:37:48 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2020-12-26 23:37:48 +0100 |
commit | afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502 (patch) | |
tree | 17c7e522f3d0c3fef647cf0a6daae03debbd8394 /metadata | |
parent | Improved SCSS structure, keep less glyphs in fonts (diff) | |
download | volpeon.ink-afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502.tar.gz volpeon.ink-afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502.tar.bz2 volpeon.ink-afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502.zip |
Improved CSS variable names, improved script variable names, added initial support for finding child pages
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/metadata.json | 25 | ||||
-rw-r--r-- | metadata/metadata.yaml | 15 |
2 files changed, 15 insertions, 25 deletions
diff --git a/metadata/metadata.json b/metadata/metadata.json deleted file mode 100644 index b53ac32..0000000 --- a/metadata/metadata.json +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | { | ||
2 | "site": { | ||
3 | "title": "Volpeon's Den", | ||
4 | "logo": "\\\\\\\\/" | ||
5 | }, | ||
6 | "menus": { | ||
7 | "main": [ | ||
8 | { | ||
9 | "id": "home", | ||
10 | "label": "Home", | ||
11 | "url": "/" | ||
12 | }, | ||
13 | { | ||
14 | "id": "blog", | ||
15 | "label": "Blog", | ||
16 | "url": "/blog/" | ||
17 | }, | ||
18 | { | ||
19 | "id": "projects", | ||
20 | "label": "Projects", | ||
21 | "url": "/projects/" | ||
22 | } | ||
23 | ] | ||
24 | } | ||
25 | } | ||
diff --git a/metadata/metadata.yaml b/metadata/metadata.yaml new file mode 100644 index 0000000..773f155 --- /dev/null +++ b/metadata/metadata.yaml | |||
@@ -0,0 +1,15 @@ | |||
1 | site: | ||
2 | title: Volpeon's Den | ||
3 | logo: \\\\/ | ||
4 | |||
5 | menus: | ||
6 | main: | ||
7 | - id: home | ||
8 | label: Home | ||
9 | url: / | ||
10 | - id: blog | ||
11 | label: Blog | ||
12 | url: /blog/ | ||
13 | - id: projects | ||
14 | label: Projects | ||
15 | url: /projects/ | ||