about summary refs log tree commit diff
path: root/users/fcuny/blog/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(blog): remove unneeded files for the blogFranck Cuny2022-05-231-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.
* 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.