2017 © Pedro Peláez
 

library gh-pages-compiler

Markdown compiler for github pages

image

mnapoli/gh-pages-compiler

Markdown compiler for github pages

  • Friday, January 17, 2014
  • by mnapoli
  • Repository
  • 1 Watchers
  • 13 Stars
  • 3 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

gh-pages-compiler generates a website from your markdown documentation., (*1)

This package is not maintained anymore. A more recent and complete version is here: Couscous., (*2)

Introduction

Github pages are good, but what do you do:, (*3)

  • if you want to write your documentation in Markdown and not in HTML?
  • if you want your documentation to be transformed into a website?
  • if you want to keep the documentation with your code, versioned in the repository?

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., (*4)

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

  • compiles Markdown using the same configuration as Github (to ensure correct results)
  • full control over the website layout: you write your own template and menus
  • supports any number of pages, images, links, Javascript (in the template), …
  • hosted by GitHub on "Github pages", you don't have to host your website
  • your README will be your home page, your code repository will always be in sync with your website

Read more

Contribute

Follow the project on Github, (*5)

Created by Matthieu Napoli, using and inspired by:, (*6)

Examples

The Versions

17/01 2014

dev-master

9999999-dev http://mnapoli.github.io/gh-pages-compiler/

Markdown compiler for github pages

  Sources   Download

MIT

by Matthieu Napoli

pages markdown github website compiler gh-pages