Init project
This commit is contained in:
commit
2b10d56eaf
5 changed files with 44 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal 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
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/revealjs"]
|
||||
path = themes/revealjs
|
||||
url = https://github.com/RealOrangeOne/hugo-theme-revealjs
|
20
config.yml
Normal file
20
config.yml
Normal 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
7
content/_index.md
Normal 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
1
themes/revealjs
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3edd529faa7122eeb2132041b5849dcdf8d1d6d8
|
Reference in a new issue