-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (47 loc) · 1.01 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
<<<<<<< Updated upstream
lsi: false
safe: true
source: ./
incremental: false
highlighter: rouge
gist:
noscript: false
markdown: kramdown
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
domain: tonysansone.me # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
url: https://www.tonysansone.me # the base hostname and protocol for your site, e.g. http://example.com
=======
lsi: false
safe: true
disable_disk_cache: true
profile: true
incremental: true
livereload: true
source: .
destination: ./_site
layouts_dir: ./_layouts
sass:
sass_dir: ./assets/_sass
exclude:
- Gemfile
- Gemfile.lock
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
gist:
noscript: false
markdown: kramdown
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
input: GFM
parse_block_html: true
highlighter: rouge
>>>>>>> Stashed changes