Add Hugo static site + reval.js based presentation framework

This commit is contained in:
benjamin melançon 2020-03-15 19:23:08 -04:00
parent edb18cf228
commit 7f14dd5406
4 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,9 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "When There's Not a Module For That"
theme = "reveal-hugo"
[outputFormats.Reveal]
baseName = "index"
mediaType = "text/html"
isHTML = true