From c2ea836a9dcda09d26839eb197db6a2a4632b01c Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 1 Oct 2021 02:39:41 -0400 Subject: [PATCH] Make site.json for better automation --- site.json | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 site.json diff --git a/site.json b/site.json new file mode 100644 index 0000000..d2a5189 --- /dev/null +++ b/site.json @@ -0,0 +1,60 @@ +{ + "type": "root", + "domain": "paulw.xyz", + "children": [ + { + "name": "pages", + "type": "directory", + "children": [ + { + "name": "resources", + "type": "html" + }, + { + "name": "recommended", + "type": "html" + }, + { + "name": "playlists", + "type": "html" + }, + { + "name": "grade-calc", + "type": "directory", + "text": "Grade Calculator" + } + ] + }, + { + "name": "about", + "type": "html" + }, + { + "name": "github", + "type": "external", + "text": "GitHub", + "url": "https://github.com/LambdaPaul" + }, + { + "name": "gitlab", + "type": "external", + "text": "GitLab", + "url": "https://gitlab.com/LambdaPaul" + }, + { + "name": "mastodon", + "type": "external", + "url": "https://mastodon.social/@lambdapaul" + }, + { + "name": "keybase", + "type": "external", + "url": "https://keybase.io/lambdapaul" + }, + { + "name": "matrix", + "type": "external", + "url": "https://matrix.to/#/@lambdapaul:matrix.org" + } + ] +}