Visual Computing Course Showcase #
The Visual Computing course at the National University of Colombia is a course on the fundamentals of computer graphics and computer vision. The course is taught in the engineering faculty of the university and is part of the curriculum of the Systems and Computing Engineering program.
The webpage make use of a gohugo template to create rich content academic reports making use of p5.js sketches to illustrate the concepts and results of many of the course concepts.
Local deployment #
Install the gohugo static site generator then:
$git clone https://github.com/AlejoM1908/showcase
$cd showcase
$git submodule update --init --recursive
$hugo server -D --disableFastRender
Remarks #
If you forked the repo don’t forget to activate the github actions to deploy your site to github pages. You can do so by going to the actions tab of your repository. DonĀ“t forget to allow the GH Pages bot to commit to your repository, otherway the workflow will fail every time.
The showcase template uses the hugo-book theme by default. Check the hugo themes site if you wish to add other ones.