aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/notes/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-25ref(notes): drop flake.nixFranck Cuny1-0/+6
There's no need to have a flake.nix for the notes, we can use the same mechanism as for the blog and resume. Add a README so I remember how to use this in the future.
2022-05-11add a script to deploy the siteFranck Cuny1-0/+14
Instead of using the Makefile, move the content to a script. This will be executed by drone later.