-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
30 lines (25 loc) · 914 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
theme = "lynx"
title = "Stephen Walsh"
languageCode = "en-au"
baseUrl = "https://stphnwlsh.github.io"
googleAnalytics = "G-NZ7C1P4YT0"
enableEmoji = true
disableKinds = ["taxonomy", "term"]
[author]
image = "profile.png"
alternative = "Stephen Walsh | Husband | Father | Software Engineer | Learner | Leader"
links = [
{ github = "https://github.com/stphnwlsh" },
{ medium = "https://medium.com/@stphnwlsh" },
{ githubsponsor = { href = "https://github.com/sponsors/stphnwlsh", text = "GitHub Sponsor" } },
{ linkedin = "https://www.linkedin.com/in/stphnwlsh" },
{ nuget = { href = "https://www.nuget.org/profiles/stphnwlsh", text = "NuGet" } },
]
[markup.highlight]
noClasses = false
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
keywords = "stphnwlsh,stephen,walsh,software,engineer,developer,profile,blogger,learner,leader"
robots = "index,follow"