summaryrefslogtreecommitdiffstats
path: root/metadata/metadata.json
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-26 23:37:48 +0100
committerVolpeon <git@volpeon.ink>2020-12-26 23:37:48 +0100
commitafaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502 (patch)
tree17c7e522f3d0c3fef647cf0a6daae03debbd8394 /metadata/metadata.json
parentImproved SCSS structure, keep less glyphs in fonts (diff)
downloadvolpeon.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/metadata.json')
-rw-r--r--metadata/metadata.json25
1 files changed, 0 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}