Add basic author config

This commit is contained in:
Charlotte Allen 2020-01-27 23:58:10 -08:00
parent d7647824b1
commit d26ee9923d
No known key found for this signature in database
GPG Key ID: 3A64C3A6C69860B0
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ profiles.clj
/log
*.swp
resources/posts/
/resources/author/

View File

@ -0,0 +1,8 @@
{
:first-name nil
:family-name nil
:rel-me []
:job-title nil
:org nil
:photo nil
}