namesny-com/config/config.example.json

17 lines
367 B
JSON

{
"title": "John Doe - Portfolio",
"name": "John Doe",
"email": "john.doe@example.com",
"social": {
"github": "github_url",
"twitter": "twitter_url",
"linkedin": "linkedin_url"
},
"baseUrl": "example.com",
"contentPath": "./content",
"storage": "file",
"specialFiles": [
"about.md", "resume.md"
]
}