This is a fork of jekyll-theme-chirpy that has been heavily modified to include a graph view plugin, tabbed container plugin, gallery slideshow plugin, link preview, image proxy (e.g. for Twitter links), Jekyll plugin to fix malformed Markdown links, auto-generates CNAME and .nojekyll files during build and deployment, custom "Important" prompt, custom details styling, and more.
Initialize blog with init.sh shell script
sh tools/init.shStart dev environment with run.sh shell script
sh tools/run.shOnce your dev environment is up and running, always rebuild the JavaScript bundle after updating file(s) in _javascript/ directory to apply those changes
npm run build:jsRefer to my blog for additional details and instructions on my blogging setup and workflow.
Full credit for jekyll-theme-chirpy goes to cotes2020 (aka Cotes Chung).
Check out the Wiki docs and original license for more information.