-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
135 lines (111 loc) · 2.51 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
title: taras kalapun
repository: xslim/xslim.github.io
permalink: /posts/:title/
# # Site settings
author: xslim
# author: Taras Kalapun
# description: An it-problem solver and adrenaline junky. Sailing, skydiving, scuba diving, motorcycling and off-road racing are just someways I get away from the programming screen.
# baseurl: "" # the subpath of your site, e.g. /blog/
# url: "http://kalapun.com" # the base hostname & protocol for your site
# relative_permalinks: false
optional_front_matter:
remove_originals: true
titles_from_headings:
enabled: true
strip_title: true
collections: true
relative_links:
enabled: true
collections: true
plugins:
- jekyll-github-metadata
- jekyll-default-layout
- jekyll-optional-front-matter
- jekyll-titles-from-headings
- jekyll-relative-links
- jekyll-commonmark-ghpages
- jekyll-remote-theme
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
# Theme config
# theme: jtx-minima
remote_theme: "xslim/jtx-minima"
# remote_theme: "mmistakes/minimal-mistakes"
show_excerpts: false
disqus:
shortname: kalapun
google_analytics: UA-2087894-2
#
# defaults:
# # _posts
# - scope:
# path: ""
# type: posts
# values:
# layout: post
# read_time: true
# comments: true
# share: true
# related: true
# collections:
# projects:
# output: true
# permalink: /projects/:path/
# layout: project
# cheats:
# output: true
# permalink: /cheats/:path/
# layout: page
# exclude: ['_cheats/README.md']
# defaults:
# -
# scope:
# type: "posts"
# values:
# layout: "post"
# category: "posts"
# -
# scope:
# path: "projects"
# type: "projects"
# values:
# layout: "project"
# -
# scope:
# path: "cheats"
# type: "cheats"
# values:
# layout: "page"
social:
github: https://github.com/xslim
linkedin: https://linkedin.com/in/tkalapun
rss: https://kalapun.com/feed.xml
highlighter: rouge
markdown: kramdown
kramdown:
auto_ids: true
input: GFM
syntax_highlighter: rouge
# prose:
# siteurl: "https://kalapun.com"
# ignore:
# - /_layouts
# - /_includes
# - /_sass
# - /css
# - /fonts
# metadata:
# _posts:
# - name: "published"
# field:
# label: "Published"
# element: "checkbox"
# value: true
# - name: "title"
# field:
# element: "text"
# label: "title"