A simple web server for serving static GitHub Pages locally ↦
This is useful for making sure things look right before pushing your content up to GitHub for serving. It’s better than python -m http.server
and the like because it handles lack of file extensions and absolute paths better.
It doesn’t support Jekyll-based GitHub pages, but it will take your Markdown files and send them off to api.github.com/markdown for character-perfect rendering.
Discussion
Sign in or Join to comment or subscribe