-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
76 lines (68 loc) · 1.64 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
baseurl = "/"
title = "Ryan Schuller"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
paginate = 8
canonifyurls = true
pygmentsstyle = "bw"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
disqusShortname = "yourdiscussshortname"
[params]
author = "Ryan Schuller"
info = "Software Engineer & Designer"
description = "Software Engineer & Designer based in London."
keywords = "blog,software,developer,engineer,personal,graphic,design,web"
avatarurl = "ryan.jpeg"
hidecredits = true
hidecopyright = true
rtl = false
math = true
# Social links
[[params.social]]
name = "Github"
icon = "fab fa-github fa-2x"
weight = 1
url = "https://github.com/ryanT5/"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-linkedin"
weight = 2
url = "https://www.linkedin.com/in/ryan-schuller/"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter"
weight = 3
url = "https://twitter.com/_ryanschuller"
#[[params.social]]
# name = "LinkedIn"
# icon = "fab fa-dribbble"
# weight = 3
# url = "https://www.linkedin.com/in/ryan-schuller/"
#[[params.social]]
# name = "LinkedIn"
# icon = "fab fa-behance"
# weight = 4
# url = "https://www.linkedin.com/in/ryan-schuller/"
# Menu links
[[menu.main]]
name = "About"
weight = 1
url = "/about/"
[[menu.main]]
name = "Projects"
weight = 2
url = "/projects/"
#[[menu.main]]
# name = "Practice"
# weight = 3
# url = "/practice/"
#[[menu.main]]
# name = "Blog"
# weight = 3
# url = "/posts/"
#[[menu.main]]
# name = "Contact"
# weight = 4
# url = "/contact/"