aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: 8b2af70b4e6cfe59a43076aba9f097e4a7d3623b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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"