Add Hugo static site + reval.js based presentation framework
This commit is contained in:
parent
1c601c848c
commit
189153337c
4 changed files with 13 additions and 0 deletions
6
web/archetypes/default.md
Normal file
6
web/archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
3
web/config.toml
Normal file
3
web/config.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
baseURL = "http://example.org/"
|
||||
languageCode = "en-us"
|
||||
title = "My New Hugo Site"
|
1
web/themes/reveal-hugo
Submodule
1
web/themes/reveal-hugo
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a54265ad7d72123931b16f92b07c2fcffb5a3474
|
Loading…
Add table
Add a link
Reference in a new issue