forked from poole/lanyon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
68 lines (55 loc) · 1.39 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
# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
#
permalink: pretty
# Use of `relative_permalinks` ensures post links from the index work properly.
#relative_permalinks: true
# Setup
title: Igor Moiseev
tagline: 'Applied mathematician, Web Developer'
description: 'Notes on technology and intelligence.'
url: https://moiseevigor.github.io
baseurl: ""
paginate: 5
github_repo_url: https://github.com/moiseevigor/moiseevigor.github.io
disqus_shortname: 'moiseevigor-github'
webmention:
username: moiseevigor.github.io
# About/contact
author:
name: Igor Moiseev
url: https://twitter.com/moiseev_igor
email: [email protected]
# Custom vars
version: 1.0.0
# Gems
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-redirect-from
- jekyll-paginate
- jekyll-seo-tag
# https://jekyllrb.com/docs/variables/
# https://github.com/jekyll/jekyll/issues/2516
lsi: true
sass:
style: compressed
exclude:
- "*.json"
- "*.log"
- "bower_components"
- "Gemfile*"
- "LICENSE"
- "node_modules"
- "vendor"
twitter:
username: moiseev_igor
card: summary
social:
name: Igor Moiseev
links:
- https://twitter.com/moiseev_igor
- https://www.linkedin.com/in/moiseevigor
- https://github.com/moiseevigor