-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·73 lines (65 loc) · 2.1 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
baseurl = "https://cescoferraro.github.io/me/"
builddrafts = true
watch = true
canonifyurls = true
relativeURLs = true
contentdir = "content/"
languageCode = "en-US"
layoutdir = "layouts/"
markdown = "org"
publishdir = "out"
theme = "cocoa"
author = "@cescoferraro"
title = "@cescoferraro"
enableEmoji = true
pygmentsuseclasses = true
disqusshortname = "blog-cescoferraro-xyz"
pluralizelisttitles = false
googleAnalytics = "UA-123-45"
[permalinks]
fixed = ":title/"
blog = "blog/:slug/"
[[menu.main]]
name = "Blog"
weight = -120
identifier = "blog"
url = "blog/"
[[menu.main]]
name = "Portifolio"
weight = -120
identifier = "portifolio"
url = "portifolio/"
[[menu.main]]
name = "VITAE"
weight = -100
identifier = "vitae"
url = "software/"
[params]
latestjobscount = 3
latestpostscount = 5
i18n_flags = true
author = "cescoferraro"
cachebuster = false
dateform = "Jan 2, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
description = "Don't panic"
email = "[email protected]"
extracssfiles = [ "/css/override.css" ]
github = "//github.com/cescoferraro"
stackoverflow = "//stackoverflow.com/users/3074508/cesco"
highlightjs = true
lang = "en"
linkedin = "//www.linkedin.com/in/francesco-ferraro-64805114/"
noshowreadtime = false
selfintro = ""
twitter = "//twitter.com/cescoferraro"
highlightjslanguages = ["python","gradle","groovy","go","java","clojure-repl"]
highlightjsStyle = "atelier-estuary-dark"
avatar = "img/profile.png"
DefaultContentLanguage = "en"
[Languages]
[Languages.en]
weight = 1
[Languages.br]
copyright = "Tout est à moi"
weight = 2