66 lines
2.2 KiB
YAML
66 lines
2.2 KiB
YAML
# Welcome to Jekyll!
|
|
#
|
|
# This config file is meant for settings that affect your whole blog, values
|
|
# which you are expected to set up once and rarely edit after that. If you find
|
|
# yourself editing this file very often, consider using Jekyll's data files
|
|
# feature for the data you need to update frequently.
|
|
#
|
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
|
|
|
# Site settings
|
|
# These are used to personalize your new site. If you look in the HTML files,
|
|
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
|
# You can create any custom variable you would like, and they will be accessible
|
|
# in the templates via {{ site.myvariable }}.
|
|
title: "Sakrecoer"
|
|
email: public@sakrecoer.com
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
url: "https://sakrecoer.com" # the base hostname & protocol for your site, e.g. http://example.com
|
|
instagram_username: sakrecoer
|
|
### Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag)
|
|
logo: /siteicon.png
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
Sakrecoer Uncorporated Stands for independent fun-loving Activism, Art & Music. I push sounds, images, thoughts and passion for cool robots like you. I am funky and I deliver because I was born tomorrow.
|
|
author:
|
|
name: Sakrecoer
|
|
email: public@sakrecoer.com
|
|
twitter: sakrecoer # twitter username without the @ symbol
|
|
lang: en_US
|
|
social:
|
|
link:
|
|
- https://twitter.com/sakrecoer
|
|
- https://instagram.com/sakrecoer
|
|
- https://open.spotify.com/playlist/2EDQlOV0cZe3KHLiSf1nly?si=4iwj3I4ETYqnym8RHXuKMw
|
|
### Build settings
|
|
plugins:
|
|
- jekyll-sitemap
|
|
- jekyll-seo-tag
|
|
- jekyll-paginate-v2
|
|
|
|
### Plugin settings:
|
|
|
|
### excerpt_separator: '<!--more-->'
|
|
pagination:
|
|
enabled: true
|
|
|
|
### collection
|
|
collections:
|
|
tracks:
|
|
output: true
|
|
permalink: /music/:title.html
|
|
|
|
# defaults
|
|
permalink: /:categories/:title/
|
|
defaults:
|
|
-
|
|
scope:
|
|
path: ""
|
|
values:
|
|
layout: default
|
|
|
|
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "*.*~", "Gemfile", "Gemfile.lock", ".gitignore" ]
|
|
audio_url : 'https://media.sakrecoer.com'
|
|
banner: /assets/img/set.png
|
|
|