-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
50 lines (42 loc) · 1.07 KB
/
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
42
43
44
45
46
47
48
49
50
baseURL = "/"
languageCode = "en-us"
title = "Antonio Lignan's blog"
theme = "ghostwriter"
copyright = "Antonio Lignan, All rights reserved - Opinions are my own"
[Author]
name = "Antonio Lignan"
[Taxonomies]
tag = "tags"
category = "categories"
[Params]
intro = true
headline = "From Kirk to Picard"
description = "Or, how I went from developer to manager (and trying to go back!)"
github = "https://github.com/alignan"
linkedin = "https://www.linkedin.com/in/antonio-liñán-colina-73566229"
twitter = "https://twitter.com/4Li6NaN"
email = "[email protected]"
opengraph = true
shareTwitter = true
shareLinkedIn = true
dateFormat = "Mon, Jan 2, 2006"
highlightJsUrl = ""
highlightJsLocalUrl = ""
[Permalinks]
blog = "/:year/:month/:day/:filename/"
[[menu.main]]
name = "Blog"
url = "/"
weight = 1
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
[[menu.main]]
name = "CV"
url = "/cv"
weight = 4