Build the Waywallen website with Astro and Material Design 3 - #1
Open
CatSema wants to merge 13 commits into
Open
Build the Waywallen website with Astro and Material Design 3#1CatSema wants to merge 13 commits into
CatSema wants to merge 13 commits into
Conversation
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
This PR replaces the placeholder GitHub Pages site with a complete multilingual Astro website for Waywallen.
The new site presents Waywallen’s features, screenshots, plugins, installation options, desktop integrations, troubleshooting information, FAQ, contributors, and project support links in a responsive Material Design 3 interface.
Highlights
.nojekyllValidation
npm run format:checknpm run checknpm run buildCNAME.nojekyll404.htmlDeployment workflow
The deployment workflow follows the official Astro and GitHub Pages configuration:
withastro/action@v6builds and uploads the Pages artifactactions/deploy-pages@v4publishes itpages: writeandid-token: writepermissions are enabledgithub-pagesenvironmentThe editor warning that
github-pagesis not a valid environment value is a schema false positive.github-pagesis the environment name recommended by GitHub.Maintainer steps after merging
waywallen.orgas the custom domain in the Pages settings.Deploy to GitHub Pagesworkflow run succeeds.github-pagesenvironment so that onlymaincan deploy./,/ru/,/zh-cn/, and Flathub verification URLs.No repository secrets are required for the current deployment workflow.