New blog and homepage focus
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m43s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m43s
This commit is contained in:
16
src/types.ts
16
src/types.ts
@@ -105,9 +105,25 @@ export interface PersonalInfo {
|
||||
};
|
||||
tagline: string;
|
||||
description?: string;
|
||||
currentFocus?: {
|
||||
label: string;
|
||||
style:
|
||||
| "primary"
|
||||
| "secondary"
|
||||
| "accent"
|
||||
| "neutral"
|
||||
| "info"
|
||||
| "success"
|
||||
| "warning"
|
||||
| "error";
|
||||
}[];
|
||||
}
|
||||
|
||||
export interface HomepageSections {
|
||||
currentFocus: {
|
||||
title: string;
|
||||
description?: string;
|
||||
};
|
||||
socialLinks: {
|
||||
title: string;
|
||||
description?: string;
|
||||
|
||||
Reference in New Issue
Block a user