-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
45 lines (40 loc) · 868 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
baseurl = 'http://wilkenrivera.com/'
languagecode = 'en-us'
title = 'my reaction to life in the digital age.'
theme = 'anatole'
[params]
author = 'wilken rivera'
profilepicture = 'images/profile.jpg'
description = """
Writings mostly about my thoughts, learnings,
and journeys taken throughout my life.
"""
[[params.socialicons]]
icon = "fas fa-code"
title = "github"
url = "https://github.com/nywilken"
[[params.socialicons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:hello@wilkenrivera.com"
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
name = "Posts"
weight = 200
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "Talks"
weight = 300
identifier = "talks"
url = "/talks/"
[[menu.main]]
name = "About"
weight = 400
identifier = "about"
url = "/about/"