-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy path_config.yml
118 lines (105 loc) · 2.4 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Site settings
title: Kotlin Resources
email: [email protected]
description: Ultimate Resources for Kotlin language
url: "https://kotlinresources.com"
baseurl: ""
twitter:
username: HelloKotlin
# Reading time settings
reading_time: true
words_per_minute: 200
# include _Pages
include: ["_pages"]
exclude:
- vendor
- resources
- Gemfile
- Gemfile.lock
- scripts
defaults:
- scope:
path: ""
values:
image: assets/kotlin-resources-fb-share.png
# Permalink settings
permalink: /:categories/:title/
relative_permalinks: false
# Gems
gems:
- algoliasearch-jekyll
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-archives
- jekyll-paginate
- jekyll-gist
# Owner/author information
# Social networking links used in footer. Update and remove as you like.
# google plus id, include the '+', eg +mmistakes
author:
name:
avatar:
bio: "We're passionate about Kotlin."
email: [email protected]
twitter:
facebook: wearemakery
github: kotlinresources
linkedin: makerco
instagram: wearemakery
google_plus:
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Europe/Budapest
future: false # publish future dated posts -- true, false (default)
# Amount of post to show on home page
paginate: 100
# Syntax settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
# Rouge Options › https://github.com/jneen/rouge#full-options
css_class: 'highlight'
#line_numbers: true # bad idea, spans don't need linenos and would inherit this option
span:
line_numbers: false
block:
line_numbers: false
start_line: 1
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: true
# Archives settings
jekyll-archives:
enabled: [categories, tags]
layout: 'archive'
permalinks:
year: '/:year/'
month: '/:year/:month/'
day: '/:year/:month/:day/'
tag: '/tag/:name/'
category: '/category/:name/'
# SEO settings
webmaster_verifications:
# google: UA-62927326-5
# bing: 1234
# alexa: 1234
# yandex: 1234
# Algolia settings
algolia:
index_name: 'kotlinresources'
excluded_files:
- index.html
settings:
distinct: true
attributesToIndex:
- title
- description
- categories
- url
- tags
- tagline
- author