| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-09-07 | convert the resume to HTML instead of PDF | Franck Cuny | 1 | -3/+1 | |
| 2025-09-06 | generate the site and the resume using pandoc | Franck Cuny | 1 | -56/+34 | |
| 2025-09-06 | bump nix inputs | Franck Cuny | 1 | -1/+1 | |
| 2024-12-27 | tidy the flake | Franck Cuny | 1 | -8/+0 | |
| 2024-12-27 | move the resume as a singe page | Franck Cuny | 1 | -18/+1 | |
| Don't need to render it as a PDF. | |||||
| 2024-12-27 | use a supported git branch for nixpkgs | Franck Cuny | 1 | -3/+1 | |
| 2024-12-26 | remove unused script | Franck Cuny | 1 | -4/+0 | |
| 2024-12-26 | large cleanup | Franck Cuny | 1 | -18/+59 | |
| 2024-12-26 | add back the resume and generate it with nix | Franck Cuny | 1 | -6/+12 | |
| 2024-12-25 | actually build the site with nix build | Franck Cuny | 1 | -3/+47 | |
| 2024-12-25 | Revert "stop using GHA" | Franck Cuny | 1 | -0/+1 | |
| This reverts commit ca451c165c8728f63bcacf0b38cd773fe060e076. | |||||
| 2024-09-22 | install tools needed to remove GPS data | Franck Cuny | 1 | -0/+2 | |
| 2024-09-21 | update flake | Franck Cuny | 1 | -1/+10 | |
| 2024-07-25 | stop using GHA | Franck Cuny | 1 | -1/+0 | |
| 2024-07-19 | use just as a task runner | Franck Cuny | 1 | -34/+2 | |
| 2024-07-04 | check for broken links | Franck Cuny | 1 | -1/+1 | |
| 2024-07-04 | add GHA check | Franck Cuny | 1 | -0/+1 | |
| 2024-07-04 | add the feed and a few more fixes | Franck Cuny | 1 | -1/+5 | |
| 2024-07-04 | fix build command | Franck Cuny | 1 | -1/+1 | |
| 2024-07-04 | migrate to zola | Franck Cuny | 1 | -12/+8 | |
| 2024-07-03 | simplify the layout | Franck Cuny | 1 | -1/+1 | |
| Get rid of the navigation bar, remove a number of elements, put more things on the main page. Clean up the CSS. | |||||
| 2023-12-03 | switch to nixpkgs-fmt to format nix files | Franck Cuny | 1 | -1/+2 | |
| 2023-12-03 | add `treefmt` and `pre-commit-hooks` | Franck Cuny | 1 | -12/+26 | |
| I can now run `nix fmt` or `nix flake check` to check the syntax for various files in this repository. Fixed a deprecation warning for `hugo`: ``` > WARN The author key in site configuration is deprecated. Use params.author.email instead. > WARN The author key in site configuration is deprecated. Use params.author.name instead. ``` | |||||
| 2023-09-14 | track nix' master instead of an old release | Franck Cuny | 1 | -2/+2 | |
| Drop flyctl since I'm not deploying it there anymore. | |||||
| 2023-08-14 | remove unused configurations | Franck Cuny | 1 | -23/+1 | |
| Remove the configuration for fly.io and the configuration for Caddy since I'm running this on GitHub pages now. Remove unused targets from the flake configuration and drop the pandoc dependency. The resume is just a web page accessible at [1]. [1] https://fcuny.net/resume.html | |||||
| 2022-11-29 | build: pine nixpkgs to release-22.05 | Franck Cuny | 1 | -1/+1 | |
| 2022-11-06 | fix(drone): specify the path to `awk' in the deployment script | Franck Cuny | 1 | -2/+1 | |
| 2022-10-27 | feat(content): generate the resume in PDF too | Franck Cuny | 1 | -1/+3 | |
| That way if someone is looking for it ... | |||||
| 2022-10-27 | feat(content): add my resume | Franck Cuny | 1 | -2/+4 | |
| Add my resume to the content, with a dedicated CSS. The resume is in org-mode format, and I use `pandoc` to convert it to HTML. This is done when the site is build, and is integrated in the docker image. It is available at /resume.html, but is not listed on the site, that way I can give the URL to who ever is interested in the future. It would be useful to also generate a PDF version of it and store it with other static content. | |||||
| 2022-10-07 | ref(build): build and deploy with nix | Franck Cuny | 1 | -28/+52 | |
| Refactored the build of the docker image to be done with nix: the flake knows how to build the docker image, using caddy as a HTTP server. It generates a small image, with the configuration for caddy and the site generated by hugo (`nix build`). Deleted the Dockerfile since the creation is done with nix. Got rid of the deployment script since this is also done via the flake (`nix run .#deploy`). | |||||
| 2022-05-10 | who knows | Franck Cuny | 1 | -1/+1 | |
| 2022-05-10 | i don't think it will work | Franck Cuny | 1 | -8/+10 | |
| 2022-05-10 | another try | Franck Cuny | 1 | -0/+21 | |
| 2022-05-10 | one more time | Franck Cuny | 1 | -1/+1 | |
| 2022-05-10 | add drone configuration and cleanup nix | Franck Cuny | 1 | -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-01 | build: slowly moving to nix | Franck Cuny | 1 | -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. | |||||
