Add Giscus comments and blog post page#4
Merged
Merged
Conversation
- Comments.astro: Giscus widget wired to dunky-dev/website repo, specific mapping by post ID - src/pages/blog/[id].astro: individual post page with header, content, and comments section - public/giscus-theme.css: custom monochrome dark theme matching site aesthetics - styles.css: moved from public/, added post and comments CSS - astro.config.ts: added MDX integration Co-authored-by: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Claude <noreply@anthropic.com>
- src/layouts/layout.css — reset, body, topbar, footer - src/pages/index.css — hero, logo, links, tool cards - src/pages/blog/blog.css — blog index, post page, comments Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
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
dunky-dev/website, mapped by post ID with a custom monochrome dark themesrc/pages/blog/[id].astro— individual post page (date, title, description, MDX content, comments section)public/giscus-theme.css— custom CSS theme for Giscus matching the site's dark aesthetics (monochrome palette, transparent backgrounds, subtle borders)src/styles.css— moved frompublic/, extended with post and comments layout stylesastro.config.ts— added@astrojs/mdxintegrationTest plan
/blogindex🤖 Generated with Claude Code