36 lines
610 B
YAML
36 lines
610 B
YAML
# 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: "https://valentineus.link"
|
|
baseurl: "/obs-somafm-current-track"
|
|
|
|
# Site description
|
|
description: "Page displays a popup window with the current playing track SomaFM radio."
|
|
title: "Current track of the radio SomaFM"
|
|
|
|
# Exceptions
|
|
exclude:
|
|
- "Gemfile"
|
|
- "Gemfile.lock"
|
|
- "LICENSE.txt"
|
|
- "README.md"
|