-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
76 lines (66 loc) · 1.67 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
languageCode: "pt-br"
baseUrl: "https://vfcardoso.dev"
title: "Vinícius Cardoso - Blog pessoal"
paginate: 10
# disqusShortname: "yourdiscussshortname"
# googleAnalytics: "G-12345"
enableRobotsTXT: true
enableEmoji: true
module:
imports:
- path: github.com/Mitrichius/hugo-theme-anubis
menu:
main:
- identifier: about
name: Sobre mim
title: Sobre mim
url: /about/
weight: 1
- identifier: "contact"
name: Contato
title: Contato
url: "/contact/"
weight: 2
- identifier: archive
name: Arquivo
title: Arquivo
url: /posts/
weight: 3
taxonomies:
category: "categories"
tag: "tags"
author:
name: "Vinícius Cardoso"
params:
author: "Vinícius Cardoso"
email: me@vfcardoso.dev # used for microformats
avatar: "/images/avatar.jpg" # used for microformats
description: "Uma pequena coleção de ideias simples."
# Uncomment if you need this
# images:
# - images/og-featured.png # relative path to "static" directory
customCSS:
- css/overrides.css # relative path to "assets" directory (don't use main.css filename)
# customJS:
# - js/main.js # relative path to "assets" directory
dateFormat: "2006-01-02"
paginationSinglePost: true
style: dark-without-switcher
readMore: false # show read more button
readNextPosts: 0 # show 5 related posts, 0 by default
disableSummary: false
copyCodeButton: true # true by default
rssAsSocialIcon: true
social:
- id: github
name: vfcardoso-dev
- id: linkedin
name: vfcardoso
- id: mastodon
url: "https://bolha.us/@vfcardoso"
icon: "mastodon"
rel: "me"
markup:
goldmark:
renderer:
unsafe: true # enable raw HTML in Markdown