aboutsummaryrefslogtreecommitdiff
path: root/static/js
AgeCommit message (Collapse)AuthorFilesLines
2022-12-09src/frontend: start work on wasitermXe Iaso1-0/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-25Start version 3 (#573)Xe Iaso5-73/+1
* Start version 3 * 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> * fix nix builds Signed-off-by: Xe Iaso <me@christine.website> * fix dhall build Signed-off-by: Xe Iaso <me@christine.website> * fix non-flakes build Signed-off-by: Xe Iaso <me@christine.website> * make new mastodon share button Signed-off-by: Xe Iaso <me@christine.website> * remove the rest of the ructe templates that I can remove Signed-off-by: Xe Iaso <me@christine.website> * refactor blogposts to its own file Signed-off-by: Xe Iaso <me@christine.website> * move resume to be generated by nix Signed-off-by: Xe Iaso <me@christine.website> * write article Signed-off-by: Xe Iaso <me@christine.website> * blog/site-update-v3: hero image Signed-off-by: Xe Iaso <me@christine.website> * add site update series tag to site updates Signed-off-by: Xe Iaso <me@christine.website> Signed-off-by: Xe <me@christine.website> Signed-off-by: Xe Iaso <me@christine.website>
2022-10-12HLS supportXe Iaso1-0/+2
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-24Domain move - change links to match (#518)Stephen Wade1-3/+3
* Replace cdn.christine.website with cdn.xeiaso.net * Replace me@christine.website with me@xeiaso.net * Replace christine.website with xeiaso.net * Replace christine dot website with xeiaso dot net * Replace Christine Dodrill with Xe Iaso * Update blog/fun-with-redirection-2021-09-22.markdown * Update blog/ircd-k8s-2019-12-21.markdown * Update blog/reconlangmo-6-lexicon-2020-05-22.markdown Co-authored-by: Xe Iaso <me@xeiaso.net>
2021-12-21fuck you service worker cacheXe1-56/+1
Signed-off-by: Xe <me@christine.website>
2021-12-21turn up the fuck out of the contrastXe1-5/+1
Signed-off-by: Xe <me@christine.website>
2021-12-19Improve domain matching for nag warning, add more reddit domains (#420)Eliot Partridge1-13/+10
2021-12-19fix sh0rk sizeXe1-1/+0
Signed-off-by: Xe <me@christine.website>
2021-12-19fix JSXe2-1/+2
Signed-off-by: Xe <me@christine.website>
2021-12-19fix CSS contrast ratioXe3-3/+41
Signed-off-by: Xe <me@christine.website>
2021-12-15make test custom element pageXe3-1/+38
Signed-off-by: Xe <me@christine.website>
2021-12-01give up againXe1-1/+1
Signed-off-by: Xe <me@christine.website>
2021-12-01bump service worker versionXe1-1/+1
Signed-off-by: Xe <me@christine.website>
2021-11-18Xeact postXe1-0/+1
Signed-off-by: Xe <me@christine.website>
2021-09-08try this?Christine Dodrill1-1/+1
Signed-off-by: Christine Dodrill <me@christine.website>
2021-04-02sw.js: bust cacheChristine Dodrill1-1/+1
Signed-off-by: Christine Dodrill <me@christine.website>
2021-03-16le bumpChristine Dodrill1-34/+34
2020-07-16Rewrite site backend in Rust (#178)Christine Dodrill3-25/+30
* 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
2019-11-11FROSTED GLASSChristine Dodrill1-0/+2
2019-11-01Art gallery (#91)Christine Dodrill1-2/+2
* implement art gallery * update dates * gallery: update tags * gofmt * templates/gallerypost: add hashtags
2019-10-15kill pageview timer experiment (#83)Christine Dodrill2-32/+1
2019-08-19Pageview times experiment (#69)Christine Dodrill1-0/+31
* experiment: track pageview times * strictly respect do not track * oops * asdfasdfasdf * add blogpost * fix typos oops
2019-05-21add talks support (#40)Christine Dodrill1-4/+6
* add talks support * gosimplify
2019-02-03PWA: rename cache, update iconsChristine Dodrill1-4/+7
2018-11-13update service worker to hack thingsChristine Dodrill1-10/+10
2018-10-20fix service workerChristine Dodrill1-0/+0
2018-10-20static: support offline page service workerChristine Dodrill1-0/+55