aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.atom.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-03add `treefmt` and `pre-commit-hooks`Franck Cuny1-6/+14
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. ```
2021-12-29RSS: fix the templateFranck Cuny1-3/+5
Generate correctly the content of the RSS feed. I only want the blog articles, not the notes.