forked from KittyGiraudel/sass-guidelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (48 loc) · 993 Bytes
/
_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
# 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: HugoGiraudel
google_analytics: UA-58205987-1
languages:
- cz
- da
- de
- el
- en
- es
- fr
- it
- ko
- pl
- pt
- ru
- zh
# Build settings
environment: production
gems:
- jekyll-sitemap
data_dir: ./_locales
exclude: [
"CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "TRANSLATING.md",
"assets/images/icons",
"package.json", "Gemfile", "Gemfile.lock",
"README.md", "pages/**/README.md", "LICENSE", "CNAME",
"node_modules", "vendor", "_bin",
"sw-precache-config.js"
]
markdown: kramdown
kramdown:
auto_ids: true
toc_levels: 1..1
sass:
sass_dir: ./assets/sass
style: :compressed
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: []
blanklines: false
profile: false
startings: []