forked from poole/lanyon
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
82 lines (66 loc) · 1.8 KB
/
Copy path_config.yml
File metadata and controls
82 lines (66 loc) · 1.8 KB
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
# Dependencies
markdown: kramdown
highlighter: rouge
# Kramdown — protect math content from markdown processing
kramdown:
math_engine: mathjax
math_engine_opts: {}
input: GFM
# Permalinks
#
permalink: pretty
# Use of `relative_permalinks` ensures post links from the index work properly.
#relative_permalinks: true
# Publish posts whose date is in the future (matches _config.dev.yml; keeps
# scheduled posts in `_posts/` from being silently dropped by the build).
future: true
# Setup
title: Igor Moiseev
tagline: 'Applied mathematician, AI Enthusiast'
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: moiseev.igor@gmail.com
# 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"
# Re-include precomputed data assets that the global "*.json" exclude swallows.
include:
- "public/data"
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