From 7f14dd540622aa230fd2ccde499d10c050dc074e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 15 Mar 2020 19:23:08 -0400 Subject: [PATCH] Add Hugo static site + reval.js based presentation framework --- .gitmodules | 3 +++ .../presentation/archetypes/default.md | 6 ++++++ when-not-module-for-that/presentation/config.toml | 9 +++++++++ when-not-module-for-that/presentation/themes/reveal-hugo | 1 + 4 files changed, 19 insertions(+) create mode 100644 .gitmodules create mode 100644 when-not-module-for-that/presentation/archetypes/default.md create mode 100644 when-not-module-for-that/presentation/config.toml create mode 160000 when-not-module-for-that/presentation/themes/reveal-hugo diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..04794d4 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/when-not-module-for-that/presentation/archetypes/default.md b/when-not-module-for-that/presentation/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/when-not-module-for-that/presentation/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/when-not-module-for-that/presentation/config.toml b/when-not-module-for-that/presentation/config.toml new file mode 100644 index 0000000..9ebf2f7 --- /dev/null +++ b/when-not-module-for-that/presentation/config.toml @@ -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 diff --git a/when-not-module-for-that/presentation/themes/reveal-hugo b/when-not-module-for-that/presentation/themes/reveal-hugo new file mode 160000 index 0000000..a54265a --- /dev/null +++ b/when-not-module-for-that/presentation/themes/reveal-hugo @@ -0,0 +1 @@ +Subproject commit a54265ad7d72123931b16f92b07c2fcffb5a3474