aboutsummaryrefslogtreecommitdiff
path: root/treefmt.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* generate the site and the resume using pandocFranck Cuny2025-09-061-0/+21
|
* use just as a task runnerFranck Cuny2024-07-191-16/+0
|
* dont format html files with prettierFranck Cuny2024-07-031-0/+7
|
* some more cleanupFranck Cuny2024-07-031-0/+1
|
* switch to nixpkgs-fmt to format nix filesFranck Cuny2023-12-031-1/+1
|
* add `treefmt` and `pre-commit-hooks`Franck Cuny2023-12-031-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. ```