-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
41 lines (36 loc) · 999 Bytes
/
config.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
baseurl = "https://xfernando.com/"
languageCode = "en"
theme = "hyde-hyde"
## Hugo Built-in Features
# disqusShortname = "your-disqus-shortname"
googleAnalytics = "UA-115766153-1"
# enableRobotsTXT = true
title = "xfernando"
[params]
author = "Fernando Henrique Calheiros Lopes"
description = "Naming things, invalidating caches and making off-by-1 errors"
authorimage = "/img/avatar.jpg"
dateformat = "Jan 2, 2006"
highlightjs = true
# highlightjsstyle = "github"
# please choose either GraphComment or Disqus
# GraphCommentId = "your-graph-comment-id"
## Social Accounts
[params.social]
github = "xfernando"
# instagram = "<username>"
# xing = "<username>"
linkedin = "xfernando"
twitter = "xfernando_"
email = "[email protected]"
## Main Menu
[[menu.main]]
name = "Posts"
weight = 100
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "About"
identifier = "about"
weight = 200
url = "/about/"