Hacker News new | ask | show | jobs
by captn3m0 2212 days ago
I do this for automatically generating pages on my personal website for various projects via Jekyll.

So https://captnemo.in/ideas/ loads the README from https://github.com/captn3m0/ideas.

If you'd like to replicate, use this layout[0], and create a post with just a few bits of frontmatter[1]

The obvious advantage is that I can now serve READMEs for various projects within my website, without having to worry about updating it in any way. The READMEs stay in their respective projects. Its all done client side though, so not recommended if you'd like to use the page on your website as the primary. The one issue is that internal links in markdown don't work easily.

[0]: https://github.com/captn3m0/captn3m0.github.com/blob/master/...

[1]: https://github.com/captn3m0/captn3m0.github.com/blob/master/...