This website http://tedbergeron.github.io/SiteMadeWithAsciidoctor/ was made only using Asciidoctor and with one command.
Start with your content marked up as AsciiDoc. See text files in the directory. I am using a header and footer that is included on the index and page one AsciiDoc text file.
Push your files back to your GitHub 'gh-pages' branch.
Or just FTP the .html files that were generated to your own website.
I’ve included a couple themes in the styles directory. To use them.
At the command prompt
> asciidoctor -a stylesheet=styles/maker.css *.txt
If you’d like to use the colony stylesheet use
> asciidoctor -a stylesheet=styles/colony.css *.txt
Note
|
You can get other themes and preview them here: http://themes.asciidoctor.org/ |