27 lines
510 B
YAML
27 lines
510 B
YAML
url: http://lorchess.ru
|
|
title: LORChess
|
|
permalink: pretty
|
|
|
|
destination: public
|
|
exclude: ['assets/vendor', 'Gemfile*', 'Guardfile', 'README*', 'vendor']
|
|
keep_files: ['.gitkeep']
|
|
gems: ['jekyll-press']
|
|
|
|
encoding: UTF-8
|
|
|
|
# Collect SCSS files into a collection to suppress them from being
|
|
# added to Jekyll::Page
|
|
collections:
|
|
scss:
|
|
output: true
|
|
permalink: /assets/css/:path.css
|
|
|
|
sass:
|
|
style: :compressed
|
|
|
|
#
|
|
# jekyll-press
|
|
#
|
|
jekyll-press:
|
|
exclude: ['.htaccess', 'robots.txt']
|