feat(docs): add Valaxy blog site#1911
Draft
yufeng201 wants to merge 6 commits into
Draft
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
74a737e to
4a3ddba
Compare
4a3ddba to
7fb3fff
Compare
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.
Description
Add a standalone Valaxy blog site under
blog/for the plannedblog.openviking.devdomain. The blog is separated from the VitePress docs site, keeps the OpenViking visual language, supports image-based post cards and post detail covers, and includes a dedicated GitHub Actions workflow for publishing the generated static site to a TOS bucket.Related Issue
N/A
Type of Change
Changes Made
blog/as a standalone Valaxy +valaxy-theme-presssite with OpenViking branding, navigation, RSS output, favicon/logo assets, and sample posts..github/workflows/blog-tos.ymlto build the blog and uploadblog/distto a TOS bucket using GitHub Actions secrets.blog/README.mddocumenting local development, build commands, content authoring, and required deployment secrets.Testing
Validation performed:
npm ciinblog/npm run buildinblog/.github/workflows/blog-tos.ymlwithjs-yamlhttp://127.0.0.1:4173/and checked the blog list and post detail routesChecklist
Screenshots (if applicable)
Local preview was used to verify:
Additional Notes
The workflow expects a separate blog bucket. Required secrets are:
BLOG_TOS_BUCKETTOS_ACCESS_KEYTOS_SECRET_KEYOptional blog-specific overrides:
BLOG_TOS_REGIONBLOG_TOS_ENDPOINT