Wallpaper gallery web application for GitHub Pages showcasing the 218 4K wallpapers from mylinuxforwork/wallpaper. - #9
Open
rootagi wants to merge 9 commits into
Open
Wallpaper gallery web application for GitHub Pages showcasing the 218 4K wallpapers from mylinuxforwork/wallpaper. #9rootagi wants to merge 9 commits into
mylinuxforwork/wallpaper. #9rootagi wants to merge 9 commits into
Conversation
Refactor GitHub Actions workflow for deployment. Consolidate build and deploy steps, update permissions, and remove unnecessary concurrency settings.
Removed thumbnail generation and related code, using a CDN for thumbnails instead.
Disable Jekyll processing to serve _astro directory correctly
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
Builds a static, buttery-smooth wallpaper gallery web application for GitHub Pages showcasing the 218 4K wallpapers from
mylinuxforwork/wallpaper.Live Demo (Fork): https://rootagi.github.io/wallpaper
Engineered for 60fps smooth scrolling, instant 0.3s build times, and 0 MB local image storage bloat by leveraging edge-cached CDN image proxies for on-the-fly thumbnail delivery and jsDelivr CDN for high-res 4K originals.
🚀 Key Features & Highlights
https://wsrv.nl/?url=...&w=640&output=webp).https://cdn.jsdelivr.net/gh/mylinuxforwork/wallpaper@main/<filename>), matching the flat root structure of the upstream repository.1.4remradius), sage green (#AFBEA5) & deep forest (#495940) accents, dark mode toggle (localStoragepersisted), and editorial typography (Plus Jakarta Sans, Lora, IBM Plex Mono).Nature,Space,Abstract,Cyberpunk,City & Architecture,OS Branding,Games & Movies,Anime,Cars & Vehicles,Misc), debounced search bar, and active match counter.public/.nojekyllto ensure GitHub Pages serves_astroCSS assets cleanly without 404 errors..github/workflows/deploy.ymlbuilds static output and deploys directly to thegh-pagesbranch.⚙️ GitHub Pages Setup Guide for Maintainers
main. The.github/workflows/deploy.ymlaction automatically builds the site and pushes it to thegh-pagesbranch.Deploy from a branchgh-pagesand folder/ (root)https://<owner>.github.io/<repo>/