-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
38 lines (36 loc) · 987 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
baseURL = "https://wperron.io/"
languageCode = "en-us"
title = "William Perron"
author = "William Perron"
theme = "vitae"
uglyURLs = true
enableRobotsTXT = true
copyright = "© Copyright 2020-2023, William Perron"
[params]
avatar = "/img/profile-small.jpg"
subtitle = "Head in the clouds."
[[params.social]]
name = "GitHub"
icon = "fab fa-github fa-1x"
url = "https://github.com/wperron"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter fa-1x"
url = "https://twitter.com/_wperron"
[[params.social]]
name = "Mastodon"
icon = "fab fa-mastodon fa-1x"
url = "https://mastodon.social/@wperron"
rel = "me"
[[params.social]]
name = "Resume"
icon = "fas fa-file-pdf fa-1x"
url = "https://docs.google.com/document/d/1s_cgwmFCmdYNhRfoymIbhstupZUUe13jfn0aW5bwcrQ/edit?usp=sharing"
[[menu.main]]
name = "About"
url = "/about.html"
weight = -110
[[menu.main]]
name = "Posts"
url = "/posts.html"
weight = -100