Add Native Blog and Info Update

This commit is contained in:
2026-07-19 22:01:57 -04:00
parent 6cfce40e54
commit f315981cbc
55 changed files with 1969 additions and 247 deletions
+5 -3
View File
@@ -26,9 +26,9 @@ export {
animations
} from './theme';
// Content: projects, models, experience, hackathon cards
export type { OpenSourceProject, PackageProject, Model3D, Experience, Card } from './content';
export { openSourceProjects, packageProjects, models, experience, cards, sortedCards } from './content';
// Content: projects, models, experience, research, hackathon cards
export type { OpenSourceProject, PackageProject, Model3D, Experience, ResearchItem, Card } from './content';
export { openSourceProjects, packageProjects, models, experience, researchItems, cards, sortedCards } from './content';
// Terminal settings, TUI styling, speed presets, model viewer, particles, shortcuts
export type { SpeedPreset, TerminalSettings } from './terminal';
@@ -53,6 +53,7 @@ export { navigation, site, pageMeta } from './navigation';
// ============================================================================
// Use (&color)text(&) syntax in terminal content for colored text
// Use (&icon, iconName) syntax for inline icons
// Use (&icon, iconName, size) to set a custom icon size in pixels
//
// Available colors:
// red, green, yellow, blue, magenta, cyan, white, gray, orange, pink
@@ -71,6 +72,7 @@ export { navigation, site, pageMeta } from './navigation';
// "(&error)Failed(&) - (&success)Passed(&)" -> multiple colors
// "(&icon, mdi:github) GitHub" -> inline GitHub icon
// "Check (&icon, mdi:check) Done" -> inline check icon
// "(&icon, mdi:trophy, 32) Winner" -> bigger trophy icon (32px)
// ============================================================================
// HELPER FUNCTIONS