Skip to content

danhyun/git-2015-session

Repository files navigation

Git Training Session 2015

Build Status

The generated reveal.js presentation can be found at http://danhyun.github.io/git-2015-session

This repo contains the source files that are used generate the presentation. The presentation is written in Asciidoctor using the reveal.js backend. The layout and format was inspired from the reveal.js example of asciidoctor-gradle-examples.

Local Build

To build locally, run:

$ ./gradlew clean asciidoctor

Generated Presentation

The outputs will be located at:

build/asciidoc/revealjs

Using IntelliJ

If you want to use IntelliJ, run:

$ ./gradlew idea

To generate the IntelliJ specific files.

Auto-recompile Asciidoctor files

To have Gradle automatically recompile the asciidoctor documents, run:

$ ./gradlew clean asciidoctor watch

This utilizes the gradle-watch-plugin to watch files for changes.

About

Git introduction session

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published