-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
38 lines (35 loc) · 834 Bytes
/
_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
title: Kotlin Intensive
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
You wanna get more about kotlin in practice? This is the right page, checkount the contents.
# Build settings
plugins:
- jekyll-feed
# Theme
# theme: "just-the-docs"
remote_theme: just-the-docs/just-the-docs
exclude:
# from https://github.com/jekyll/jekyll/blob/master/lib/site_template/_config.yml:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# specific to the theme website:
- bin/
- lib/
- "*.gemspec"
- "*.gem"
- LICENSE.txt
- package.json
- package-lock.json
- Rakefile
- README.md
# theme test code
- fixtures/
search_enabled: false