-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.yaml
104 lines (98 loc) · 2.78 KB
/
config.yaml
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
98
99
100
101
102
103
104
defaultContentLanguage: "pt"
enableGitInfo: true
enableMissingTranslationPlaceholders: true
enableRobotsTXT: true
disableHugoGeneratorInject: true
disableKinds:
- "taxonomy"
- "taxonomyTerm"
- "RSS"
- "sitemap"
outputs:
section:
- html
- json
googleAnalytics: "UA-116653569-1"
languageCode: "pt-br"
removePathAccents: true
metaDataFormat: "yaml"
security:
funcs:
getenv:
- '^HUGO_'
- "NODE_ENV"
module:
mounts:
-
source: "node_modules/chart.js/dist/"
target: "assets/vendor/chart.js/"
-
source: "node_modules/vue/dist/"
target: "assets/vendor/vue/"
-
source: "node_modules/vue-chartjs/dist/"
target: "assets/vendor/vue-chartjs/"
-
source: "node_modules/vue-resource/dist/"
target: "assets/vendor/vue-resource/"
-
source: "node_modules/wowjs/dist/"
target: "assets/vendor/"
-
source: "assets/"
target: "assets/"
privacy:
googleAnalytics:
anonymizeIP: true
disable: false
respectDoNotTrack: true
useSessionStorage: true
instagram:
disable: false
simple: true
twitter:
disable: false
enableDNT: true
simple: true
vimeo:
disable: false
enableDNT: true
simple: true
youtube:
disable: false
privacyEnhanced: true
services:
twitter:
disableInlineCSS: true
blackfriday:
smartypants: false
params:
cookieDomain: ".pegabot.com.br"
searchLimit: 12
languages:
pt:
languageCode: "pt-br"
baseURL: "https://pegabot.com.br"
languageName: Português
title: Pegabot
params:
siteDescription: "O Pegabot verifica a atividade de uma conta em rede social e dá uma pontuação baseada na probabilidade dessa conta ser um bot. Maiores pontuações são mais bot-like."
tagline: "Por mais transparência no uso de bots"
email: pegabot@itsrio.org
typeform: https://itsrio2.typeform.com/to/uGFw4zDc
ogImage: "/pegabot-fb-img__pt.jpg"
ogTitle: "Descubra se aquele perfil de rede social é bot"
cookieContentHref: "https://www.serpro.gov.br/lgpd/menu/a-lgpd/o-que-muda-com-a-lgpd"
es:
languageCode: "es-mx"
baseURL: "https://es.pegabot.com.br"
languageName: Español
title: AtrapaBot
params:
siteDescription: "El AtrapaBot verifica la actividad de una determinada cuenta en la red social y le atribuye una puntuación basada en la probabilidad de que sea un bot. Las puntuaciones mayores son más bot-like."
tagline: "Por una mayor transparencia en el uso de bots."
email:
typeform: https://itsrio2.typeform.com/to/ucOsl1sP
ogImage: "/es/pegabot-fb-img__es.jpg"
ogTitle: "Descubra las chances de que aquel perfil tan exitoso sea un bot."
cookieContentHref: "https://www.serpro.gov.br/lgpd/menu/a-lgpd/o-que-muda-com-a-lgpd"