aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-25 19:14:36 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-25 19:14:36 -0700
commit8a14782239d933c58403c75add28c8bbba55ef22 (patch)
tree1eb1b0241f0e29e6e594ae4f4e081d489e81fa75
parentref(resume): remove flake.nix (diff)
downloadinfra-8a14782239d933c58403c75add28c8bbba55ef22.tar.gz
ref(notes): don't rely on git for modified date
This is needed in order to replace the flake.nix with a default.nix, like I did for the blog earlier.
-rw-r--r--users/fcuny/notes/config.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/users/fcuny/notes/config.toml b/users/fcuny/notes/config.toml
index 4f335a9..0440a9d 100644
--- a/users/fcuny/notes/config.toml
+++ b/users/fcuny/notes/config.toml
@@ -2,7 +2,6 @@ baseURL = "https://notes.fcuny.net/"
languageCode = "en-us"
title = "Franck's notes"
publishDir = "docs"
-enableGitInfo = true
[params]
homeText = "A collection of notes"