aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/blog/flake.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-25ref(blog): drop the flake configurationFranck Cuny1-46/+0
There's no need to have multiple `flake.nix` in the repository. Make the blog part of the flake configuration at the root level of the repository, delete the one in the blog, and update the documentation.
2022-05-10who knowsFranck Cuny1-1/+1
2022-05-10i don't think it will workFranck Cuny1-8/+10
2022-05-10another tryFranck Cuny1-0/+21
2022-05-10one more timeFranck Cuny1-1/+1
2022-05-10add drone configuration and cleanup nixFranck Cuny1-14/+18
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).
2022-05-01build: slowly moving to nixFranck Cuny1-0/+19
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.