-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
198 lines (181 loc) · 4.63 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
baseurl: ""
permalink: /:title/
url: "https://codonaft.com"
title: codonaft
description: Conscious Free and Open Source Software Crafting
#collections:
# posts:
# output: true
# permalink: /:title
# lang: en
defaults:
- scope:
path: 'legacy/*'
values: {}
- scope:
path: ''
values:
lang: en
str:
share: Please share, follow and all this!
fix_typo: Fix typo
support_other_ways: Support me in other ways
share_or_support_other_ways: Like what I do?<br>Your support keeps me going!
read_more: Read more →
share_on: Share on
add_to: Add to
email: Email
tweet: Tweet
pin_it: Pin it
next_post: Next post
previous_post: Previous post
next_page: Next
previous_page: Prev
javascript_required_comments: Please enable JavaScript to view comments.
- scope:
path: 'ru/*'
values:
permalink: /ru/:title/
lang: ru
str:
description: Осознанная разработка свободного ПО
share: Поделись находкой с друзьями!
fix_typo: Исправить опечатку
support_other_ways: Поддержать меня другими способами
share_or_support_other_ways: Нравится то, что я делаю?<br>Буду рад твоей поддержке!
read_more: Читать дальше →
share_on: Поделиться на
add_to: Add to
email: Email
tweet: Твитнуть
pin_it: Pin it
next_post: Следующий пост
previous_post: Предыдущий пост
next_page: Дальше
previous_page: Назад
javascript_required_comments: Please enable JavaScript to view comments.
theme_settings:
site_repo_url: https://github.com/codonaft/codonaft.github.io
site_repo_branch: master
avatar: assets/img/avatar.webp
gravatar:
header_text_feature_image: assets/img/pexels/motherboard.jpg
date_format: "%Y-%m-%d"
rss:
email_address:
behance:
bitbucket:
dribbble:
facebook: codonaft
flickr:
gitlab:
github: codonaft
instagram:
telegram_ru: codonaft_official
keybase:
linkedin: AlexanderLopatin
patreon: alopatindev
pinterest:
reddit:
soundcloud:
stack_exchange:
steam:
tumblr:
twitter:
vimeo:
vk: codonaft
wordpress:
youtube: "@codonaftFOSS"
youtube_ru: "@codonaft"
btc: "1MpA1jqkTJTPcFNwrWghQZ7nRWS5gjBKNe"
eth: "0xe7c5549246a7eb2a8398b947c2175e5b34bb3fcc"
ltc: "LSBjTftxfzRPDMb3QaX8NMGTH3w1CyjDbz"
zec: "t1bPyVoWijTjzSZqDeh1aFfSERRKhBNjp9S"
share_buttons:
vk:
telegram: true
facebook:
twitter: true
viber:
whatsapp:
email:
tumblr:
pinterest:
pocket:
reddit:
linkedin: true
wordpress:
google_analytics:
disqus_shortname:
typed: false
katex: false
zapthreads: true
nostr:
npub: npub1alptdev5srcw2hxg03567p4k6xs3lgj7f6545suc0rzp0xw98svse7rg94
community: codonaft
max_comment_length: 5000
min_read_pow: 7
relays:
- wss://nostr-pub.wellorder.net
- wss://relay.nostr.band
read_cache_relays:
- wss://relay.primal.net
special_page:
search:
icon: search # Assuming page link and icon are the same
enabled: false
tags:
icon: tags
enabled: false
#external_google_fonts: "Noto Color Emoji:400|Open Sans:400|Open Sans:700|Roboto:100|Roboto:300|Roboto Condensed:400"
post_navigation: true
p2p_player:
media_urls:
- https://media.codonaft.com
- https://media-cached.codonaft.com
trackers:
- wss://media.codonaft.com/announce
- wss://tracker.webtorrent.dev
#- wss://tracker.openwebtorrent.com
ice_servers:
- stun:stun.framasoft.org
- stun:stun.l.google.com:19302
#- stun:stun.tula.nu
#- stun:stun.nextcloud.com
#- stun:stun.imp.ch
#- stun:stunserver2024.stunprotocol.org
#- stun:stun.hot-chilli.net
#- stun:stun.axialys.net
#- stun:stun.vomessen.de
#- stun:stun.streamnow.ch
#- stun:stun.antisip.com
#- stun:stun.cloudflare.com:3478
storyboard:
max_size: 16383
interval_sec: 8
tile_width: 400
exclude:
- .backup
- .build
- _ohmyvps
- _publish-post.cr
- _run.cr
- _zapthreads
excerpt_separator: <!--more-->
markdown: kramdown
timezone: UTC
highlighter: rouge
sass:
sass_dir: _sass
style: compressed
plugins: [jekyll-seo-tag]
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: []
profile: false
blanklines: true
ignore:
envs: []
exclude: [vendor]
include: [.well-known]