namesny-com/config/config.example.json

17 lines
367 B
JSON
Raw Normal View History

2019-09-28 10:22:21 +00:00
{
"title": "John Doe - Portfolio",
"name": "John Doe",
"email": "john.doe@example.com",
"social": {
"github": "github_url",
"twitter": "twitter_url",
"linkedin": "linkedin_url"
},
2019-10-19 20:03:31 +00:00
"baseUrl": "example.com",
2019-09-28 10:22:21 +00:00
"contentPath": "./content",
"storage": "file",
2020-05-23 14:39:33 +00:00
"specialFiles": [
2019-09-28 10:22:21 +00:00
"about.md", "resume.md"
]
}