-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
49 lines (40 loc) · 939 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
42
43
44
45
46
47
48
49
# Site's base config
baseurl = "//carlosleon.info"
title = "Carlos León"
theme = "herring-cove"
# Google Analytics code
googleanalytics = "UA-77086456-2"
# Disqus short name
disqusshortname = "mongrelion"
# Server-side syntax highlighting config
pygmentscodefences = true
pygmentsstyle = "autumn"
[params]
profilepicture = "/img/profile.jpg"
description = "Cloud Expert"
twitter = "https://twitter.com/mongrelion"
github = "https://github.com/mongrelion"
linkedin = "https://linkedin.com/in/mongrelion"
[[menu.left]]
name = "about"
identifier = "about"
url = "/about/"
weight = -4
[[menu.left]]
name = "blog"
identifier = "blog"
url = "/blog/"
weight = -3
[[menu.left]]
name = "talks"
identifier = "talks"
url = "/talks/"
weight = -2
[[menu.left]]
name = "hang gliding"
identifier = "hg"
url = "/hg/"
weight = -1
[taxonomies]
blog = "blog"
tag = "tags"