about summary refs log tree commit diff
path: root/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-08-05 11:42:49 -0700
committerFranck Cuny <franck@fcuny.net>2021-08-05 11:42:49 -0700
commit6d3b4e319008960262bb8d5ab8e32cc55ab4590e (patch)
treee2dbfcea639beec8ddead6bf38c868d7e7bba64a /config.toml
parentbuild: add a Makefile (diff)
downloadfcuny.net-6d3b4e319008960262bb8d5ab8e32cc55ab4590e.tar.gz
hugo: enable git information again
Now that we're using a more recent version of the Docker image for hugo
that comes with git, we can enable again git information.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index b3a150a..d600506 100644
--- a/config.toml
+++ b/config.toml
@@ -2,7 +2,7 @@ baseURL = "https://fcuny.net/"
 languageCode = "en-us"
 title = "Franck's rambling"
 publishDir = "docs"
-enableGitInfo = false
+enableGitInfo = true
 
 [params]
   homeText = "A collection of notes"