Super! On Tue, Feb 24, 2015 at 10:56 PM, Michel Krämer < [email protected]> wrote:
> Do you know where I can get the website's source code. Is it in the 'doc' > subdir? Can we ask Stuart for it? > You're in luck. The website source code is the examples/website folder. According to the docs: To build the distribution tarball and zip files, documentation and example website run A-A-P from the distribution root directory: $ aap The actual script for the website is https://github.com/asciidoc/asciidoc/blob/master/examples/website/main.aap I've never heard of the build tool aap. You can either try to figure out how to get it, or you can just create a new build script that does the same thing using a modern build tool. Publishing to gh-pages from there should be simple. You just git commit the output to the gh-pages branch of a repository and set a CNAME to be asciidoc.org. There are lots of tutorials online for how to publish static HTML to GitHub Pages. Once that is setup, we can work to get the domain name switched over to the GitHub Pages IP. I have access to the domain name configuration for asciidoc.org (but not methods.co.nz). Cheers, -Dan -- Dan Allen | http://google.com/profiles/dan.j.allen -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
