AndresArdila544 / vc2021-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Computing Template

Welcome to the UN / DISI visual computing course template site.

Hacking

Install the gohugo static site generator then:

$git clone https://github.com/VisualComputing/vc
$cd vc
$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.

Note that the vc template uses the hugo-book theme by default. Check the hugo themes site if you wish to add other ones.

About


Languages

Language:JavaScript 55.1%Language:HTML 28.8%Language:GLSL 16.1%