about summary refs log tree commit diff
path: root/users
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
commit263b5b43f03e70403b4ea451710a08525be9c21c (patch)
tree26f2ebad674cb23f5e83c1ccbef31366cbba60da /users
parentbuild: add a Makefile (diff)
downloadworld-263b5b43f03e70403b4ea451710a08525be9c21c.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 '')
-rw-r--r--users/fcuny/blog/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/blog/config.toml b/users/fcuny/blog/config.toml
index b3a150a..d600506 100644
--- a/users/fcuny/blog/config.toml
+++ b/users/fcuny/blog/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"