-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
57 lines (48 loc) · 1.43 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
55
56
57
baseurl = "https://scorpil.com/"
title = "Software Development Blog"
freelance ="Freelance"
theme = "ghostwriter"
languageCode = "en-us"
copyright = "Andrew Savchyn"
disqusShortname = "Scorpil"
[Privacy]
[Privacy.disqus]
disable = false
[Author]
name = "Scorpil"
profile = "https://twitter.com/scorpil"
[Taxonomies]
tag = "tags"
[Params]
headline = "Distributed Systems / Cloud Computing / AI"
metaDescription = "Blog about Software Development, Distributed Systems, Cloud Computing, Artificial Intelligence, and other related topics."
intro = true
github = "https://github.com/scorpil"
gitlab = "https://gitlab.com/scorpil"
linkedin = "https://linkedin.com/in/asavchyn/"
twitter = "https://twitter.com/scorpil"
mastodon = "https://mastodon.social/@scorpil"
stackoverflow = "https://stackoverflow.com/users/186518/scorpil"
email = "[email protected]"
opengraph = true
shareTwitter = true
shareFacebook = true
shareGooglePlus = false
shareLinkedIn = false
dateFormat = "Mon, Jan 2, 2006"
highlightJsUrl = ""
highlightJsLocalUrl = ""
exponeaJsUrl = ""
exponeaTarget = ""
exponeaToken = ""
exponeaTrackVisits = false
readingTime = false
readingTimeText = "Estimating reading time: "
[Permalinks]
post = "/post/:filename/"
[markup.goldmark.renderer]
unsafe = true
#[[menu.main]]
# name = "Freelance"
# url = "/freelance/"
# weight = 1