We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b177f9c + e2b6014 commit 6cf543eCopy full SHA for 6cf543e
1 file changed
src/types/gitforgeConfig.ts
@@ -32,7 +32,7 @@ export interface GitforgeConfig {
32
featuredRepos?: string[]
33
listedRepo?: ListedRepoConfig
34
/** Active portfolio template (optional, defaults to "hacker"). */
35
- template?: 'minimal' | 'classic' | 'bento' | 'hacker' | 'netflix'
+ template?: 'minimal' | 'classic' | 'bento' | 'hacker' | 'netflix' | 'threejs'
36
/** Global font family for the site (optional, defaults to system). */
37
fontFamily?: 'system' | 'ubuntu' | 'comic-sans' | 'inter' | 'roboto'
38
hero?: HeroConfig
0 commit comments