about summary refs log tree commit diff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ignore the cacheFranck Cuny2024-09-221-0/+1
|
* migrate to zolaFranck Cuny2024-07-041-1/+0
|
* add `treefmt` and `pre-commit-hooks`Franck Cuny2023-12-031-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. ```
* add drone configuration and cleanup nixFranck Cuny2022-05-101-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).
* initial site with hugoFranck Cuny2021-03-071-0/+1
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.