-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
71 lines (60 loc) · 1.62 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
archetypeDir: "archetypes"
contentDir: "content"
layoutDir: "layouts"
publishDir: "public"
dataDir: "data"
staticDir: "static"
taxonomies:
tag: "tags"
category: "categories"
authors: "authors"
disqusShortname: "cercal-io"
defaultExtension: "html"
metaDataFormat: "yaml"
googleAnalytics: "G-S1125GQLTK"
pygmentsUseClasses: true
pygmentsCodeFences: true
pygmentsOptions: "linenos=true"
languageCode: "pt"
defaultContentLanguage: "pt"
defaultContentLanguageInSubdir: false
enableMissingTranslationPlaceholders: false
languages:
en:
title: "jpcercal.com"
locale: "en"
description: "High quality and variety of subjects, including tips from programming to lifestyle but written in our style and we are not talking about CSS."
pt:
title: "jpcercal.com"
locale: "pt"
description: "Alta qualidade e variedade de assuntos, incluindo desde dicas de programação à estilo de vida, mas no nosso estilo e não estamos falando de CSS."
rssLimit: 15
paginate: 10
paginatePath: "page"
permalinks:
posts: /:slug/
authors: /authors/:slug/
stepAnalysis: true
noChmod: false
noTimes: false
buildFuture: false
buildExpired: false
relativeURLs: false
canonifyURLs: false
logFile: "hugo.log"
log: true
verbose: false
verboseLog: true
disablePathToLower: false
watch: true
enableRobotsTXT: true
disableHugoGeneratorInject: true
enableEmoji: false
footnoteAnchorPrefix: ""
footnoteReturnLinkContents: ""
ignoreFiles:
- "Thumbs\\.db$"
- "\\.DS_Store$"
- "\\.log$"
- "\\.lock$"
- "\\.sw?$"