forked from novchurch/songs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
113 lines (101 loc) · 2.58 KB
/
_config.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
remote_theme: niklasbuschmann/contrast@v3.0
title: Избранные песни
author: Phil Rigovanov
description: Избранные христианские песни
permalink: /:title/
lang: "ru"
baseurl: / # baseurl: /songs
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
themecolor: "#40e0d0"
# Layout
sidebar: false # show a sidebar instead of the usual header
show_excerpts: false # show article excerpts on the home page
show_related: true # show the previous and next links after every post
show_description: true # show the site description in the sidebar
show_title: false # always keep the site title visible
# Styling
dark_header: false # always keep the header dark
minimal: false # use simpler style
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable: true
# Menu
navigation:
- {file: "index.md", title: "По номерам", icon: sort-numeric-down}
- {file: "alphabet.md", icon: sort-alpha-down}
external: # see http://fontawesome.com/icons
# - {title: Mail, icon: envelope, url: "mailto:a1ip@users.noreply.github.com"}
# - {title: Github, icon: github, url: "https://github.com/novchurch/songs"}
# - {title: Subscribe, icon: rss, url: "/feed.xml"}
comments:
# disqus_shortname: "" # see https://disqus.com/
# isso_domain: "" # see https://posativ.org/isso/
plugins:
- jekyll-remote-theme
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
ignore:
envs: [local]
sass:
style: compressed
defaults:
-
scope:
path: "images"
values:
image: true
- scope:
path: "assets/audio"
values:
audio: true
-
scope:
path: "assets" # Exclude from sitemap.xml
values:
sitemap:
exclude: "yes"
-
scope:
path: "js" # Exclude from sitemap.xml
values:
sitemap:
exclude: "yes"
-
scope:
path: "sw.js" # Exclude from sitemap.xml
values:
sitemap:
exclude: "yes"
-
scope:
path: "404.html" # Exclude from sitemap.xml
values:
sitemap:
exclude: "yes"
-
scope:
path: "README.md" # Exclude from sitemap.xml
values:
sitemap:
exclude: "yes"
-
scope:
path: "sw.js" # Exclude from sitemap.xml
values:
sitemap:
exclude: "yes"
-
scope:
path: "manifest.json" # Exclude from sitemap.xml
values:
sitemap:
exclude: "yes"
-
scope:
path: "offline.md" # Exclude from sitemap.xml
values:
sitemap:
exclude: "yes"