Move everything into top-level directory so Gitlab pages can find Hugo

... can't find a way to tell it where Hugo's config.toml is, drag.
This commit is contained in:
benjamin melançon 2020-03-18 10:17:55 -04:00
parent 7dbde49b18
commit 03c98c3783
17 changed files with 2 additions and 3 deletions

17
config.toml Normal file
View file

@ -0,0 +1,17 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "When There's Not a Module For That"
theme = "reveal-hugo"
[markup.goldmark.renderer]
unsafe= true
[outputFormats.Reveal]
baseName = "index"
mediaType = "text/html"
isHTML = true
[params.reveal_hugo]
# theme = "blue"
custom_theme = "agaric-blue.scss"
custom_theme_compile = true