Skip to content

fix: correct community blog 404 and revert Docsify theme to vue.css#545

Merged
MichaelCade merged 1 commit into
mainfrom
copilot/fix-404-error-and-revert-theme
Jun 24, 2026
Merged

fix: correct community blog 404 and revert Docsify theme to vue.css#545
MichaelCade merged 1 commit into
mainfrom
copilot/fix-404-error-and-revert-theme

Conversation

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Blog Post Submission

Summary

Two regressions introduced by recent Copilot PRs: the community welcome post 404'd due to a bad link path, and the site theme was silently switched to dark.css. This PR fixes both.

404 fixblog/README.md used a relative path posts/2026-06-24-community-welcome.md which Docsify resolves from the repo root, not from blog/, producing a broken #/posts/2026-06-24-community-welcome URL. Changed to absolute:

-[Welcome to the Community Blog](posts/2026-06-24-community-welcome.md)
+[Welcome to the Community Blog](/blog/posts/2026-06-24-community-welcome.md)

Theme revertindex.html changed back to vue.css (standard Docsify default) from dark.css:

-<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/dark.css" />
+<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css" />

Checklist

  • I added my post under blog/posts/ with filename format YYYY-MM-DD-short-title.md
  • I used the metadata schema from blog/_template.md (title, author, date, tags, summary)
  • My post is original and relevant to the 90DaysOfDevOps community topics
  • I verified local markdown links and image paths
  • I have read and followed CONTRIBUTING.md

@github-actions

Copy link
Copy Markdown
Contributor

Our team will soon review your PR. Thanks @Copilot :)

@MichaelCade MichaelCade merged commit 9f7a90b into main Jun 24, 2026
3 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

Thank you @Copilot for taking out your valuable time in order to contribute to our project. Looking forward for more such amazing contributions :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants