aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/resume (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-25ref(resume): remove flake.nixFranck Cuny4-71/+35
Integrate the resume with the rest of the repository, as I did for the blog in the previous commit. Added a script to copy the resume in the static directory of the blog.
2022-05-23feat(resume): rename readme.org to resume.orgFranck Cuny3-40/+44
I can now have a readme.org with instructions on how to generate the resume (because I'll obviously forget again).
2022-05-23feat(resume): set the version using the dateFranck Cuny1-1/+2
2022-05-23ref(resume): remove unneeded files for my resumeFranck Cuny3-12/+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-13remove unused tex styleFranck Cuny1-106/+0
2022-05-08simplify the buildFranck Cuny4-16/+41
Running `nix build` is enough to generate the file `resume.html`. It will be created in the `result` directory automatically. The configuration for the build is also updated to run `nix build`
2022-05-07drone: add configurationFranck Cuny2-0/+9