about summary refs log tree commit diff
path: root/users/fcuny/blog/flake.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add drone configuration and cleanup nixFranck Cuny2022-05-101-0/+16
| | | | | | | | 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).
* build: slowly moving to nixFranck Cuny2022-05-011-0/+26
Add a `flake.nix' configuration to pull the required dependencies and run the server. Remove a few targets from the Makefile and move the deployment part to a script.