panda-portfolio
Version:
A npm package for building single page personal websites for github.
14 lines (12 loc) • 363 B
JavaScript
// we need to add the '\\' everywhere as we want "\${something}" otherwise we are getting only ${something}
module.exports = () => {
return `
],
template: \`{
"theme": "` + '\\' + `\${theme}",
"name": "` + '\\' + `\${name}",
"profilePhoto": "` + '\\' + `\${pictureDir}",
"resumeLink": "` + '\\' + `\${resumeLink}",
"about": [
`
}