aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)AuthorFilesLines
2020-07-16Rewrite site backend in Rust (#178)Christine Dodrill18-1293/+0
* 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-06-19add /feedsv1.4.0Christine Dodrill2-0/+2
2020-05-21cmd/site: X-HackerChristine Dodrill1-2/+10
2020-05-21cmd/site: more clacksChristine Dodrill2-2/+37
2020-03-18signal boost page (#128)Christine Dodrill3-8/+73
2020-02-29Patron page (#122)Christine Dodrill2-1/+134
* implement /patrons * bump go to 1.14 * go mod tidy * bump go in github actions
2020-01-11expose jsonfeedv1.3.1Christine Dodrill7-526/+2
2020-01-10gallery: Cadey Alicia RatioChristine Dodrill1-1/+1
2020-01-04bump arbdateChristine Dodrill1-1/+1
2019-12-14GNU AshlynnChristine Dodrill1-0/+1
2019-12-09Within package layout (#102)Christine Dodrill19-6/+944
* blog: go package layout * eat my own dogfood * internal: test date * blog/go-package-layout: streamline * oops
2019-11-01Art gallery (#91)Christine Dodrill2-5/+68
* implement art gallery * update dates * gallery: update tags * gofmt * templates/gallerypost: add hashtags
2019-10-23cmd/site: change date format (#89)Christine Dodrill1-4/+2
* cmd/site: change date format * internal: begone comma
2019-09-12oopsChristine Dodrill1-12/+13
2019-09-12Series and tags (#74)Christine Dodrill2-1/+47
* initial support for tags and series * tagging support * oops * Update main.go
2019-08-19Pageview times experiment (#69)Christine Dodrill2-0/+54
* experiment: track pageview times * strictly respect do not track * oops * asdfasdfasdf * add blogpost * fix typos oops
2019-06-05cmd/site: add git rev to logging on bootChristine Dodrill1-1/+2
2019-06-05cmd/site: add X-Git-Rev header to all outgoing requestsChristine Dodrill1-0/+5
2019-06-05cmd/site: show talk viewcounts broken down with blogposts (#51)Christine Dodrill1-0/+1
2019-05-25Revert "go.mod: bump to christine.website/v1 (#43)"Christine Dodrill3-6/+6
This reverts commit 901a870769598144b16ae04f2372a9a7df5c9ea8.
2019-05-25go.mod: bump to christine.website/v1 (#43)Christine Dodrill3-6/+6
2019-05-22templates/contact: update discord nameChristine Dodrill1-1/+1
2019-05-21add talks support (#40)Christine Dodrill2-3/+63
* add talks support * gosimplify
2019-04-17cmd/site: give rss users the content tooChristine Dodrill1-2/+3
2019-04-03cmd/site: fix sitemapChristine Dodrill1-0/+6
2019-03-27shadow this tooChristine Dodrill1-1/+1
2019-03-27shadow errorsChristine Dodrill1-5/+8
2019-03-27make logging cleaner, etag moreChristine Dodrill3-10/+19
2019-03-27reorg: phase 1Christine Dodrill4-177/+65
2019-03-22cmd/site: better loggingChristine Dodrill2-11/+54
2019-03-21robots and sitemapChristine Dodrill1-2/+44
2019-03-21cmd/site: per post view countersChristine Dodrill1-0/+9
2019-03-21vendor some dependenciesChristine Dodrill3-24/+10
2019-03-21remove gops and gopreloadChristine Dodrill2-22/+0
2019-03-21cmd/site: prometheus supportChristine Dodrill1-7/+46
2019-01-26removed taht needChristine Dodrill1-2/+5
2019-01-26cmd/site: etagsChristine Dodrill2-3/+17
2019-01-12tidyChristine Dodrill3-3/+3
2018-12-14vanity importChristine Dodrill1-1/+9
2018-12-10cmd/site: ignore url paramsChristine Dodrill1-1/+2
2018-12-01cmd/site: back out segment experiment, it's not worth itChristine Dodrill2-32/+0
2018-10-20fix service workerChristine Dodrill1-1/+4
2018-08-22less anonymousChristine Dodrill2-2/+2
2018-08-22no pointersChristine Dodrill2-2/+2
2018-08-22logging i guessChristine Dodrill2-2/+8
2018-08-22add analytics via segment againChristine Dodrill2-0/+27
2018-07-01fix buildChristine Dodrill1-10/+4
2018-07-01rip out mageChristine Dodrill6-0/+378