commit 2b10d56eaf7832f5f1dbfd67c5c70e3714978a9f Author: Jake Howard Date: Mon Jul 2 16:26:58 2018 +0100 Init project diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..604c106 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ + +# Created by https://www.gitignore.io/api/hugo + +### Hugo ### +# Hugo binary +hugo* + +# Generated files at default location +/public/ +/resources/_gen + + +# End of https://www.gitignore.io/api/hugo diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a0d2686 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/revealjs"] + path = themes/revealjs + url = https://github.com/RealOrangeOne/hugo-theme-revealjs diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..067bc31 --- /dev/null +++ b/config.yml @@ -0,0 +1,20 @@ +baseURL: https://hugo-theme-revealjs.netlify.com/ +title: Hugo Theme RevealJS +theme: "revealjs" + +params: + reveal_theme: black + revealjs: + controls: true + progress: true + history: true + center: true + height: 800 + width: 1500 + +disableKinds: + - "sitemap" + +outputs: + home: + - "html" diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..3bbd1a1 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,7 @@ +--- +title: Hugo Theme Reveal.js +--- + +### The HTML Presentation Framework theme for Hugo + +Created by [Jake Howard](https://github.com/RealOrangeOne/hugo-theme-revealjs), [Hugo](https://gohugo.io) and [Reveal.js](https://revealjs.com/#/) diff --git a/themes/revealjs b/themes/revealjs new file mode 160000 index 0000000..3edd529 --- /dev/null +++ b/themes/revealjs @@ -0,0 +1 @@ +Subproject commit 3edd529faa7122eeb2132041b5849dcdf8d1d6d8