Add Native Blog and Info Update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user