-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
82 lines (71 loc) · 2.23 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
74
75
76
77
78
79
80
81
title = "Além da Média"
theme = "beautifulhugo"
baseurl = "https://alemdamedia.netlify.com/"
DefaultContentLanguage = "br"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
metaDataFormat = "yaml"
pygmentsUseClasses = false
pygmentsUseClassic = false
pygmentsCodefences = true
PygmentsStyle = "monokai"
#[params.assets]
# customCSS = ["css/syntax.css"]
[Params]
# homeTitle = "Além da média" # Set a different text for the header on the home page
subtitle = "ciência de dados e humanidades"
logo = "img/avatar-icon.png" # Expecting square dimensions
favicon = "img/favicon.ico"
dateFormat = "02/01/2006"
shortdateFormat = "02/Jan/2006 15:04:05"
commit = true
rss = true
comments = true
readingTime = true
wordCount = true
socialShare = true
delayDisqus = true
showRelatedPosts = true
gcse = "000226989137327763666:kjdmisjkkx8" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
googleAnalytics = "UA-134237576-1"
useHLJS = true
useChroma = false
#[[Params.bigimg]]
# src = "img/triangle.jpg"
# desc = "Triangle"
#[[Params.bigimg]]
# src = "img/sphere.jpg"
# desc = "Sphere"
# # position: see values of CSS background-position.
# position = "center top"
#[[Params.bigimg]]
# src = "img/hexagon.jpg"
# desc = "Hexagon"
[Author]
name = "Bruno Pinheiro de Oliveira"
website = "alemdamedia.netlify.com"
email = "brunopinheiro.net@gmail.com"
github = "bruno-pinheiro"
gitlab = "bruno-pinheiro"
stackoverflow = "users/7636176/bruno-pinheiro"
[[menu.main]]
name = "Blog"
url = "post"
weight = 1
[[menu.main]]
name = "Categorias"
url = "categories"
weight = 2
[[menu.main]]
name = "Tags"
url = "tags"
weight = 2
[[menu.main]]
name = "Sobre"
url = "page/sobre/"
weight = 3
# Staticman support
[Params.staticman]
api = "https://dev.staticman.net/v3/entry/github/bruno-pinheiro/alemdamedia/master/comments"
[Params.staticman.recaptcha]
sitekey = "6LcgjZYUAAAAAJt0n7cXGsvcCZz1xFDrtZqqnr"
secret = "PkfMa/imMREzO6Jl12u2Z808E5WfW12mJzbx2I6I+WpxbPC12395G3iFK8qx1GOOIInjaK08qNc+61atgpkjmFKJBD7mKFppgfxJ+Xeeepa3zZGZ6eyYF1DxMryIzN8fRX3vr4C9beoJQ9h9MMQR77zITFiKE2V4faLsFp/hLSI="