-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path_config_dev.yml
More file actions
43 lines (37 loc) · 885 Bytes
/
_config_dev.yml
File metadata and controls
43 lines (37 loc) · 885 Bytes
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
#
# This config-file is only needed for development. Instead of changing the url
# everytime you work locally on the project, you start both config-files, overwriting
# the first one with the development variables needed.
#
# Start development with › $ jekyll serve --config _config.yml,_config_dev.yml
url: "http://localhost:4000"
urlimg: "http://localhost:4000/images/"
logo: "logo.png"
destination: _site
sass:
sass_dir: _sass
style: :expanded
line_numbers: true
collections:
- faq
- faq_en
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- design
- _posts
- blog
- Drucksachen
- pages/info.md
- pages/design.md
- build
- assets/downloads
- Guardfile
- config.ru
- .travis.yml
gems: ['jekyll-multiple-languages']
languages: ['de', 'en', 'fr']
language_default: 'de'
fill_default_content: true