-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
73 lines (57 loc) · 1.22 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
baseURL = 'https://swsmith.cc/'
languageCode = 'en-us'
title = "Sean Smith 🚀"
uglyurls = true
# theme
theme="archie"
# google analytics
googleAnalytics = "G-3HSS44JHGS"
# disqus comments
disqusShortname = "swsmith-cc"
[params]
subtitle = "Blog that's mostly made up with my [Github Gists](https://gist.github.com/sean-smith)"
og_image = "/img/sean.jpg"
customJS = ['js/section-link.js']
customcss = ['css/button.css']
# Social Tags
[[params.social]]
name = "GitHub"
icon = "github"
url = "https://github.com/sean-smith"
[[params.social]]
name = "Twitter"
icon = "twitter"
url = "https://twitter.com/seanwssmith/"
[[params.social]]
name = "Instagram"
icon = "instagram"
url = "https://instagram.com/seanfliesthings"
[[params.social]]
name = "LinkedIn"
icon = "linkedin"
url = "https://www.linkedin.com/in/seanwssmith/"
[[params.social]]
name = "Email"
icon = "mail"
url = "mailto:sean@swsmith.cc"
# Main menu Items
[[menu.main]]
name = "Posts"
url = "/posts.html"
weight = 1
[[menu.main]]
name = "About"
url = "/about.html"
weight = 2
[[menu.main]]
name = "Bucket List"
url = "/bucketlist.html"
weight = 3
[[menu.main]]
name = "Websites"
url = "/websites.html"
weight = 4
[[menu.main]]
name = "Slides"
url = "/slides.html"
weight = 5