Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 995 Bytes

README.adoc

File metadata and controls

27 lines (19 loc) · 995 Bytes

mastercoin-MSC.github.io - Mastercoin Github Organization Pages

The generated and published website is http://mastercoin-MSC.github.io

  • Source (AsciiDoc) is in the source branch

  • Generate static HTML is in the master branch and automatically published by GitHub.

To make a change

  1. Checkout the source branch with Git

  2. Edit adoc/index.adoc

  3. (Optional) Learn AsciiDoc Syntax:

  4. (Optional) Preview your rendered work:

    1. View file directly with Chrome AsciiDoc plugin

    2. Generate static site with ./gradlew generate

  5. Commit your changes to the source branch with Git

To render (publish locally)

  1. Run ./gradlew generate

  2. View the rendered site at build/site/

To publish

  1. Run ./gradlew publish

  2. View the published site at http://mastercoin-MSC.github.io