Website to house Community language documentation and archiving (CLDA) training materials written using Hugo Static Site Generator and Hugo DocDock Theme.
Install Hugo on your computer. And then checkout the source code and theme submodule.
$ git clone https://github.com/ofdn/clda.git
$ cd clda
$ git submodule init
$ git submodule update
$ hugo server
$ firefox http://localhost:1313
Please check out Hugo Documentation and Hugo DocDock Theme for detailed instructions.
In this respository we extensively use the Hugo Reveal.Js Shortcodes for displaying the slide decks.
TODO #1 Github action for deploying to gh-pages branch.