forked from JetBrains/kotlin-web-site
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
44 lines (37 loc) · 1.15 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
# Jekyll Settings
name: Kotlin
markdown: kramdown
markdown_ext: foo
kramdown:
input: GFM
hard_wrap: false
highlighter: pygments
exclude:
- vendor
- bin
- Rakefile
- Gemfile
- Gemfile.lock
- rake
- INSTALL.sh
- README.md
- notes.txt
- LICENSE
include:
- js
# Site Settings
baseurl:
code_baseurl: https://github.com/JetBrains/kotlin-web-site/tree/master/code
# Custom Settings
github_url: https://github.com/JetBrains/kotlin
twitter_url: https://twitter.com/project_kotlin
forum_url: http://devnet.jetbrains.com/community/kotlin
site_github_url: http://github.com/JetBrains/kotlin-web-site
edit_on_github_url: https://github.com/JetBrains/kotlin-web-site/edit/master/%path%
img_tutorial_root: assets/images/tutorials
grammar_file_path: grammar.xml
# Analytics and webmaster tools stuff goes here
google_analytics: UA-940435-32
google_verify:
# Text snippets used over and over again
text_using_gradle: In this tutorial we're going to be using Gradle but the same can be accomplished using either IntelliJ IDEA project structure or Maven. For details on setting up Gradle to work with Kotlin, see [Using Gradle](/docs/reference/using-gradle.html).