-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
70 lines (60 loc) · 1.54 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
title = "BEAM Mignon"
baseURL = "https://beam-mignon.netlify.com/"
languageCode = "pt-br"
theme = ["base", "ananke"]
DefaultContentLanguage = "pt-br"
copyright = "https://creativecommons.org/licenses/by/4.0/"
enableRobotsTXT = true
Paginate = 15
SectionPagesMenu = "main"
googleAnalytics = "G-N5XGVVW1P7"
[languages]
[languages.pt-br]
languageName = "Brazilian Portuguese"
weight = 1
[languages.en]
languageName = "English"
weight = 2
[params]
show_reading_time = true
favicon = ""
description = "A blog about Erlang and Elixir ecosystem."
facebook = ""
twitter = "https://twitter.com/joaohf"
instagram = ""
youtube = ""
github = "https://github.com/joaohf/"
gitlab = ""
linkedin = "https://www.linkedin.com/in/joão-henrique-freitas"
mastodon = ""
rss = "https://beam-mignon.netlify.app/feed.xml"
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
featured_image = "/images/stockholm.jpg"
recent_posts_number = 100
[author]
name = "João Henrique Ferreira de Freitas"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[related]
threshold = 80.0
includeNewer = true
toLower = false
[[related.indices]]
name = "series"
weight = 100.0
[[related.indices]]
name = "tags"
weight = 110.0
[[related.indices]]
name = "date"
weight = 10.0
[outputs]
home = [ "RSS", "HTML"]
section = ["HTML"]
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "feed"