diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-25 19:14:36 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-25 19:14:36 -0700 |
commit | 8a14782239d933c58403c75add28c8bbba55ef22 (patch) | |
tree | 1eb1b0241f0e29e6e594ae4f4e081d489e81fa75 /users | |
parent | ref(resume): remove flake.nix (diff) | |
download | world-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.
Diffstat (limited to 'users')
-rw-r--r-- | users/fcuny/notes/config.toml | 1 |
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" |