about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-06-20 13:13:18 -0700
committerFranck Cuny <franck@fcuny.net>2021-06-20 13:18:59 -0700
commit1f2a49d1bf86f530600136d8b98b158b9d33051b (patch)
tree248ab5834bc4bccb453a00e782bd3cba7a70cdcb
parentfly: add configuration for fly.io (diff)
downloadworld-1f2a49d1bf86f530600136d8b98b158b9d33051b.tar.gz
hugo: don't enable git info
The docker image used by fly.io to deploy a static website with hugo
does not come with git, which prevents us to use the option
`enableGitInfo`. This is not critical for now, so let's disable it so we
can deploy.
-rw-r--r--users/fcuny/notes/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/notes/config.toml b/users/fcuny/notes/config.toml
index 6100ba5..532ff03 100644
--- a/users/fcuny/notes/config.toml
+++ b/users/fcuny/notes/config.toml
@@ -2,7 +2,7 @@ baseURL = "http://fcuny.net/"
 languageCode = "en-us"
 title = "Franck's rambling"
 publishDir = "docs"
-enableGitInfo = true
+enableGitInfo = false
 
 [params]
   homeText = "A collection of notes"