aboutsummaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2022-07-24notes: finish featuresXe Iaso1-1/+6
Pagination and comments fixed Signed-off-by: Xe <me@christine.website>
2022-07-11handlers/notes: create, update, delete, tailauth tooXe Iaso2-1/+7
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-10basic notes supportXe Iaso2-0/+42
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-10consolidate API routesXe Iaso1-1/+0
Signed-off-by: Xe Iaso <me@christine.website>
2022-06-16Fix typo on the salary transparency page (#495)bjorn31-1/+1
2022-06-14Fix some typos in salary transparency pages. (#493)Molly Miller1-1/+1
Replace erroneous "hirt" with intended "hurt". Signed-off-by: Molly Miller <sysvinit@users.noreply.github.com> Co-authored-by: Molly Miller <sysvinit@users.noreply.github.com>
2022-06-14Add salary transparency page (#492)Xe Iaso4-2/+38
* 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-08oops lolXe Iaso1-2/+2
Signed-off-by: Xe Iaso <me@christine.website>
2022-06-08talks: add static analysis talkXe Iaso1-12/+6
Signed-off-by: Xe Iaso <me@christine.website>
2022-06-08Add hero image support with <xeblog-hero>Xe Iaso1-17/+5
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>
2022-05-28new emailXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-26kubernetes a heckXe Iaso1-2/+0
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-26templates/mara: use xeiaso.net CDNXe Iaso1-3/+3
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-26templates: change canonical domain to xeiaso.netXe Iaso8-42/+37
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-24templates/{blog,talk}post: clarify time zoneXe Iaso2-2/+2
Apparently the fact that my blog runs on UTC is surprising to people. Signed-off-by: Xe Iaso <me@christine.website>
2022-05-12stickyboxXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-12adaptive classXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-12put ads at the endXe Iaso2-4/+4
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-12oops lolXe Iaso1-1/+2
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-12add ethicaladsXe Iaso2-0/+14
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-07src/app/markdown: no-js xeblog-conv supportXe Iaso1-3/+3
Thanks to the meddling of @fasterthanlime, I now use lol_html[0] to parse the <xeblog-conv> elements on the server side instead of on the client side as an HTML custom element. I will be using this strategy in the future to expand my blog's functionality and make the christine dot website cinematic universe stronger. Signed-off-by: Xe Iaso <me@christine.website>
2022-05-05add support for pre-publication postsXe Iaso2-2/+11
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-02signal boost: make links optionalXe Iaso1-1/+6
Closes #326 Closes #209 Signed-off-by: Xe <me@christine.website>
2022-03-21Rewrite the site routing with Axum (#441)Xe Iaso1-0/+14
* broken state Signed-off-by: Xe Iaso <me@christine.website> * fix??? Signed-off-by: Xe Iaso <me@christine.website> * Port everything else to axum Signed-off-by: Xe <me@christine.website> * headers Signed-off-by: Xe Iaso <me@christine.website> * site update post Signed-off-by: Christine Dodrill <me@christine.website> * fix headers Signed-off-by: Xe Iaso <me@christine.website> * remove warp example Signed-off-by: Xe Iaso <me@christine.website> * 80c wrap Signed-off-by: Xe Iaso <me@christine.website> * bump version Signed-off-by: Xe Iaso <me@christine.website>
2022-02-27nix flakes 2: fun with packagesXe Iaso1-0/+4
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-19Update blogindex.rs.htmlXe Iaso1-1/+0
Closes #433
2022-01-11make logo betterXe Iaso1-1/+4
Signed-off-by: Xe Iaso <me@christine.website>
2022-01-11templates/header: add logo image that is responsive to theme preferenceXe Iaso1-1/+1
Thanks to many people on Twitter that helped with this: https://twitter.com/theprincessxena/status/1480767115993010177 Signed-off-by: Xe <me@christine.website>
2022-01-10Xe IasoXe Iaso7-17/+17
Signed-off-by: Xe Iaso <me@christine.website>
2022-01-06Update footer.rs.htmlXe1-1/+1
2021-12-19fix CSS contrast ratioXe1-0/+6
Signed-off-by: Xe <me@christine.website>
2021-12-01give up again a second timeXe1-1/+1
Signed-off-by: Xe <me@christine.website>
2021-12-01give upXe1-1/+1
Signed-off-by: Xe <me@christine.website>
2021-11-06oops name lolXe1-1/+1
Signed-off-by: Xe <me@christine.website>
2021-09-08markdown: use comrak syntect (#393)Asherah Connor2-3/+0
* markdown: use comrak syntect * css: make the code samples look better It ain't perfect, but it's probably good enough to start with: https://media.discordapp.net/attachments/188796211543801856/885244826180808754/20210908_15h26m30s_grim.png Signed-off-by: Christine Dodrill <me@christine.website> Co-authored-by: Christine Dodrill <me@christine.website>
2021-08-07XeChristine Dodrill8-29/+35
Signed-off-by: Christine Dodrill <me@christine.website>
2021-07-07remove title from every post so I can add read time estimateChristine Dodrill1-0/+4
Signed-off-by: Christine Dodrill <me@christine.website>
2021-07-06mst3k -> pony.socialChristine Dodrill6-8/+8
Signed-off-by: Christine Dodrill <me@christine.website>
2021-05-20final chapterChristine Dodrill1-0/+1
Signed-off-by: Christine Dodrill <me@christine.website>
2021-04-25blog: add morph tutorial (#363)Christine Dodrill1-13/+2
* blog: add morph tutorial Signed-off-by: Christine Dodrill <me@christine.website> * typos Signed-off-by: Christine Dodrill <me@christine.website>
2021-04-18Revert "backpost a bunch of other articles, make linkposts work properly"Christine Dodrill3-5/+5
This reverts commit 4dde8b26b8be9d9c11bb3920c942ecd6624e419e.
2021-04-18backpost a bunch of other articles, make linkposts work properlyChristine Dodrill3-5/+5
2021-04-06forgot to remove thisChristine Dodrill1-11/+2
Signed-off-by: Christine Dodrill <me@christine.website>
2021-04-02templates/mara.rs.html: make smol smollerChristine Dodrill1-1/+1
Signed-off-by: Christine Dodrill <me@christine.website>
2021-04-01Unix domain socket http server (#352)Christine Dodrill2-2/+8
* enable ipv6 support Signed-off-by: Christine Dodrill <me@christine.website> * enable unix socket powers Signed-off-by: Christine Dodrill <me@christine.website> * unix domain socket post Signed-off-by: Christine Dodrill <me@christine.website> * bump rust Signed-off-by: Christine Dodrill <me@christine.website>
2021-02-21blog: readaptationChristine Dodrill1-0/+1
Signed-off-by: Christine Dodrill <me@christine.website>
2021-02-11pgp keyChristine Dodrill1-2/+0
Signed-off-by: Christine Dodrill <me@christine.website>
2021-01-27Update footer.rs.htmlChristine Dodrill1-1/+1
2021-01-22Use Tokio 1 (#306)Christine Dodrill2-3/+1
* upgrade all the things Signed-off-by: Christine Dodrill <me@christine.website> * build(deps): bump serde from 1.0.118 to 1.0.120 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.118 to 1.0.120. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.120) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * fix Signed-off-by: Christine Dodrill <me@christine.website> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-20orcaChristine Dodrill1-8/+53
Signed-off-by: Christine Dodrill <me@christine.website>