feat: add resume
This commit is contained in:
parent
37b8f3fec4
commit
5d8a649a01
11 changed files with 50 additions and 3 deletions
|
@ -8,7 +8,12 @@
|
|||
|
||||
import fs from "fs"
|
||||
|
||||
import { mapFilePath, markdownPath, portfolioFilePath } from "./config"
|
||||
import {
|
||||
mapFilePath,
|
||||
markdownPath,
|
||||
portfolioFilePath,
|
||||
resumeFilePath,
|
||||
} from "./config"
|
||||
import {
|
||||
fillTags,
|
||||
generatePortfolioSVGs,
|
||||
|
@ -75,6 +80,7 @@ async function main() {
|
|||
* Save results
|
||||
*/
|
||||
|
||||
fs.copyFileSync("resume/resume.pdf", resumeFilePath)
|
||||
fs.writeFileSync(mapFilePath, JSON.stringify(contentMap))
|
||||
fs.writeFileSync(
|
||||
portfolioFilePath,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue