Configuration file

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-05-31 06:14:03 +04:00
parent ba9dd452f2
commit d54ee1221a
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

35
_config.yml Normal file
View File

@ -0,0 +1,35 @@
# Time Zone
timezone: "Europe/Moscow"
# Catalogs
include:
- "_pages"
# SASS/SCSS
sass:
sass_dir: "_scss"
style: ":compressed"
# Compress HTML
compress_html:
blanklines: false
clippings: all
comments: ["<!-- ", " -->"]
endings: []
profile: false
startings: []
# Website address
url: ""
baseurl: ""
# Site description
description: "Page displays a popup window with the current playing track SomaFM radio."
title: "Current track SomaFM"
# Exceptions
exclude:
- "Gemfile"
- "Gemfile.lock"
- "LICENSE.txt"
- "README.md"