Add config example
This commit is contained in:
parent
dcfba17a88
commit
d2d2dfa9ac
|
@ -4,3 +4,4 @@ public
|
||||||
content
|
content
|
||||||
data.json
|
data.json
|
||||||
build
|
build
|
||||||
|
config.json
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"title": "John Doe - Portfolio",
|
||||||
|
"name": "John Doe",
|
||||||
|
"email": "john.doe@example.com",
|
||||||
|
"social": {
|
||||||
|
"github": "github_url",
|
||||||
|
"twitter": "twitter_url",
|
||||||
|
"linkedin": "linkedin_url"
|
||||||
|
},
|
||||||
|
"contentPath": "./content",
|
||||||
|
"renderPath": "./renders",
|
||||||
|
"dataPath": "./src/utils/data.json",
|
||||||
|
"non-content-files": [
|
||||||
|
"about.md", "resume.md"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue