aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/blog/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-23ref(blog): remove unneeded files for the blogFranck Cuny1-3/+0
In a monorepo setup, the CI configuration is not used at this level of the tree, and the gitignore/envrc are not relevant.
2022-05-10add drone configuration and cleanup nixFranck Cuny1-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).