Add Hugo static site + reval.js based presentation framework

This commit is contained in:
benjamin melançon 2020-03-15 23:03:21 -04:00
parent 1c601c848c
commit 189153337c
4 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

3
web/config.toml Normal file
View file

@ -0,0 +1,3 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"

@ -0,0 +1 @@
Subproject commit a54265ad7d72123931b16f92b07c2fcffb5a3474