-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
80 lines (72 loc) · 2.19 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
# Dependencies
markdown: kramdown
highlighter: rouge
# Setup
title: Gentle Kotlin
tagline: 'A gentle start to Kotlin'
description: 'A gentle start to Kotlin'
url: https://gentlekotlin.com
# the optional subpath of your site, e.g. "/blog"
# NB: This applies to all pages in your Jekyll site.
# If you want to move just the blog index pages but keep
# other pages at root, see the paginate_path and
# sidebar_blog_link below.
# assets:
# source_maps: true
# destination: "/assets"
# compression: false
# gzip: false
# defaults:
# integrity:
# {css,img,js}: false
# caching:
# enabled: true
# path: ".jekyll-cache/assets"
# type: file
# # --
# # Assets you wish to always have compiled.
# # This can also be combined with raw_precompile which
# # copies assets without running through the pipeline
# # making them ultra fast.
# # --
# precompile: []
# raw_precompile: [
# #
# ]
# # --
# # baseurl: whether or not to append site.baseurl
# # destination: the folder you store them in on the CDN.
# # url: the CDN url (fqdn, or w/ identifier).
# # --
# cdn:
# baseurl: false
# destination: false
# url: null
# # --
# # See lib/jekyll/assets/config.rb
# # for a list of defaults
# # --
# sources:
# - _assets/custom
# plugins:
# css: { autoprefixer: {}}
# img: { optim: {}}
disqus:
shortname: gentlekotlin.disqus.com
author:
name: 'Harsh Deep'
url: https://github.com/harsh183/gentle_kotlin
paginate: 20
# paginate_path: '/page:num'
# Or '/blog/page:num' if you want to move your index pages
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-paginate
permalink: /:categories/:title:output_ext
# Sidebar link settings
sidebar_home_link: true
# sidebar_blog_link: '/blog' # By default, your home page is your blog
# page. If you change your paginate_path,
# set this to the root of the paginate_path
# to enable a separate blog link.