Website Update

This commit is contained in:
2026-02-01 13:14:14 -05:00
parent 0bfc7a9e7a
commit 5244522239
7 changed files with 184 additions and 113 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ export {
} from './theme';
// Content: projects, models, hackathon cards
export type { Project, Model3D, Card } from './content';
export { projects, models, cards, sortedCards } from './content';
export type { OpenSourceProject, PackageProject, Model3D, Card } from './content';
export { openSourceProjects, packageProjects, models, cards, sortedCards } from './content';
// Terminal settings, TUI styling, speed presets, model viewer, particles, shortcuts
export type { SpeedPreset, TerminalSettings } from './terminal';