A Material You (Material Design 3) refactor of the InstallerX Unofficial website, originally based on Jekyll.
- Material Design 3: Complete UI overhaul featuring top app bars, elevated cards, and M3 typography.
- Responsive Layout: Optimized for all device sizes with a fluid grid system.
- Performance: Removed heavy dependencies (Bootstrap, jQuery) in favor of Vanilla CSS and JS.
- Functionality:
- Smart Search: Client-side search functionality.
- Tag Archives: Filterable archive page with chip-style tag selection.
- Refined Typography: Enhanced readability using Google Fonts (Roboto).
This project uses Jekyll as a static site generator.
- Ruby
- Bundler
-
Install Dependencies:
bundle install
-
Start Server:
bundle exec jekyll serve -
Access the site at
http://127.0.0.1:4000/.