documenting and adding defaults
This commit is contained in:
parent
7342cba3eb
commit
642f1a32f0
78 changed files with 13656 additions and 4 deletions
25
_data/colors.yml
Normal file
25
_data/colors.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
## Here you can set all the colors in use. Names should be pretty self explanatory. Changing colors here will
|
||||
## will apply them sitewide. This file is particularily useful if you are using Cloudcannon.com as it will
|
||||
## transform into a WYSIWYG color picker from their editor interface. They are in RGBA format
|
||||
## read about RGBA here: https://www.w3schools.com/Css/css_colors_rgb.asp
|
||||
|
||||
# Background color
|
||||
bg_rgba: 'rgb(60, 42, 82)'
|
||||
# Transparent version of background color
|
||||
bg-alt_rgba: 'rgba(60, 42, 82, 0.75)'
|
||||
# Forground color
|
||||
fg_rgba: 'rgb(235, 219, 248)'
|
||||
# Transparent version of forground color
|
||||
fg-alt_rgba: 'rgba(235, 219, 248, 0.25)'
|
||||
# Border color
|
||||
border_rgba: 'rgb(0, 0, 0)'
|
||||
# Transparent version of border color
|
||||
border-alt_rgba: 'rgba(0, 0, 0, 0.75)'
|
||||
# First accent color
|
||||
accent1_rgba: 'rgb(56, 255, 89)'
|
||||
# Transparent version of first accent color
|
||||
accent1-alt_rgba: 'rgba(56, 255, 89, 0.75)'
|
||||
# Second accent color
|
||||
accent2_rgba: 'rgb(141, 62, 216)'
|
||||
# Transparent version of second accent color
|
||||
accent2-alt_rgba: 'rgba(141, 62, 216, 0.75)'
|
||||
9
_data/links.yml
Normal file
9
_data/links.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## Link to your friends! It's cool, it's fun, it helps! Be a cool person and link to your friends. Chances are
|
||||
## they are going to want to link back to you! UNity is strength in the promotion game!
|
||||
|
||||
- title: Band name of the century #name of friend
|
||||
url: https://myurl.example #URL of friends website
|
||||
image: /assets/img/banner.jpg # does the friend has a banner?
|
||||
- title: My cool contributing Friend2 #name of friend
|
||||
url: https://friendurl2.example #URL of friends website
|
||||
image: /assets/img/banner2.jpg # does the friend has a banner?
|
||||
26
_data/navigation.yml
Normal file
26
_data/navigation.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
## Usefull for editing navigation and footer links. Leave as is, unless you rename the files of the pages that
|
||||
## come with the template. If you want to link to an external site in the navigation menu, you may chose to set
|
||||
## `external_site` to `true`, that way the link will open in a new tab/window (`target="_blank"` and
|
||||
## `rel="noopener"`) Icons are emoticons, because it's cool like a kangaroo pet
|
||||
|
||||
- icon: 💽
|
||||
url: /discography/
|
||||
name: Discog
|
||||
external_site: false
|
||||
- icon: 📰
|
||||
url: /log/
|
||||
name: Log
|
||||
external_site: false
|
||||
- icon: 🐿
|
||||
url: /about/
|
||||
name: About
|
||||
external_site: false
|
||||
- icon: 🔗
|
||||
url: /links/
|
||||
name: Links
|
||||
external_site: false
|
||||
- icon: 📢
|
||||
url: /chat/
|
||||
name: Chat
|
||||
external_site: false
|
||||
|
||||
10
_data/social.yml
Normal file
10
_data/social.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
## add your social media links here to have them appear in the footer of each page! Remember kids: you have a
|
||||
## website!! People should come to your website! This is your brand! Sending them to facebook means you are
|
||||
## promoting facebook brand before yours! You should send people FROM social media to you, not the other way.
|
||||
## Icon is leverage from Fontawesome. Search here to find what key you need: https://fontawesome.com/
|
||||
- name: Mastodon
|
||||
url: https://mastodon.art/@bandnameofthecentury
|
||||
icon: fa-mastodon
|
||||
- name: Pixelfed
|
||||
url: https://pixfed.com/
|
||||
icon: fa-instagram
|
||||
13
_data/stores.yml
Normal file
13
_data/stores.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
## If you publish your music to streaming stores you might want to add those stores here. These are the links
|
||||
## to the main profile. You can set specific release pages in posts. Downloading services are treated
|
||||
## differently from streaming services. icon is leverage from fontawesome. Look for the icon of your service
|
||||
## here: https://fontawesome.com/
|
||||
|
||||
- name: Bandcamp
|
||||
url: https://shop.basspistol.com
|
||||
icon: fa-bandcamp
|
||||
download: true
|
||||
- name: Spotify
|
||||
url: https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/
|
||||
icon: fa-spotify
|
||||
download: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue