aboutsummaryrefslogtreecommitdiff
path: root/cmd/site/html.go
AgeCommit message (Collapse)AuthorFilesLines
2020-07-16Rewrite site backend in Rust (#178)Christine Dodrill1-245/+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
2019-12-09Within package layout (#102)Christine Dodrill1-2/+2
* blog: go package layout * eat my own dogfood * internal: test date * blog/go-package-layout: streamline * oops
2019-11-01Art gallery (#91)Christine Dodrill1-0/+53
* 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 Dodrill1-0/+41
* initial support for tags and series * tagging support * oops * Update main.go
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 Dodrill1-2/+2
This reverts commit 901a870769598144b16ae04f2372a9a7df5c9ea8.
2019-05-25go.mod: bump to christine.website/v1 (#43)Christine Dodrill1-2/+2
2019-05-21add talks support (#40)Christine Dodrill1-1/+45
* add talks support * gosimplify
2019-03-27make logging cleaner, etag moreChristine Dodrill1-1/+12
2019-03-27reorg: phase 1Christine Dodrill1-3/+7
2019-03-22cmd/site: better loggingChristine Dodrill1-6/+16
2019-03-21cmd/site: per post view countersChristine Dodrill1-0/+9
2019-03-21vendor some dependenciesChristine Dodrill1-20/+6
2019-01-26cmd/site: etagsChristine Dodrill1-3/+16
2019-01-12tidyChristine Dodrill1-1/+1
2018-12-10cmd/site: ignore url paramsChristine Dodrill1-1/+2
2018-12-01cmd/site: back out segment experiment, it's not worth itChristine Dodrill1-12/+0
2018-08-22less anonymousChristine Dodrill1-1/+1
2018-08-22no pointersChristine Dodrill1-1/+1
2018-08-22logging i guessChristine Dodrill1-1/+4
2018-08-22add analytics via segment againChristine Dodrill1-0/+9
2018-07-01rip out mageChristine Dodrill1-0/+73