aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-05-31 05:14:03 +0300
committerValentin Popov <info@valentineus.link>2018-05-31 05:14:03 +0300
commitd54ee1221abf5a4efcb7147a0c4897956e5f00e3 (patch)
treec06020df3ce49dd8d72657653a05920728691f38
parentba9dd452f2b6675a1065b2ca08354b026958b1ab (diff)
downloadobs-somafm_current_track-d54ee1221abf5a4efcb7147a0c4897956e5f00e3.tar.xz
obs-somafm_current_track-d54ee1221abf5a4efcb7147a0c4897956e5f00e3.zip
Configuration file
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--_config.yml35
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"