-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
executable file
·88 lines (73 loc) · 2.43 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
# Site settings
title: "Teutonic CSS"
slug-title: "teutonic-css"
email: [email protected]
description: "A modern CSS framework — versatile, well documented. Enjoy a fresh look. Customize at ease."
baseurl: ""
url: "https://teutonic.co" # the base hostname & protocol for your site
twitter_username: "frank_laemmer"
github_username: "frank-laemmer"
media-splash-image: "/img/teutonic-splash-image.jpg"
css_file_docs: "teutonic.css"
css_file_min: "teutonic.min.css"
version: 0.7.13
cdn_url: https://unpkg.com/[email protected]/teutonic.min.css
licence_url: https://github.com/fortrabbit/teutonic-css/blob/master/LICENSE
github_download_url: https://github.com/fortrabbit/teutonic-css/archive/master.zip
github_url: https://github.com/fortrabbit/teutonic-css
github_scss_url: https://github.com/fortrabbit/teutonic-css/blob/master/includes
github_gzip_css_url: https://github.com/fortrabbit/teutonic-css/blob/master/teutonic.css.min.gz?raw=true
github_min_css_url: https://raw.githubusercontent.com/fortrabbit/teutonic-css/master/teutonic.min.css
github_large_css_url: https://raw.githubusercontent.com/fortrabbit/teutonic-css/master/teutonic.css
keywords: "CSS utility library, responsive, OOCSS, Pattern Library"
medium_url: https://medium.com/teutonic-css
# Useful for files that are not generated by jekyll;
# e.g. files or assets that are generated by your build tool.
# The paths are relative to the destination
keep_files:
- css
- .gitkeep
# during DEV the css folder will be generated by Gulp
# so it's gonna be overwritten on jekyll build
# where are the actual pages?
# source: jekyll
# where the build will be found, when not on GH pages
destination: docs
# Exclude in generated site
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- gulpfile.js
- package.json
- package-lock.json
- LICENSE
- README.md
- TODO.md
- Vagrantfile
- Dockerfile
- node_modules
- .gitignore
- vendor/
- .bundle
- [vendor]
- [.bundle]
# Collections
collections:
examples:
output: true
permalink: /:collection/:path/
defaults:
-
scope:
path: "examples/*/"
values:
sitemap: false
# General settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
parse_block_html: true
auto_ids: true
toc_levels: 1..6