-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.toml
55 lines (48 loc) · 1.08 KB
/
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
55
baseURL = 'https://csanfilippo.github.io/'
languageCode = 'en-us'
title = 'Calogero Sanfilippo'
theme = "hugo-coder"
enableRobotsTXT = true
[params]
author = "Calogero Sanfilippo"
info = "Senior Software Engineer at Gucci"
description = "Calogero Sanfilippo's personal website"
keywords = "blog,developer,personal"
colorScheme = "auto"
since = "2020"
avatarURL = "images/me.jpeg"
[taxonomies]
category = "categories"
tag = "tags"
# Menu links
[[menu.main]]
name = "About"
weight = 1
url = "about/"
[[menu.main]]
name = "Mobile Apps"
weight = 2
url = "app-index/"
[[menu.main]]
name = "Blog"
weight = 3
url = "posts/"
[[menu.main]]
name = "Libs"
weight = 4
url = "libs-index/"
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 1
url = "https://github.com/csanfilippo/"
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter fa-2x"
weight = 2
url = "https://twitter.com/fripp85/"
[[params.social]]
name = "Linkedin"
icon = "fa fa-linkedin fa-2x"
weight = 2
url = "https://www.linkedin.com/in/calogero-sanfilippo"