diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-31 05:14:03 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-31 05:14:03 +0300 |
commit | d54ee1221abf5a4efcb7147a0c4897956e5f00e3 (patch) | |
tree | c06020df3ce49dd8d72657653a05920728691f38 /_config.yml | |
parent | ba9dd452f2b6675a1065b2ca08354b026958b1ab (diff) | |
download | obs-somafm_current_track-d54ee1221abf5a4efcb7147a0c4897956e5f00e3.tar.xz obs-somafm_current_track-d54ee1221abf5a4efcb7147a0c4897956e5f00e3.zip |
Configuration file
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..8b2af70 --- /dev/null +++ b/_config.yml @@ -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" |