aboutsummaryrefslogtreecommitdiff
path: root/treefmt.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-06generate the site and the resume using pandocFranck Cuny1-0/+21
2024-07-19use just as a task runnerFranck Cuny1-16/+0
2024-07-03dont format html files with prettierFranck Cuny1-0/+7
2024-07-03some more cleanupFranck Cuny1-0/+1
2023-12-03switch to nixpkgs-fmt to format nix filesFranck Cuny1-1/+1
2023-12-03add `treefmt` and `pre-commit-hooks`Franck Cuny1-0/+8
I can now run `nix fmt` or `nix flake check` to check the syntax for various files in this repository. Fixed a deprecation warning for `hugo`: ``` > WARN The author key in site configuration is deprecated. Use params.author.email instead. > WARN The author key in site configuration is deprecated. Use params.author.name instead. ```