-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
68 lines (54 loc) · 1.49 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
baseURL = "https://www.theautomatedtester.co.uk"
languageCode = "en-us"
title = "David Burns - AutomatedTester"
theme = "hugo-coder"
publishDir = "docs"
googleAnalytics = "UA-1089177-5"
[params]
author = "David Burns"
info = "Open Sourcer, Engineer, and Engineering Manager"
description = "David Burns - Engineer"
keywords = "blog,developer,personal,selenium,automation,browsers,interoperability"
avatarurl = "img/David-Burns-Headshot.jpg"
favicon_32 = "/images/favicon-32x32.png"
favicon_16 = "/images/favicon-16x16.png"
footercontent = "Engineering Effectiveness Nerd"
hidecredits = false
hidecopyright = false
rtl = false
math = true
custom_css = []
# Social links
[[params.social]]
name = "Github"
icon = "fa fa-github"
weight = 1
url = "https://github.com/automatedtester/"
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter"
weight = 2
url = "https://twitter.com/automatedtester/"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-linkedin"
weight = 2
url = "https://linkedin.com/in/automatedtester/"
[[params.social]]
name = "Mastodon"
icon = "fa fa-mastodon"
weight = 2
url = "https://mastodon.social/@automatedtester"
# Menu links
[[menu.main]]
name = "Blog"
weight = 1
url = "/blog/"
[[menu.main]]
name = "About"
weight = 2
url = "/about/"
[[menu.main]]
name = "Twitch"
weight = 3
url = "https://streamlabs.com/automatedtester#social-reach"