feat: add portfolio site
This commit is contained in:
parent
8090f62f1e
commit
4a6d765c86
80 changed files with 3891 additions and 1248 deletions
|
@ -7,7 +7,7 @@ import parseMarkdown from "../parseMarkdown"
|
|||
import parsePost from "./parsePost"
|
||||
import parseSeries from "./parseSeries"
|
||||
import parseUnsearchable from "./parseUnsearchable"
|
||||
import parsePortfolio from "./parsePortfolio"
|
||||
import parseProjects from "./parseProjects"
|
||||
|
||||
import { ParseMode } from "../types/types"
|
||||
|
||||
|
@ -102,7 +102,7 @@ function parseFile(mode: ParseMode, path: string): void {
|
|||
break
|
||||
|
||||
case ParseMode.PORTFOLIO:
|
||||
parsePortfolio(dataToPass)
|
||||
parseProjects(dataToPass)
|
||||
break
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue