Keeping GH homepage in sync with README.md
问题 While creating GitHub Pages for my project I was suggested to import existing README.md as the project's homepage. Later, I merged gh-pages with master and ended up with both index.html and README.md . The "problem" is that the updates to README.md won't affect index.html . Is there any simple way to keep them in sync? Preferably with zero Jekyll knowledge... 回答1: Here's what I came up with, in case someone is interested. Typically I write HTML using Jade preprocessor, and luckily it does