We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbb3d2 commit d0c45a6Copy full SHA for d0c45a6
src/types/gitforgeConfig.ts
@@ -32,7 +32,7 @@ export interface GitforgeConfig {
32
featuredRepos?: string[]
33
listedRepo?: ListedRepoConfig
34
/** Active portfolio template (optional, defaults to "threejs"). */
35
- template?: 'minimal' | 'classic' | 'bento' | 'hacker' | 'netflix' | 'threejs'
+ template?: 'minimal' | 'classic' | 'bento' | 'hacker' | 'netflix' | 'threejs' | 'minecraft'
36
hero?: HeroConfig
37
customLinks?: CustomLink[]
38
// Search bar in navbar (defaults to true when omitted)
0 commit comments