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,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

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

@ -0,0 +1 @@
Subproject commit a54265ad7d72123931b16f92b07c2fcffb5a3474