chore: complete 582e15d
This commit is contained in:
parent
966cb65d08
commit
464b7abf4a
2 changed files with 1 additions and 8 deletions
|
@ -6,4 +6,3 @@ export const iconsDirectoryPath = `${outPath}/icons`
|
|||
export const mapFilePath = `${outPath}/map.json`
|
||||
export const portfolioFilePath = `${outPath}/portfolio.json`
|
||||
export const searchIndexFilePath = `${outPath}/search.json`
|
||||
export const resumeFilePath = `${outPath}/resume.pdf`
|
||||
|
|
|
@ -8,12 +8,7 @@
|
|||
|
||||
import fs from "fs"
|
||||
|
||||
import {
|
||||
mapFilePath,
|
||||
markdownPath,
|
||||
portfolioFilePath,
|
||||
resumeFilePath,
|
||||
} from "./config"
|
||||
import { mapFilePath, markdownPath, portfolioFilePath } from "./config"
|
||||
import { fillTags, parseSeries, sortDates } from "./postProcess"
|
||||
import { recursiveParse } from "./recursiveParse"
|
||||
import { saveIndex } from "./searchIndex"
|
||||
|
@ -74,7 +69,6 @@ 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