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
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "when-not-module-for-that/presentation/themes/reveal-hugo"]
|
||||
path = when-not-module-for-that/presentation/themes/reveal-hugo
|
||||
url = git@github.com:dzello/reveal-hugo.git
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
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
|
|
@ -0,0 +1 @@
|
|||
Subproject commit a54265ad7d72123931b16f92b07c2fcffb5a3474
|
Loading…
Add table
Add a link
Reference in a new issue