-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
95 lines (81 loc) · 3.11 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
baseurl: / #/notes # the subpath of your site, e.g. /blog
url: https://notes.rigovanov.ru # the base hostname & protocol for your site
domain: notes.rigovanov.ru
permalink: /:categories/:title
lang: ru
# email: [email protected]
# author: Филипп Юрьевич Ригованов
title: Заметки
longtitle: Слаще мёда и капель сота
author:
name: Филипп Юрьевич Ригованов # a1ip
email: [email protected]
description: > # this means to ignore newlines until "show_excerpts:"
Мои заметки при чтении Библии.
show_excerpts: false # set to true to show excerpts on the homepage
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
ignore:
envs: [local]
# disqus:
# shortname: a1ip
defaults:
-
scope:
path: ""
values:
image: /assets/img/card.png
# Minima date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
skin: dark # classic # solarized # solarized-dark # dark
date_format: "%d/%m/%y" #"%D" #"%b %-d, %Y"
# generate social links in footer
# social_links:
# - { platform: github, user_url: "https://github.com/a1ip" }
# - { platform: twitter, user_url: "https://twitter.com/phil_rigovanov" }
# - { platform: facebook, user_url: "https://facebook.com/rigovanov" }
# - { platform: instagram, user_url: "https://www.instagram.com/a1ip" }
# - { platform: keybase, user_url: "https://keybase.io/a1ip" }
# - { platform: linkedin, user_url: "https://www.linkedin.com/in/rigovanov" }
# - { platform: pinterest, user_url: "https://www.pinterest.com/philrigovanov" }
# - { platform: telegram, user_url: "https://t.me/rigovanov" }
# - { platform: youtube, user_url: "https://www.youtube.com/philrigovanov" }
# - { platform: devto, user_url: "https://dev.to/a1ip" }
# - { platform: dribbble, user_url: "https://dribbble.com/a1ip" }
# - { platform: flickr, user_url: "https://www.flickr.com/photos/a1ip" }
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
# youtube_channel: UC8CXR0-3I70i1tfPg1PAE1g
# youtube_channel_name: philipperigovanov
# - { platform: stackoverflow, user_url: "https://stackoverflow.com/users/1234567/jekyll" }
# - { platform: microdotblog, user_url: "https://micro.blog/jekyll" }
# googleplus: +jekyll
# microdotblog: jekyll
# Mastodon instances
# mastodon:
# - username: jekyll
# instance: example.com
# - username: jekyll2
# instance: example.com
# GitLab instances
# gitlab:
# - username: jekyll
# instance: example.com
# - username: jekyll2
# instance: example.com
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
header_pages:
# - index.md
- books.html
# - about.md
# Build settings
# theme: minima
remote_theme: jekyll/minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
sass:
style: compressed