Add Hugo static site + reval.js based presentation framework

This commit is contained in:
benjamin melançon 2020-03-15 23:03:21 -04:00
parent 1c601c848c
commit 189153337c
4 changed files with 13 additions and 0 deletions

3
web/config.toml Normal file
View file

@ -0,0 +1,3 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"