Vladimir Hodakov
15b8f3a13e
Now we can again deploy it with moden Jekyll and restore lorchess.ru archive.
21 lines
434 B
YAML
21 lines
434 B
YAML
url: http://lorchess.ru
|
|
title: LORChess
|
|
permalink: pretty
|
|
|
|
destination: public
|
|
exclude: ['assets/vendor', 'Gemfile*', 'Guardfile', 'README*', 'vendor']
|
|
keep_files: ['.gitkeep']
|
|
plugins: ['jekyll-assets']
|
|
|
|
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
|