-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
67 lines (60 loc) · 1.31 KB
/
Copy pathconfig.yml
File metadata and controls
67 lines (60 loc) · 1.31 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
baseurl: "https://marchenko.tech/"
title: marchenko.tech
theme: ghostwriter
languageCode: en-us
copyright: Daniil Marchenko
#disqusShortname: "XXX"
googleAnalytics: UA-158954438-1
pygmentsUseClasses: true
pygmentsCodefences: true
markup:
highlight:
codeFences: true
guessSyntax: false
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
tabWidth: 2
privacy:
disqus:
disable: true
googleAnalytics:
anonymizeIP: true
respectDoNotTrack: true
useSessionStorage: false
author:
name: Daniil Marchenko
profile: ""
taxonomies:
tag: tags
params:
mainSections:
- post
intro: true
headline: Daniil Marchenko
description: ""
github: https://github.com/sonofhammer
# gitlab: "https://gitlab.com/XXX"
linkedin: "https://www.linkedin.com/in/daniil-marchenko-8a984623/"
twitter: "https://twitter.com/sonofhammer"
# stackoverflow: "https://stackoverflow.com/users/XXX/YYY"
# email: "XXX@example.com"
opengraph: true
shareTwitter: true
shareFacebook: false
shareLinkedIn: false
dateFormat: "Mon, Jan 2, 2006"
highlightJsUrl: ""
highlightJsLocalUrl: ""
permalinks:
post: "/:year/:month/:day/:filename/"
menu:
main:
- name: "Blog"
url: "/post/"
weight: 1
- name: "About"
url: "/about/"
weight: 4