-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
54 lines (41 loc) · 1.06 KB
/
config.toml
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
baseurl = "https://velikodny.com"
title = "Vitaly Velikodnyi - Senior Software Engineer"
copyright = "Copyright © 2020 - <a href='/'>Vitaly Velikodnyi</a>"
canonifyurls = true
disqusShortname = "vvelikodny"
theme = "kiera"
paginate = 5
summaryLength = 30
enableEmoji = true
pygmentsCodeFences = true
publishDir = "docs"
[author]
name = "Vitaly Velikodnyi"
avatar = "/img/avatar.jpg"
github = "vvelikodny"
gitlab = "vvelikodny"
linkedin = "vvelikodny"
facebook = "vvelikodny"
twitter = "vvelikodny"
instagram = ""
stackoverflow = "/1653085/vvelikodny"
email = "vvelikodny@gmail.com"
[params]
tagline = "Vitaly Velikodnyi's Blog for Creative and Technical Writing"
meta = "false"
css = ["css/custom.css"]
[menu]
[[menu.main]]
identifier = "about-me"
name = "About me"
pre = "<i class='fa fa-heart'></i>"
url = "/about-me"
weight = 1
[[menu.main]]
identifier = "blog"
name = "Blog"
pre = "<i class='fa fa-heart'></i>"
url = "/"
weight = 1
[permalinks]
posts = "/:title/"