-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
54 lines (46 loc) · 950 Bytes
/
hugo.toml
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
baseURL = 'https://lerico.net/'
languageCode = 'en-hk'
title = 'Hello'
theme = 'anatole'
[params]
title = "Eric Wong"
author = "Eric Wong"
description = """
Full Stack Developer, Automation, Cybersecurity.
"""
profilePicture = "images/profile.jpg"
doNotLoadAnimations = true
reversepagetitle = true
displayMode = "dark"
contentratio = 0.64
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "Linkedin"
url = "https://www.linkedin.com/in/eric-kf-wong/"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:eric@lerico.net"
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
name = "Posts"
weight = 200
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "Projects"
weight = 300
identifier = "projects"
url = "/projects/"
[[menu.main]]
name = "About"
weight = 400
identifier = "about"
url = "/about/"
[permalinks.page]
posts = "/posts/:title"
projects = "/projects/:title"