aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2024-02-12rip out tsnet for goodXe Iaso1-0/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-01-27Xeact talkXe Iaso2-0/+68
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-02lume/nodes: recover github actions secretsXe Iaso1-0/+11
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-27okay so you need a script?Xe Iaso1-0/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-09-30Xesite V4 (#723)Xe Iaso1-1/+1
* scripts/ditherify: fix quoting Signed-off-by: Xe Iaso <me@xeiaso.net> * clean up some old files Signed-off-by: Xe Iaso <me@xeiaso.net> * import site into lume Signed-off-by: Xe Iaso <me@xeiaso.net> * initial go code Signed-off-by: Xe Iaso <me@xeiaso.net> * move vods index to top level Signed-off-by: Xe Iaso <me@xeiaso.net> * remove the ads Signed-off-by: Xe Iaso <me@xeiaso.net> * internal/lume: metrics Signed-off-by: Xe Iaso <me@xeiaso.net> * delete old code Signed-off-by: Xe Iaso <me@xeiaso.net> * load config into memory Signed-off-by: Xe Iaso <me@xeiaso.net> * autogenerate data from dhall config Signed-off-by: Xe Iaso <me@xeiaso.net> * various cleanups, import clackset logic Signed-off-by: Xe Iaso <me@xeiaso.net> * Update signalboost.dhall (#722) Added myself, and also fixed someone’s typo * Add Connor Edwards to signal boost (#721) * add cache headers Signed-off-by: Xe Iaso <me@xeiaso.net> * move command to xesite folder Signed-off-by: Xe Iaso <me@xeiaso.net> * xesite: listen for GitHub webhook push events Signed-off-by: Xe Iaso <me@xeiaso.net> * xesite: 5 minute timeout for rebuilding the site Signed-off-by: Xe Iaso <me@xeiaso.net> * xesite: add rebuild metrics Signed-off-by: Xe Iaso <me@xeiaso.net> * xesite: update default variables Signed-off-by: Xe Iaso <me@xeiaso.net> * don't commit binaries oops lol Signed-off-by: Xe Iaso <me@xeiaso.net> * lume: make search have a light background Signed-off-by: Xe Iaso <me@xeiaso.net> * add a notfound page Signed-off-by: Xe Iaso <me@xeiaso.net> * fetch info from patreon API Signed-off-by: Xe Iaso <me@xeiaso.net> * create contact page Signed-off-by: Xe Iaso <me@xeiaso.net> * Toot embedding Signed-off-by: Xe Iaso <me@xeiaso.net> * attempt a docker image Signed-off-by: Xe Iaso <me@xeiaso.net> * lume: fix deno lock Signed-off-by: Xe Iaso <me@xeiaso.net> * add gokrazy post Signed-off-by: Xe Iaso <me@xeiaso.net> * cmd/xesite: go up before trying to connect to the saas proxy Signed-off-by: Xe Iaso <me@xeiaso.net> * blog: add Sine post/demo Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net> Co-authored-by: bri <284789+b-@users.noreply.github.com> Co-authored-by: Connor Edwards <38229097+cedws@users.noreply.github.com>
2022-06-08talks: add static analysis talkXe Iaso1-1/+2
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-21imgoptimize: quote pathsXe Iaso1-3/+3
Signed-off-by: Xe Iaso <me@christine.website>
2021-11-10talks: add Nix and NixOS Close to Perfect talk (#411)Xe1-0/+4
For PackagingCon 2021. Signed-off-by: Xe <me@christine.website>
2021-10-20change (#407)Christine Dodrill3-0/+13
Signed-off-by: Christine Dodrill <me@christine.website>
2021-01-09Borgbackup nixos post (#291)Christine Dodrill1-12/+0
* fix the systemd notify code Signed-off-by: Christine Dodrill <me@christine.website> * remove k8s baktag Signed-off-by: Christine Dodrill <me@christine.website> * borg backup post Signed-off-by: Christine Dodrill <me@christine.website> * fix build Signed-off-by: Christine Dodrill <me@christine.website>
2020-11-18yay it worksChristine Dodrill1-1/+1
2020-11-18fix this?Christine Dodrill1-1/+1
2020-11-18fixChristine Dodrill1-0/+2
2020-11-18various updates (#263)Christine Dodrill1-1/+1
* various updates * fix glory shot * fix mi url for updating my blog * fix CI
2020-11-09nixops services blogpost (#259)Christine Dodrill1-1/+1
2020-07-16Rewrite site backend in Rust (#178)Christine Dodrill3-10/+10
* 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
2020-02-07Nix build support (#113)Christine Dodrill1-0/+4
* try nix * don't double build * Update docker.nix * Update nix.yml
2019-10-23Update/go1.13.3 (#87)Christine Dodrill2-13/+0
* Update to go 1.13.3, remove old files, ping bing/google search * remove old lines, oops
2019-08-19Pageview times experiment (#69)Christine Dodrill1-1/+1
* experiment: track pageview times * strictly respect do not track * oops * asdfasdfasdf * add blogpost * fix typos oops
2019-01-26cmd/site: etagsChristine Dodrill1-1/+1
2018-08-26scripts: local docker build/runChristine Dodrill1-0/+6
2018-08-19blog: new post: DeathChristine Dodrill1-1/+1
2018-07-01rip out mageChristine Dodrill2-0/+13