Migrate website to Hugo blog architecture with timeline posts and CI build workflow - #6
Merged
Merged
Conversation
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Co-authored-by: lazyparser <1802104+lazyparser@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
lazyparser
September 14, 2026 08:36
View session
lazyparser
approved these changes
Sep 14, 2026
lazyparser
left a comment
Member
There was a problem hiding this comment.
Looks good / Blind trust.
Let's go
lazyparser
marked this pull request as ready for review
September 14, 2026 08:37
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.
This PR converts the site from a legacy single-page/Jekyll-style setup into a Hugo-based blog and enables CI-based static build validation. It also decomposes README timeline content into dated posts using git history timestamps and applies a consistent tech-oriented presentation layer.
Hugo site migration
hugo.toml) with section permalinks and navigation.layouts/_default/baseof.html,list.html,single.html) for section lists and article pages.content/posts,content/meetups,content/announcements,content/archives).README timeline → blog posts
content/posts/.relref) to keep routing stable under future path changes.Visual style update (tech-focused)
assets/css/main.css) with dark gradient theme, card-based list layout, and sticky header.backdrop-filtersupport.CI workflow enablement
.github/workflows/hugo-ci.yml) to build the site with Hugo on PRs and default-branch pushes.peaceiris/actions-hugoand runs a deterministichugo --minifybuild step.