Welcome to the gohugo template to create rich content academic reports having p5.js sketches.
Install the gohugo static site generator then:
$git clone https://github.com/VisualComputing/showcase
$cd showcase
$git submodule update --init --recursive
$hugo server -D --disableFastRenderDeploy with $git push after redefined baseURL in config.toml which should point to your actual public remote.
- If you renamed the repo, say to
newreponame, don't forget to update all url references of the markdown and js file sources, to reflect that change, i.e., look within all content folder files forshowcaseoccurrences and replace them bynewreponame. - If you forked the repo don't forget to activate the actions.
- Don't forget to select the
gh-pagesbranch as the one to serve your site from at the pages section of your repo configuration page, if it is no so by default. - The showcase template uses the hugo-book theme by default. Check the hugo themes site if you wish to add other ones.