-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
55 lines (54 loc) · 1.11 KB
/
hugo.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
baseURL: https://www.luanfelipe.com/
languageCode: pt-BR
theme: raditian-style
title: Luan Felipe
params:
plugins:
css:
- URL: "css/main.css"
- URL: css/rad-icons.css
- URL: css/custom.css
js:
- URL: js/rad-animations.js
- URL: js/sticky-header.js
- URL: js/library/fontfaceobserver.js
sections:
- showcase
- about
- education
- experience
- client-and-work
- testimonial
- contact
- newsletter
googleTagManagerID: GTM-000000
logo:
text1: Luan
text2: Felipe
footer:
copyright: © Luan Felipe. All rights reserved.
radity_logo:
x: img/general/design-and-code-radity.png
_2x: img/general/[email protected]
alt: Design & Code - Radity
menu:
header:
- name: About
URL: "#about"
weight: 2
- name: Portfolio
URL: "#portfolio"
weight: 3
- name: Contact
URL: "#contact"
weight: 4
footer:
- name: About
URL: "#about"
weight: 2
- name: Portfolio
URL: "#portfolio"
weight: 3
- name: Contact
URL: "#contact"
weight: 4