-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
101 lines (93 loc) · 2.28 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
# pretzel:
# engine: liquid
title: ""
description: "Imagination Executed Sustainably"
logo-png: https://github.com/idvorkin/blob/raw/master/idvorkin-bunny-ears-ar-2020-547x400.png
logo-url: /
disqus_shortname: idvorkinblog
share: true
dropcap: true
# Change url to your domain. Leave localhost server or blank when working locally.
# or use the hint from http://jekyllrb.com/docs/github-pages/ to keep this the same
# whether working locally or remotely. Start Jekyll with: jekyll serve --baseurl ''
url: https://idvork.in
# Owner/author information
owner:
name: Igor Dvorkin
avatar: igordvorkin.jpg
email: idvorkin@gmail.com
description: Living the good life
# Analytics and webmaster tools stuff goes here
google_analytics: UA-73602282-1
google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
collections:
d:
output: true
td:
output: true
ig66:
output: true
# See directions @
# https://community.algolia.com/jekyll-algolia/getting-started.html
# Create algolia key via cat
# cat ~/gits/igor2/secretBox.json | jq -r ."AlgoliaKey" > _algolia_api_key
#
#
algolia:
application_id: RY6D0RNCA3
search_only_api_key: d4bae7d1d6328352ce13c0978ca620e9
index_name:
jekyll
# https://community.algolia.com/jekyll-algolia/options.html#files-to-exclude
files_to_exclude:
- "*bak"
- "debug.html"
- "edit.html"
- "edit"
- "back-refs.json"
- "*sh"
- "*py"
- "search.html"
- "*index.html"
- "all.html"
- "all.md"
- "tags.html"
- "_d/index.html"
- "*.ruff_cache*"
- "tags"
- "scripts/*"
plugins_dir: ["jekyll-paginate", "jekyll-sitemap", "jekyll-redirect-from"]
include: [".htaccess", "__init__.py"]
exclude:
[
"scripts/*",
".parcel-cache",
"lib",
"config.rb",
"Gemfile",
"Capfile",
"Gemfile.lock",
"config",
"log",
"Rakefile",
"Rakefile.rb",
"tmp",
"less",
"*.sublime-project",
"*.sublime-workspace",
"test",
"spec",
"Gruntfile.js",
"package.json",
"cypress",
"node_modules",
]
permalink: /:title
siteurl: "https://idvork.in/"
plugins:
- jekyll-redirect-from
- jekyll-paginate
# Allow multiple permalinks for the same post
# https://help.github.com/articles/redirects-on-github-pages/