An open API service indexing awesome lists of open source software.

https://github.com/robwin/asciidoc2ghpages

Gradle project which converts AsciiDoc documentation into HTML and publishes it to GitHub pages.
https://github.com/robwin/asciidoc2ghpages

Last synced: over 1 year ago
JSON representation

Gradle project which converts AsciiDoc documentation into HTML and publishes it to GitHub pages.

Awesome Lists containing this project

README

          

= Gradle AsciiDoctor project

This is a Gradle project which converts AsciiDoc documentation into HTML and publishes it to GitHub pages.

== Usage guide

=== Create a gh-pages branch
Create a gh-pages branch and push it to GitHub

[source]
----
git branch gh-pages
git push --all -u
----

=== Create gradle.properties file
Create a `gradle.properties` file in the `.gradle` folder in your user home directory.

----
githubUser=
githubPassword=