jumorap / showcase

https://jumorap.github.io/showcase/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Showcase Template

Welcome to the gohugo template to create rich content academic reports having p5.js sketches.

Hacking

Install the gohugo static site generator then:

$git clone https://github.com/VisualComputing/showcase
$cd showcase
$git submodule update --init --recursive
$hugo server -D --disableFastRender

Deploy with $git push after redefined baseURL in config.toml which should point to your actual public remote.

Don't rename the repo but leave it as 'showcase'
even so if you decided to rename the repo anyways, 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 for showcase occurrences and replace them by newreponame, which should be easily doable in any recent open source code editor, e.g., 🔎 in kate or vs-codium.

Remarks

  1. If you forked the repo don't forget to activate the actions.
  2. Don't forget to select the gh-pages branch as the one to serve your site from at the pages section of your repo configuration page, if it is no so by default.
  3. The showcase template uses the hugo-book theme by default. Check the hugo themes site if you wish to add other ones.# gameoflife

About

https://jumorap.github.io/showcase/

License:GNU General Public License v3.0


Languages

Language:JavaScript 67.8%Language:GLSL 27.0%Language:HTML 5.2%Language:Makefile 0.1%