This repository contains material for the Bioconductor annual conference. View the conference web site
hugo version
git clone https://github.com/biopackathon/BiocAsia2021.git
cd BiocAsia2021/
rm -rf public; hugo --verbose; hugo server --disableFastRender --verbose
and view the results at http://localhost:1313/ .
hugo
, publish directory public
, and set advanced variable HUGO_VERSION
to your hugo version
number, e.g., 0.76.5Created using modified hugo-universal-theme. See the demo web site, the original github repository and the exampleSite files. Template by Bootstrapious. Ported to Hugo by DevCows. The theme is added as selected files, not as a submodule, for easier modification.
Make partials for current news. Currently, they are added directly to layouts/index.html
Make schedule as a partial, populated from config.toml
. Example - hugo-conference theme.