about summary refs log tree commit diff
path: root/static/css/resume.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove unused configurationsFranck Cuny2023-08-141-72/+0
| | | | | | | | | | 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
* feat(content): add my resumeFranck Cuny2022-10-271-0/+72
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.