{"id":31351693,"url":"https://github.com/pelagornis/starlight-theme-page","last_synced_at":"2026-04-18T10:19:23.570Z","repository":{"id":309180183,"uuid":"953807101","full_name":"pelagornis/starlight-theme-page","owner":"pelagornis","description":"Starlight theme for Pelagornis Docs","archived":false,"fork":false,"pushed_at":"2025-08-25T11:30:43.000Z","size":557,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-25T11:57:58.980Z","etag":null,"topics":["astrojs","npm","page","pelagornis","starlight","typescript"],"latest_commit_sha":null,"homepage":"https://pelagornis-page.netlify.app/","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pelagornis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-24T05:31:59.000Z","updated_at":"2025-09-05T16:37:28.000Z","dependencies_parsed_at":"2025-08-10T11:55:38.930Z","dependency_job_id":"dd56c553-6ee6-48cd-a999-59c2e36df5f9","html_url":"https://github.com/pelagornis/starlight-theme-page","commit_stats":null,"previous_names":["pelagornis/starlight-theme-page"],"tags_count":6,"template":false,"template_full_name":"pelagornis/github-template","purl":"pkg:github/pelagornis/starlight-theme-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelagornis%2Fstarlight-theme-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelagornis%2Fstarlight-theme-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelagornis%2Fstarlight-theme-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelagornis%2Fstarlight-theme-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pelagornis","download_url":"https://codeload.github.com/pelagornis/starlight-theme-page/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelagornis%2Fstarlight-theme-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277015354,"owners_count":25745572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-26T02:00:09.010Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astrojs","npm","page","pelagornis","starlight","typescript"],"created_at":"2025-09-26T12:10:13.012Z","updated_at":"2025-09-26T12:10:13.673Z","avatar_url":"https://github.com/pelagornis.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"/assets/page-dark.svg\" alt=\"\" align=\"left\" width=\"40\" height=\"40\"\u003e Starlight Theme Page\n\n\u003e A modern, elegant Starlight theme with enhanced UX and beautiful animations\n\n![Official](https://badge.pelagornis.com/official.svg)\n[![npm version](https://img.shields.io/npm/v/@pelagornis/page.svg)](https://www.npmjs.com/package/@pelagornis/page)\n[![license](https://img.shields.io/npm/l/@pelagornis/page.svg)](https://github.com/pelagornis/starlight-theme-page/blob/main/LICENSE)\n[![stars](https://img.shields.io/github/stars/pelagornis/starlight-theme-page.svg)](https://github.com/pelagornis/starlight-theme-page)\n\n## ✨ Features\n\n### 🎨 Modern Design System\n\n- **Light/Dark Mode**: Seamless theme switching with smooth transitions\n- **Gradient Effects**: Subtle gradients and visual depth throughout\n- **Glass Morphism**: Beautiful glass effects and blur backgrounds\n\n### 🚀 Enhanced User Experience\n\n- **Smooth Animations**: 60fps transitions and micro-interactions\n- **Responsive Design**: Perfect experience across all devices\n- **Accessibility**: WCAG compliant with screen reader support\n- **Performance**: Optimized CSS with GPU acceleration\n\n### 🎯 Component Enhancements\n\n- **Header**: Sticky navigation with glass effects and gradient backgrounds\n- **ThemeSelect**: Animated theme toggle with rotation effects\n- **Navigation**: Hover effects, active states, and badge system\n- **Search**: Modern modal with blur backdrop and enhanced UX\n- **Sidebar**: Smooth animations and improved navigation\n- **Mobile Menu**: Touch-friendly interface with hamburger animations\n\n## 🛠 Quick Start\n\n### Installation\n\n```bash\nnpm install @pelagornis/page\n```\n\n### Basic Configuration\n\n```js\n// astro.config.mjs\nimport { defineConfig } from \"astro/config\";\nimport starlight from \"@astrojs/starlight\";\nimport pagePlugin from \"@pelagornis/page\";\n\nexport default defineConfig({\n  integrations: [\n    starlight({\n      plugins: [pagePlugin()],\n      title: \"My Documentation\",\n      // Add your Starlight configuration here\n    }),\n  ],\n});\n```\n\n### Add Styles\n\n```css\n/* src/styles/global.css */\n@import \"@pelagornis/page/styles\";\n```\n\n## 🎨 Customization\n\n### Color System\n\nThe theme uses a modern HSL-based color system for easy customization:\n\n```css\n:root {\n  --page-primary: hsl(222.2, 84%, 4.9%);\n  --page-accent: hsl(210, 40%, 92%);\n  --page-background: hsl(0, 0%, 100%);\n  --page-foreground: hsl(222.2, 84%, 4.9%);\n  /* More color variables available */\n}\n```\n\n### Advanced Configuration\n\n```js\npagePlugin({\n  navigation: [\n    { href: \"/guides/\", label: \"Guides\" },\n    { href: \"/api/\", label: \"API\", badge: \"New\" },\n  ],\n  // Customize theme colors, animations, and more\n});\n```\n\n## 🚀 Complete Feature Set\n\n### ✅ Fully Overridden Components\n\n| Component            | Features                                               |\n| -------------------- | ------------------------------------------------------ |\n| **Header**           | Sticky navigation, glass effects, gradient backgrounds |\n| **Hero**             | Animated backgrounds, floating elements, gradient text |\n| **Sidebar**          | Modern styling, hover effects, animated expansion      |\n| **Footer**           | Transparent design, link hover effects, social icons   |\n| **ThemeSelect**      | Rotation animations, glass effects, smooth transitions |\n| **Search**           | Blur backgrounds, modern modal, enhanced input fields  |\n| **Navigation**       | Hover effects, active states, badge system             |\n| **SocialIcons**      | Platform colors, stagger animations, 3D effects        |\n| **MobileMenu**       | Hamburger animations, touch-friendly interface         |\n| **TwoColumnContent** | Enhanced TOC, sticky sidebar, scroll tracking          |\n| **MarkdownContent**  | Typography improvements, code styling, table design    |\n\n### 🎨 Design System\n\n- **Colors**: HSL-based modern palette with light/dark mode support\n- **Typography**: Optimized font sizes, line-heights, and spacing\n- **Animations**: 60fps smooth transitions and micro-interactions\n- **Gradients**: Consistent brand gradient system\n- **Shadows**: Multi-layered shadow system for depth\n- **Spacing**: Consistent spacing scale using CSS custom properties\n\n### 📱 User Experience\n\n- **Accessibility**: WCAG 2.1 AA compliance, screen reader support\n- **Performance**: Optimized CSS, GPU acceleration, lazy loading\n- **Responsive**: Mobile-first design with fluid typography\n- **Dark Mode**: Perfect dark mode with system preference detection\n- **Internationalization**: Multi-language support with RTL compatibility\n\n## 🌟 Recent Updates\n\n### ✨ Latest Improvements\n\n- **Enhanced Sidebar**: Improved navigation with better visual hierarchy\n- **Language Select**: Refined language switcher with better UX\n- **Mobile Experience**: Optimized mobile menu and touch interactions\n- **Performance**: Reduced bundle size and improved loading times\n- **Accessibility**: Enhanced keyboard navigation and screen reader support\n\n### 🔧 Technical Enhancements\n\n- **TypeScript**: Full TypeScript support with improved type safety\n- **Build Optimization**: Faster build times and smaller output\n- **CSS Architecture**: Better organized styles with improved maintainability\n- **Component Structure**: Cleaner component architecture and better reusability\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\n**starlight-theme-page** is under MIT license. See the [LICENSE](LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpelagornis%2Fstarlight-theme-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpelagornis%2Fstarlight-theme-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpelagornis%2Fstarlight-theme-page/lists"}