diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-13 11:18:11 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-13 11:18:11 +0100 |
| commit | d9d7ab50c55fe913ec0460b88c6bb927c317858a (patch) | |
| tree | 947856208439446b7b4ef3143e95e8824fdad5a4 /example.json | |
| parent | 7219e5bdf1cd32a75321463449f371e389767ee4 (diff) | |
docs(config): create json schema
Diffstat (limited to 'example.json')
| -rw-r--r-- | example.json | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/example.json b/example.json deleted file mode 100644 index f36ae27..0000000 --- a/example.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "image": "wallpaper.jpg", - "description": "Sem magna a dui labore et cursus nibh ipsum nulla. Sem magna a dui labore et cursus nibh ipsum nulla. Blandit adipiscing nulla diam dolore ultricies ornare sed risus faucibus. Lobortis mi sed dui risus nulla ultrices vulputate at enim.", - "person": { - "name": "Anhgelus Morhtuuzh", - "pronouns": "he/his - some basic things though", - "image": "pfp.webp" - }, - "font": "serif", - "colors": { - "text": "#fff", - "background": { - "type": "linear", - "angle": 243, - "colors": [ - { - "color": "#020024", - "position": 0 - }, - { - "color": "#090979", - "position": 40 - }, - { - "color": "#00d4ff", - "position": 100 - } - ] - } - }, - "links": [ - { - "link": "https://discord.gg/minecraft", - "content": "Minecraft's Discord", - "color": "#800080", - "text_color": "#fff", - "color_hover": "#680c68", - "text_color_hover": "#eee" - }, - { - "link": "https://github.com/anhgelus", - "content": "GitHub", - "color": "#800080FF", - "text_color": "#fff", - "color_hover": "#680c68", - "text_color_hover": "#eee" - }, - { - "link": "https://youtube.com/@anhgelus", - "content": "YouTube", - "color": "#800080FF", - "text_color": "#fff", - "color_hover": "#680c68", - "text_color_hover": "#eee" - } - ], - "legal": { - "legal_information_link": "https://www.anhgelus.world/legal/", - "images_source": [ - "Profile picture: John Smith for example.org", - "Background: John Smith 2 for another.example.org" - ], - "font_source": "serif by ?" - } -}
\ No newline at end of file |
