summaryrefslogtreecommitdiff
path: root/_config/dev.yml
blob: 312759d684f2dcec7aa9697c182bdbd4f530a3f5 (plain)
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
#******************************************************************************
# _config/dev.yml -- Development environment configuration.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the
# server process.
#******************************************************************************
# Site settings.
name: John Touhey
email: john.touhey@orange.fr
url: "https://john.touhey.fr"
baseurl: ""
bio: Hi, I'm John

# Build settings.
destination: _site/dev
plugins:
 - jekyll-assets
markdown: kramdown
exclude:
 - Gemfile
 - Gemfile.lock
 - Makefile
 - README.md
 - vendor

# Assets settings.
assets:
  compress:
    css: false
    js: false
  sources:
   - _assets/css
   - _assets

# End of file.