remove config files to rely on provided config file
This commit is contained in:
parent
9264b2139f
commit
7bde1ca684
4 changed files with 4 additions and 23 deletions
|
@ -1,3 +1,4 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
dist
|
||||
config*
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -22,3 +22,5 @@ pnpm-debug.log*
|
|||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
|
||||
config*
|
|
@ -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" }]
|
||||
}
|
15
config.yaml
15
config.yaml
|
@ -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
|
Loading…
Add table
Reference in a new issue