Add Hugo static site + reval.js based presentation framework
This commit is contained in:
parent
edb18cf228
commit
7f14dd5406
4 changed files with 19 additions and 0 deletions
9
when-not-module-for-that/presentation/config.toml
Normal file
9
when-not-module-for-that/presentation/config.toml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue