blob: 5bf59d945b71752ac325cc362806f42615b054b0 (
plain) (
blame)
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
|
baseURL: https://neonxp.ru/
languageCode: ru-RU
defaultContentLanguage: ru
title: neonxp.log
enableRobotsTXT: true
enableGitInfo: true
noBuildLock: true
noChmod: true
params:
logo: /img/logo.webp
imageProcessing:
cover:
enabled: true
content:
enabled: true
dateFormat:
published: Monday, 02 January 2006
lastUpdated: 15:04 02.01.2006
comments:
host: https://comments.neonxp.ru
site: neonxp_ru
locale: ru
menus:
main:
- name: Бортжурнал
pageRef: /posts
weight: 5
- name: Проекты
pageRef: /projects
weight: 10
- name: Игры
pageRef: /projects/games
weight: 15
- name: Git
url: https://git.neonxp.ru
weight: 20
- name: Go модули
url: /go/
weight: 25
- name: Заметки
pageRef: /notes
weight: 35
- name: Обо мне
pageRef: /pages/me
weight: 40
- name: Гостевуха
pageRef: /pages/guestbook/
weight: 45
- name: Заметки
pageRef: /notes
weight: 50
- name: Архив
pageRef: /archive
weight: 55
permalinks:
post: /post/:year/:month/:slug/
page: /pages/:slug/
markup:
defaultMarkdownHandler: goldmark
goldmark:
duplicateResourceFiles: false
extensions:
definitionList: true
footnote: true
linkify: true
linkifyProtocol: https
strikethrough: true
table: true
taskList: true
extras:
delete:
enable: true
insert:
enable: true
mark:
enable: true
subscript:
enable: true
superscript:
enable: true
passthrough:
enable: true
delimiters:
block: []
inline: []
typographer:
apostrophe: "’"
disable: false
ellipsis: "…"
emDash: "—"
enDash: "–"
leftAngleQuote: "«"
leftDoubleQuote: "“"
leftSingleQuote: "‘"
rightAngleQuote: "»"
rightDoubleQuote: "”"
rightSingleQuote: "’"
parser:
autoHeadingID: true
autoHeadingIDType: github
wrapStandAloneImageWithinParagraph: true
attribute:
block: false
title: true
renderHooks:
image:
enableDefault: false
link:
enableDefault: false
renderer:
hardWraps: false
unsafe: true
xhtml: true
tableOfContents:
endLevel: 4
ordered: false
startLevel: 1
highlight:
noClasses: false
codeFences: true
guessSyntax: true
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
tabWidth: 4
mediaTypes:
text/plain:
suffixes:
- txt
outputs:
page:
- html
home:
- html
- json
- twtxt
section:
- html
- rss
- json
taxonomy:
- html
term:
- html
outputFormats:
TwTxt:
name: twtxt
mediaType: text/plain
baseName: twtxt
isPlainText: true
permalinkable: true
isHTML: false
protocol: gopher://
noUgly: true
pagination:
disableAliases: false
pagerSize: 10
path: page
|