Last active
June 17, 2019 22:47
-
-
Save cokeSchlumpf/c33c90e9fc4ac8573bec2ff8ff411f4b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Blog Title", | |
"dateFormat": "MMMM DD, YYYY", | |
"postPerPage": 3, | |
"description": "This is a sample blog template. You may not define any description at all. But, you can do here...", | |
"topics": [ | |
"topic-a", | |
"topic-b", | |
"topic-c" | |
], | |
"social": { | |
"twitter": "someTwitterHandle", | |
"linkedin": "https://www.linkedin.com/in/some-name-0000000" | |
}, | |
"analyticsId": "UA-00000-000", | |
"disqusId": "pushed-to" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment