aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-22ignore the cacheFranck Cuny1-0/+1
2024-07-04migrate to zolaFranck Cuny1-1/+0
2023-12-03add `treefmt` and `pre-commit-hooks`Franck Cuny1-0/+1
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. ```
2022-05-10add drone configuration and cleanup nixFranck Cuny1-0/+2
Add a drone configuration to run the deploy on a push to the main branch. Cleanup the nix configuration to only keep support for `nix run` (which will run the hugo server).