aboutsummaryrefslogtreecommitdiff
path: root/static/css/resume.css (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-06generate the site and the resume using pandocFranck Cuny1-80/+0
2024-12-26large cleanupFranck Cuny1-39/+39
2024-12-26add back the resume and generate it with nixFranck Cuny1-0/+80
2023-08-14remove unused configurationsFranck Cuny1-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
2022-10-27feat(content): add my resumeFranck Cuny1-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.