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