Initial commit
This commit is contained in:
commit
6a348db52f
471 changed files with 76070 additions and 0 deletions
119
_config.yml
Normal file
119
_config.yml
Normal file
|
|
@ -0,0 +1,119 @@
|
|||
# ----
|
||||
# Site
|
||||
|
||||
title : pax:nion
|
||||
description: PHI, Panix Heavy Industries
|
||||
|
||||
url : https://panix.basspistol.com
|
||||
|
||||
# banner should be 1024x1024
|
||||
banner: /assets/img/setto_logo.png
|
||||
icon: /assets/img/setto_icon.png
|
||||
logo: /assets/img/setto_icon.png
|
||||
|
||||
author:
|
||||
name: pax:nion
|
||||
social:
|
||||
name: pax:nion
|
||||
|
||||
publisher:
|
||||
name: Basspistol
|
||||
domain: basspistol.com
|
||||
mail: info@basspistol.com
|
||||
|
||||
|
||||
plugins:
|
||||
- jekyll-sitemap
|
||||
- jekyll-seo-tag
|
||||
- jekyll-last-modified-at
|
||||
|
||||
# GEO
|
||||
|
||||
geo:
|
||||
timezone: "Europe/Stockholm"
|
||||
lat: '7.48777'
|
||||
long: '2.076389'
|
||||
region: BJ-ZO
|
||||
town: Setto
|
||||
|
||||
collections:
|
||||
albums:
|
||||
output: true
|
||||
permalink: /:name/
|
||||
tracks:
|
||||
output: false
|
||||
permalink: /:path/
|
||||
|
||||
# Defaults
|
||||
permalink: pretty
|
||||
|
||||
categories:
|
||||
- release
|
||||
- rambling
|
||||
|
||||
exclude:
|
||||
- changelog.md
|
||||
- '*.*~'
|
||||
- '*.xcf'
|
||||
- '*.blend*'
|
||||
- Gemfile
|
||||
- Gemfile.lock
|
||||
- README.md
|
||||
- LICENCE
|
||||
- '*.mp3'
|
||||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
|
||||
defaults:
|
||||
- scope:
|
||||
path: ""
|
||||
values:
|
||||
layout: "post"
|
||||
lang: en
|
||||
seo:
|
||||
type: "AudioObject"
|
||||
- scope:
|
||||
path: ""
|
||||
values:
|
||||
layout: "page"
|
||||
lang: en
|
||||
_options:
|
||||
image:
|
||||
width: 1024
|
||||
height: 720
|
||||
resize_style: cover
|
||||
uploads_dir: "/images"
|
||||
content:
|
||||
width: 720
|
||||
height: 720
|
||||
resize_style: cover
|
||||
uploads_dir: "/images"
|
||||
# - scope:
|
||||
# path: ""
|
||||
# type: "tracks"
|
||||
# values:
|
||||
# seo:
|
||||
# type: "AudioObject"
|
||||
- scope:
|
||||
path: ""
|
||||
type: "posts"
|
||||
values:
|
||||
layout: "post"
|
||||
lang: en
|
||||
permalink: /:title/
|
||||
_options:
|
||||
image:
|
||||
width: 1024
|
||||
height: 720
|
||||
resize_style: cover
|
||||
uploads_dir: "/images"
|
||||
content:
|
||||
width: 720
|
||||
height: 720
|
||||
resize_style: cover
|
||||
uploads_dir: "/images"
|
||||
|
||||
# ---------
|
||||
# Translate
|
||||
lang: en
|
||||
Loading…
Add table
Add a link
Reference in a new issue