25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
synshop.info/_config.yml

49 lines
1.1 KiB

# 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