1
Fork 0

Init project

This commit is contained in:
Jake Howard 2018-07-02 16:26:58 +01:00
commit 2b10d56eaf
Signed by: jake
GPG Key ID: 57AFB45680EDD477
5 changed files with 44 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -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

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/revealjs"]
path = themes/revealjs
url = https://github.com/RealOrangeOne/hugo-theme-revealjs

20
config.yml Normal file
View File

@ -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"

7
content/_index.md Normal file
View File

@ -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/#/)

1
themes/revealjs Submodule

@ -0,0 +1 @@
Subproject commit 3edd529faa7122eeb2132041b5849dcdf8d1d6d8