-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
43 lines (37 loc) · 1.09 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
title: 'Smashing, the spiritual successor to Dashing'
email: '[email protected]'
description: >
Smashing, the spiritual successor to Dashing, is a Sinatra based framework
that lets you build excellent dashboards. It looks especially great on TVs.
baseurl: ''
url: 'https://smashing.github.io'
twitter_username: dvinciguerra
github_username: dvinciguerra
markdown: kramdown
plugins:
- jekyll-coffeescript
######################################################################################################################
# DO NOT EDIT SETTINGS BELOW !!! #
######################################################################################################################
lsi: false
safe: true
incremental: false
source: "."
markdown_ext: "markdown"
sass:
compress: true
sass_dir: 'assets/stylesheets'
gist:
noscript: false
markdown: kramdown
kramdown:
auto_ids: true
input: GFM
hard_wrap: false
math_engine: mathjax
exclude:
- README.md
- Gemfile
- Gemfile.lock
- feed.xml
- vendor/bundle