Github pages compiler

Automatic website generation from markdown documentation.

gh-pages-compiler generates a website from your markdown documentation.

Introduction

Github pages are good, but what do you do:

gh-pages-compiler is here to help you. Your documentation is written in Markdown, versioned in your repository with your source, compiled to HTML and published to Github pages.

How does it work

  1. you write your README and documentation in .md files (Markdown) on your repository
  2. you generate you website with gh-pages-compiler
    • it turns .md files into HTML files
    • HTML files are committed to the gh-pages branch of your repository, and thus are published as a website by Github
  3. profit!

Features

Read more

Contribute

Follow the project on Github

Created by Matthieu Napoli, using and inspired by:

Examples