-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
19 lines (19 loc) · 811 Bytes
/
config.json
File metadata and controls
19 lines (19 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"baseURL": "https://nullzero.io/",
"languageCode": "en-us",
"title": "NullZero.io",
"theme": "hugo_theme_pickles",
"params": {
"paginate": 5,
"twitter": "vScripter",
"github": "vScripter",
"linkedin":"kevinmkirkpatrick",
"subtitle": "A virtual bitbucket of ramblings about automation, data center and cloud technology.",
"favicon": "/public/favicon.ico",
"avatar":"/public/avatar.png",
"ga_api_key": "UA-105779477-1",
"author": "Kevin Kirkpatrick",
"contact": "mailto:kevin@nullzero.io",
"bio": "Enterprise Architect for a large Federal Systems Integrator, primarily focusing on Automation, Cloud & SDN solutions. I also maintain and contribute to a number of open-source PowerShell projects."
}
}