aboutsummaryrefslogtreecommitdiff
path: root/templates/blogpost.rs.html
AgeCommit message (Collapse)AuthorFilesLines
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-26templates: change canonical domain to xeiaso.netXe Iaso1-9/+9
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-24templates/{blog,talk}post: clarify time zoneXe Iaso1-1/+1
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 Iaso1-2/+2
Signed-off-by: Xe Iaso <me@christine.website>
2022-05-12add ethicaladsXe Iaso1-0/+4
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 Iaso1-0/+8
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-01-10Xe IasoXe Iaso1-3/+3
Signed-off-by: Xe Iaso <me@christine.website>
2021-12-19fix CSS contrast ratioXe1-0/+6
Signed-off-by: Xe <me@christine.website>
2021-09-08markdown: use comrak syntect (#393)Asherah Connor1-2/+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 Dodrill1-5/+7
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 Dodrill1-1/+1
Signed-off-by: Christine Dodrill <me@christine.website>
2021-04-01Unix domain socket http server (#352)Christine Dodrill1-0/+2
* 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-01-19dont fuck seoChristine Dodrill1-1/+3
Signed-off-by: Christine Dodrill <me@christine.website>
2021-01-19blog: add redirect posts, tailscale nixos postChristine Dodrill1-0/+6
Signed-off-by: Christine Dodrill <me@christine.website>
2021-01-18Fix Twitter/JSON-LD timestamps (remove time/tz info) (#298)Eliot Partridge1-2/+2
2020-12-02add webmention support (#274)Christine Dodrill1-0/+12
* add webmention support Signed-off-by: Christine Dodrill <me@christine.website> * add webmention integration post Signed-off-by: Christine Dodrill <me@christine.website>
2020-09-20syntax highlightingChristine Dodrill1-0/+1
2020-09-19TL;DR Rust (#210)Christine Dodrill1-45/+46
* start mara code * better alt text * more mara tests * cleanups * blog: start tl;dr rust post * more words * feature complete * little oopses * oops lol
2020-07-16Rewrite site backend in Rust (#178)Christine Dodrill1-0/+122
* add shell.nix changes for Rust #176 * set up base crate layout * add first set of dependencies * start adding basic app modules * start html templates * serve index page * add contact and feeds pages * add resume rendering support * resume cleanups * get signalboost page working * rewrite config to be in dhall * more work * basic generic post loading * more tests * initial blog index support * fix routing? * render blogposts * X-Clacks-Overhead * split blog handlers into blog.rs * gallery index * gallery posts * fix hashtags * remove instantpage (it messes up the metrics) * talk support + prometheus * Create rust.yml * Update rust.yml * Update codeql-analysis.yml * add jsonfeed library * jsonfeed support * rss/atom * go mod tidy * atom: add posted date * rss: add publishing date * nix: build rust program * rip out go code * rip out go templates * prepare for serving in docker * create kubernetes deployment * create automagic deployment * build docker images on non-master * more fixes * fix timestamps * fix RSS/Atom/JSONFeed validation errors * add go vanity import redirecting * templates/header: remove this * atom feed: fixes * fix? * fix?? * fix rust tests * Update rust.yml * automatically show snow during the winter * fix dates * show commit link in footer * sitemap support * fix compiler warning * start basic patreon client * integrate kankyo * fix patreon client * add patrons page * remove this * handle patron errors better * fix build * clean up deploy * sort envvars for deploy * remove deps.nix * shell.nix: remove go * update README * fix envvars for tests * nice * blog: add rewrite in rust post * blog/site-update: more words