feat: cut over the blog from Jekyll to Astro - #16
Merged
Merged
Conversation
feat: scaffold Astro 7 site with five pilot posts
feat: migrate all 319 posts and regroup categories
feat: category, archive and solutions pages with taxonomy rework
feat: Pages deploy workflow, RSS/robots/GA4, About sections and pre-cutover fixes
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.
Key changes
Jekyll 에서 Astro 로 옮긴 작업 전체를
main에 반영한다. 네 개의 스택 PR (#9 #10 #11 #12) 을 합친 것이고 새로 더한 것은 없다./solutions//feed.xml,/robots.txt, GA4, About, 컷오버 직전 수정Additional changes
.github/workflows/deploy.yml이main에 없어서 Pages 를 GitHub Actions 로 바꾼 뒤로 아무것도 빌드되지 않고 있었다. 이 PR 의 푸시가 워크플로를 올리고 동시에 첫 Astro 배포를 일으킨다Tests completed
일반 빌드, 캐시 삭제 클린 빌드, 변환기 재실행 후 세 번 모두 같은 결과다.
biome checkclean,astro check0 errors / 0 warnings / 0 hints,astro build325 pagesfeed.xml235건,robots.txt,sitemap-index.xml, 소유확인 파일 2개,ads.txt가 내용까지 정상Notes
main_site대비 사라진 URL 66개는 전부 설명된다./pageN/63개(페이지네이션 폐지),/search/(카테고리 페이지로 흡수), 소유확인 파일 2개(이 PR 에서 복구)/sitemap.xml이/sitemap-index.xml로 바뀐다.robots.txt는 새 경로를 가리키므로 크롤러는 찾는다. Search Console 재제출만 필요하다jekyll-final을 배포한다. 이 PR 은 Jekyll 소스를 건드리지 않아 revert 없이 가능하다Generated with Claude Code