From 7bde1ca684013dfd5c3616a066ef74abe083d5db Mon Sep 17 00:00:00 2001 From: Lio Date: Tue, 23 Jul 2024 00:58:25 +0200 Subject: [PATCH] remove config files to rely on provided config file --- .dockerignore | 3 ++- .gitignore | 2 ++ config.json | 7 ------- config.yaml | 15 --------------- 4 files changed, 4 insertions(+), 23 deletions(-) delete mode 100644 config.json delete mode 100644 config.yaml diff --git a/.dockerignore b/.dockerignore index a44058c..6c7dac1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,4 @@ .DS_Store node_modules -dist \ No newline at end of file +dist +config* \ No newline at end of file diff --git a/.gitignore b/.gitignore index 016b59e..e3061c8 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ pnpm-debug.log* # jetbrains setting folder .idea/ + +config* \ No newline at end of file diff --git a/config.json b/config.json deleted file mode 100644 index 51fcb69..0000000 --- a/config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "Gallery", - "description": "this is a description", - "icon": "https://common.himbo.cat/avatars/lio/drip.jpg", - "background": "https://javacat.io/siteBG2-min.png", - "socials": [{ "name": "bsky", "url": "https://pogcha.mp" }] -} diff --git a/config.yaml b/config.yaml deleted file mode 100644 index 1abeaf0..0000000 --- a/config.yaml +++ /dev/null @@ -1,15 +0,0 @@ -title: Gallery -description: this is a very long description so i can test if my css for this works fine -icon: /avatar.jpg -background: /background.png -socialIcons: true -socials: - - name: bluesky - url: https://lio.to/bluesky - - name: twitter - url: https://lio.to/twitter - - name: furaffinity - url: https://lio.to/furaffinity - icon: paw - - name: mastodon - url: https://lio.to/mastodon \ No newline at end of file