Add VitePress docs site with animated landing page#13
Open
Robert27 wants to merge 4 commits into
Open
Conversation
- Scaffold docs/ with VitePress (Vite-based static site generator) - Custom HomeHero component with gradient mesh, terminal typing animation, command cards, and eggl brand colors (#F97316) - Full command reference for all CLI commands plus guide pages - Makefile targets: docs-install, docs-dev, docs-build, docs-preview - GitHub Actions workflow to build and deploy to GitHub Pages Co-authored-by: Robert Eggl <robert@eggl.dev>
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
- Replace hardcoded dark navbar background with theme-aware color-mix using --vp-c-bg so light/dark mode toggle works - Add /imprint legal notice page (TMG/RStV) with maintainer info - Link imprint from VitePress footer and landing page footer Co-authored-by: Robert Eggl <robert@eggl.dev>
- Introduce SiteFooter component via layout-bottom slot on all pages - Replace per-page VitePress footer and landing-only footer with unified footer (MIT License, copyright, Imprint, GitHub) - Center the 'Ready to simplify your workflow?' CTA section on landing Co-authored-by: Robert Eggl <robert@eggl.dev>
- Particle field canvas with mouse-reactive nodes and connections - Aurora ribbons, drifting grid, noise texture, cursor spotlight - Floating command chips, infinite marquee, stats row - Staggered word-by-word title reveal with shimmer accents - 3D tilt terminal with scanlines, glow pulse, and live badge - Scroll-triggered reveals via IntersectionObserver - Per-command colored card glows with spring hover animations - Spinning conic-gradient border on CTA section - Working copy button, reduced-motion support Co-authored-by: Robert Eggl <robert@eggl.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a static documentation site powered by VitePress (Vite-based) with a custom animated landing page and full command reference for the
egglCLI.Landing page
HomeHeroVue component with gradient mesh background, floating orbs, and mouse-reactive glowdoctor,env toggle, andpfcommands#F97316accent) matching the CLI's lipgloss themeDocumentation
/imprintTooling
make docs-dev— local dev servermake docs-build— production static buildmainLocal development
make docs-dev # open http://localhost:5173Deploy note
After merge, enable GitHub Pages in repo settings with source GitHub Actions. The site will be available at
https://robert27.github.io/eggl-cli/.