-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yml
87 lines (87 loc) · 2.41 KB
/
hugo.yml
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
baseURL: "https://blog.lbenicio.dev"
languageCode: en-us
title: Leonardo Benicio
description: >-
A minimal website/blog by leonardo benicio. It is a simple and clean homepage/blog
where i showcase my work and write about my
experiences.
theme: minimalist-simple-dev-theme
paginate: 100
enableRobotsTXT: true
menus:
main:
- name: Home
url: "https://lbenicio.dev/"
weight: 10
pre: fas fa-home
- name: About me
url: "https://lbenicio.dev/aboutme"
weight: 20
pre: fas fa-address-card
- name: Contact
url: "https://lbenicio.dev/contact"
weight: 30
pre: fas fa-envelope-open
- name: Articles
url: /
weight: 40
pre: fas fa-comment-alt
params:
analytics:
google: G-TZ4BSC3K2P
author: Leonardo Benicio
email: hello@lbenicio.dev
blogURL: https://blog.lbenicio.dev
SubscribeURL: https://api.mail.lbenicio.dev
SubscribeListId: 3
SubscribeMethod: POST
social:
twitter:
username: lbenicio_
instance: twitter.com
icon: fab fa-twitter
visible: true
github:
username: lbenicio
instance: github.com
icon: fab fa-github
visible: true
linkedin:
username: in/leonardo-benicio
instance: linkedin.com
icon: fab fa-linkedin-in
visible: true
mastodon:
username: "@lbenicio"
instance: mastodon.social
visible: false
icon: fab fa-mastodon
reddit:
username: u/lbenicio
instance: reddit.com
visible: false
icon: fab fa-reddit
instagram:
username: lbenicio_
instance: instagram.com
visible: false
icon: fab fa-instagram
youtube:
username: "@lbenicio"
instance: youtube.com
visible: false
icon: fab fa-youtube
bluesky:
username: profile/lbenicio.bsky.social
instance: bsky.app
visible: false
icon: fa-brands fa-bluesky
buyMeACoffee:
username: lbenicio
instance: buymeacoffee.com
visible: false
icon: fa fa-coffee
module:
hugoVersion:
extended: false
min: 0.116.0