50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
|
# Site settings
|
||
|
encoding: utf-8
|
||
|
title: synshop.info
|
||
|
email: info@synshop.org
|
||
|
description: > # this means to ignore newlines until "baseurl:"
|
||
|
Information about the SYN Shop
|
||
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
||
|
url: "https://synshop.info" # the base hostname & protocol for your site
|
||
|
twitter_username: synshop
|
||
|
highlighter: rouge
|
||
|
include:
|
||
|
- ".well-known"
|
||
|
exclude:
|
||
|
- bin
|
||
|
- Makefile
|
||
|
- .gitignore
|
||
|
- Gemfile
|
||
|
- Gemfile.lock
|
||
|
- vendor
|
||
|
- README.markdown
|
||
|
- Dockerfile
|
||
|
|
||
|
plugins:
|
||
|
- jekyll-minifier
|
||
|
- jekyll-last-modified-at
|
||
|
- jekyll-feed
|
||
|
|
||
|
jekyll-minifier:
|
||
|
compress_css: true # Default: true
|
||
|
compress_javascript: true # Default: true
|
||
|
compress_json: true # Default: true
|
||
|
|
||
|
sass:
|
||
|
style: compressed
|
||
|
|
||
|
permalink: /:year:month:day/:title/
|
||
|
|
||
|
defaults:
|
||
|
-
|
||
|
scope:
|
||
|
path: "" # an empty string here means all files in the project
|
||
|
type: "posts" # previously `post` in Jekyll 2.2.
|
||
|
values:
|
||
|
layout: "post"
|
||
|
-
|
||
|
scope:
|
||
|
path: "x/"
|
||
|
values:
|
||
|
image: true
|