aboutsummaryrefslogtreecommitdiff
path: root/src/tmpl
AgeCommit message (Collapse)AuthorFilesLines
2022-11-24move resume to be generated by nixXe Iaso2-5/+14
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-24refactor blogposts to its own fileXe Iaso2-208/+212
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-24remove the rest of the ructe templates that I can removeXe Iaso1-0/+173
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-24Start version 3Xe Iaso3-7/+642
* Change version to 3.0.0 in Cargo.toml * Add metadata for series * Change types for signal boosts * Add start of LaTeX resume generation at Nix time * Add start of proper author tagging for posts in JSONFeed and ldjson * Convert templates to use Maud * Add start of dynamic resume generation from dhall * Make patrons page embed thumbnails TODO: * [ ] Remove the rest of the old templates * [ ] Bring in Xeact for the share on mastodon button * [ ] Site update post Signed-off-by: Xe <me@christine.website>
2022-10-25everyone gets adsXe Iaso1-27/+17
Signed-off-by: Xe Iaso <me@christine.website>
2022-09-20move markdown and templates into a dedicated crateXe Iaso2-92/+2
This does not move the ructe templates around, only the newer Maud ones. The only template I can't move easily is the salary history one, but I should get rid of that anyways.
2022-09-17push 2fa considered harmfulXe Iaso1-0/+10
Signed-off-by: Xe Iaso <me@christine.website>
2022-09-13Revert "fix site on ios 16"Xe Iaso1-1/+1
This reverts commit 67c3de61cb69aab382f9a11e9cbef926ad26d03d.
2022-09-13fix site on ios 16Xe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-09-12My website is fastXe Iaso1-2/+28
Signed-off-by: Xe Iaso <me@christine.website>
2022-08-04Do I need Kubernetes?Xe1-2/+8
Signed-off-by: Xe <me@christine.website>
2022-07-26fix buildXe Iaso1-0/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-24add xeblog-sticker elementXe1-0/+12
Signed-off-by: Xe <me@christine.website>
2022-06-14Add salary transparency page (#492)Xe Iaso1-0/+20
* Move dhall data and types into `/dhall` folder * Reformat salary transparency data into Dhall * Wire up the old salary transparency page with a custom element * Wire up a new salary transparency page * Expose raw data as JSON * Make dhall types more portable * Remove gallery from the navbar * Make signal boost page point to the new data location * Add salary transparency page to the footer of the site * Add site update post for this Signed-off-by: Xe <me@xeiaso.net>
2022-06-08Add hero image support with <xeblog-hero>Xe Iaso2-0/+104
Also lightens the JavaScript load and shifts ad impressions to only when people from Reddit and Hacker News visit. I may have this include Twitter in the future. Signed-off-by: Xe <me@christine.website>