-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
81 lines (64 loc) · 1.72 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
baseURL = "/austinsmart.github.io/austinsmart.com/"
languageCode = "en-us"
title = "Austin Smart"
theme = "coder"
languagecode = "en"
paginate = 20
canonifyurls = true
pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params]
author = "Austin Smart"
description = "Austin Smart's personal website"
keywords = "developer,personal"
info = "Systems Engineer with a focus on Cloud Technologies"
avatarurl = "images/avatar.jpeg"
footercontent = "Stay Curious!"
dateformat = "January 2, 2006"
hideCredits = true
hideCopyright = true
rtl = false
# Custom CSS
custom_css = []
[[params.social]]
name = "Github"
icon = "fab fa-github"
weight = 1
url = "https://github.com/austinsmart/"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-linkedin"
weight = 4
url = "https://www.linkedin.com/in/AustinSmart/"
[[params.social]]
name = "Instagram"
icon = "fab fa-instagram"
weight = 5
url = "https://instagram.com/austinsmart"
[[menu.main]]
name = "About"
weight = 2
url = "/about"
[[menu.main]]
name = "Contact me"
weight = 5
url = "/contact"
[languages]
[languages.en]
languagename = "English"
title = "Austin Smart"
[languages.en.params]
author = "Austin Smart"
description = "Austin Smart's personal website"
keywords = "developer,personal"
info = "Systems Engineer with a focus on Cloud Technologies"
[languages.en.menu]
[[languages.en.menu.main]]
name = "About"
weight = 1.0
url = "/about"
[[languages.en.menu.main]]
name = "Contact me"
weight = 5
url = "/contact"