aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '_config.yml')
-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"