-
Notifications
You must be signed in to change notification settings - Fork 223
/
_config.yml
63 lines (59 loc) · 1 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
# Site settings
title: Sass Guidelines
description: "An opinionated styleguide for writing sane, maintainable and scalable Sass"
keywords: CSS, Sass, SCSS, styleguide, guidelines
url: "https://sass-guidelin.es"
twitter_username: KittyGiraudel
languages:
- cz
- da
- de
- el
- en
- es
- fr
- it
- ko
- nl
- pl
- pt
- ru
- zh
# Build settings
environment: production
gems:
- jekyll-sitemap
data_dir: ./_locales
exclude:
- _bin
- assets/images/icons
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE
- node_modules
- package-lock.json
- package-scripts.js
- package.json
- pages/**/README.md
- prettier.config.js
- README.md
- TRANSLATING.md
- vendor
- workbox-config.js
markdown: kramdown
kramdown:
auto_ids: true
toc_levels: 2..2
sass:
sass_dir: ./assets/sass
style: :compressed
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: []
blanklines: false
profile: false
startings: []