This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
97 lines (81 loc) · 2.05 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
baseUrl = "https://ew.dev.br/"
title = "Eduardo Weiland"
theme = "hugo-coder"
paginate = 20
languageCode = "pt-br"
defaultContentLanguage = "pt-br"
pygmentsStyle = "dracula"
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
[params]
author = "Eduardo Weiland"
info = "Fullstack Web Developer & Maker"
description = "Blog de Eduardo Weiland"
keywords = "blog,home,portfolio,personal,developer,maker"
since = 2011
avatarUrl = "images/avatar.png"
favicon_32 = "images/favicon32.png"
favicon_16 = "images/favicon16.png"
colorScheme = "auto"
dateFormat = "Jan 2, 2006"
customCSS = ["css/custom.css"]
[[params.social]]
name = "GitHub"
icon = "fa fa-github"
weight = 1
url = "https://github.com/eduardoweiland/"
rel = "me"
[[params.social]]
name = "GitLab"
icon = "fa fa-gitlab"
weight = 2
url = "https://gitlab.com/eduardoweiland/"
rel = "me"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-linkedin"
weight = 3
url = "https://www.linkedin.com/in/eduardoweiland/"
rel = "me"
[[params.social]]
name = "Mastodon"
icon = "fa fa-mastodon"
weight = 4
url = "https://bolha.us/@ew"
rel = "me"
[[params.social]]
name = "DEV Community"
icon = "fa fa-dev-to"
weight = 5
url = "https://dev.to/eduardoweiland"
rel = "me"
[[params.social]]
name = "RSS"
icon = "fa fa-rss"
weight = 99
url = "/index.xml"
rel = "alternate"
type = "application/rss+xml"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
[permalinks]
posts = "/posts/:year/:month/:filename/"
[[menu.main]]
name = "Blog"
weight = 1
url = "posts/"
# Content-Security-Policy
[params.csp]
childsrc = ["'self'"]
fontsrc = ["'self'"]
formaction = ["'self'"]
framesrc = ["'self'"]
imgsrc = ["'self'"]
objectsrc = ["'none'"]
stylesrc = [ "'self'", "'unsafe-inline'"]
scriptsrc = ["'self'", "'unsafe-inline'"]
prefetchsrc = ["'self'"]
connectsrc = ["'self'"]