feat: migrate site from Nanoc to Docusaurus#372
Open
pkuczynski wants to merge 2 commits into
Open
Conversation
Move all content files to their new locations for Docusaurus:
- content/**/*.{md,haml} → docs/**/*.md (documentation)
- content/blog/*.md → blog/*.md (blog posts)
- content/assets/images/ → static/images/ (static assets)
- GPG keys, licenses, favicon, verification files → static/
Remove old Nanoc infrastructure:
- Ruby build system (Gemfile, Rakefile, Rules, config.yaml, compass)
- HAML layouts and partials (layouts/)
- Ruby helpers and filters (lib/)
- Auto-generated tag/author pages, CSS, JS
This is a pure rename/move commit — no content changes.
- Convert 76 HAML documentation files to Markdown - Convert 36 blog post front matter to Docusaurus format - Add Docusaurus configuration (docusaurus.config.ts, sidebars.ts) - Add custom homepage, CSS theme, and blog authors - Update .gitignore, CLAUDE.md, and README.md for new stack - Fix internal links for new URL structure
e2a4ddd to
085f913
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.
Summary
Approach
Split into two commits to preserve git file history:
git mvrenames (no content changes) so GitHub shows proper file renamesTest plan
npm install— dependencies install cleanlynpm run build— site builds successfully (177 HTML pages)npm run serve