aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.atom.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* migrate to zolaFranck Cuny2024-07-041-32/+0
|
* add `treefmt` and `pre-commit-hooks`Franck Cuny2023-12-031-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. ```
* RSS: fix the templateFranck Cuny2021-12-291-3/+5
| | | | | Generate correctly the content of the RSS feed. I only want the blog articles, not the notes.
* initial site with hugoFranck Cuny2021-03-071-0/+22
Start my website from scratch once more, using hugo to generate it. For now the layout is pretty simple: - an index page that will list future notes - notes should be created under the "content" directory The theme is custom and I'll try to keep this simple.