Update purdy.json (#1529)

This commit is contained in:
Joe Purdy 2021-12-20 18:54:20 -08:00 committed by GitHub
parent 3d1c4943b1
commit b2440cfaf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,13 @@
{
"copyright": "Joe Purdy",
"url": "https://joepurdy.io",
"email": "hello@joepurdy.io",
"copyright": [
{
"name": "Joe Purdy",
"email": "joe@purdy.dev"
}
],
"url": "https://purdy.dev",
"email": "joe@purdy.dev",
"format": "html",
"gravatar": true,
"theme": "material-blue",
"format": "html"
"theme": "ubuntu-mono"
}