-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
44 lines (35 loc) · 828 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
baseURL = "https://tpackard1.github.io/"
languageCode = "en-us"
title = "Taylor Packard's Blog"
theme = "m10c"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
pre = "<i class='fa fa-heart'></i>"
url = "/about/"
weight = 10
[[menu.main]]
identifier = "posts"
name = "Posts"
post = "<i class='fa fa-heart'></i>"
url = "/posts/"
weight = 20
[menu.main.params]
class = 'highlight-menu-item'
[params]
author = "Taylor Packard"
description = "A blog about by tech journey."
[[params.social]]
icon = "github"
name = "GitHub"
url = "https://github.com/tpackard1"
[[params.social]]
icon = "mail"
name = "Email"
url = "mailto:[email protected]"