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.
- Host: GitHub
- URL: https://github.com/robwin/asciidoc2ghpages
- Owner: RobWin
- License: apache-2.0
- Created: 2015-10-19T13:19:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T07:15:57.000Z (over 10 years ago)
- Last Synced: 2025-01-25T11:41:15.562Z (over 1 year ago)
- Homepage:
- Size: 650 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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=