diff options
| author | Franck Cuny <franck@fcuny.net> | 2021-08-05 11:42:49 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2021-08-05 11:42:49 -0700 |
| commit | 032168ac56f0a88e409e094411cac00a9da6c4ef (patch) | |
| tree | c068d31dcc1deea1a548e6f407580e54bc1b513f /users/fcuny | |
| parent | build: add a Makefile (diff) | |
| download | infra-032168ac56f0a88e409e094411cac00a9da6c4ef.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 'users/fcuny')
| -rw-r--r-- | users/fcuny/notes/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/notes/config.toml b/users/fcuny/notes/config.toml index b3a150a..d600506 100644 --- a/users/fcuny/notes/config.toml +++ b/users/fcuny/notes/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" |
