aboutsummaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2021-02-21blog: readaptationChristine Dodrill1-0/+1
Signed-off-by: Christine Dodrill <me@christine.website>
2021-02-11pgp keyChristine Dodrill1-2/+0
Signed-off-by: Christine Dodrill <me@christine.website>
2021-01-27Update footer.rs.htmlChristine Dodrill1-1/+1
2021-01-22Use Tokio 1 (#306)Christine Dodrill2-3/+1
* upgrade all the things Signed-off-by: Christine Dodrill <me@christine.website> * build(deps): bump serde from 1.0.118 to 1.0.120 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.118 to 1.0.120. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.118...v1.0.120) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * fix Signed-off-by: Christine Dodrill <me@christine.website> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-20orcaChristine Dodrill1-8/+53
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 Partridge4-7/+7
2021-01-15oopsChristine Dodrill1-1/+1
Signed-off-by: Christine Dodrill <me@christine.website>
2021-01-15actually use google analyticsChristine Dodrill1-11/+9
Signed-off-by: Christine Dodrill <me@christine.website>
2021-01-15oopsChristine Dodrill1-3/+3
Signed-off-by: Christine Dodrill <me@christine.website>
2021-01-15install google tag managerChristine Dodrill1-0/+11
Signed-off-by: Christine Dodrill <me@christine.website>
2021-01-15Update my GPG keyChristine Dodrill1-1/+1
Signed-off-by: Christine Dodrill <me@christine.website>
2021-01-14Cache better (#296)Christine Dodrill2-1/+2
* Many improvements around bandwidth use - Use ETags for RSS/Atom feeds - Use cache-control headers - Update to rust nightly (for rust-analyzer and faster builds) - Limit feeds to the last 20 posts: https://twitter.com/theprincessxena/status/1349891678857998339 - Use if-none-match to limit bandwidth further Also does this: - bump go_vanity to 0.3.0 and lets users customize the branch name - fix formatting on jsonfeed - remove last vestige of kubernetes/docker support Signed-off-by: Christine Dodrill <me@christine.website> * expire cache quicker for dynamic pages Signed-off-by: Christine Dodrill <me@christine.website> * add rss ttl Signed-off-by: Christine Dodrill <me@christine.website> * add blogpost Signed-off-by: Christine Dodrill <me@christine.website>
2021-01-03</kubernetes>Christine Dodrill1-1/+1
Signed-off-by: Christine Dodrill <me@christine.website>
2020-12-31blog: Kubernetes pondering postChristine Dodrill1-1/+1
Signed-off-by: Christine Dodrill <me@christine.website>
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-11-18make blog/, gallery/, and talks/ workChristine Dodrill3-3/+3
Thanks benharri on Freenode for finding this
2020-11-18various updates (#263)Christine Dodrill1-1/+2
* various updates * fix glory shot * fix mi url for updating my blog * fix CI
2020-10-25Article bodies in rss (#243)v2.1.0Christine Dodrill1-1/+4
* add content of posts to the RSS feed * make RSS pass
2020-10-19Remove NimChristine Dodrill1-1/+2
2020-10-08Update index.rs.htmlChristine Dodrill1-1/+2
2020-09-27avif and CSSChristine Dodrill1-1/+2
2020-09-27fixes and CSS fixesChristine Dodrill1-17/+13
2020-09-20syntax highlightingChristine Dodrill2-0/+2
2020-09-19TL;DR Rust (#210)Christine Dodrill2-45/+67
* 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-26fix atom/RSS feeds (#186)Christine Dodrill3-1/+48
* fix atom feeds * also fix RSS feeds * add feeds fixed/flight journal post * fix tests
2020-07-16Rewrite site backend in Rust (#178)Christine Dodrill24-401/+438
* 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-27tweak css for signalboost (#170)Dym Sohin1-1/+1
2020-06-19add /feedsv1.4.0Christine Dodrill2-1/+15
2020-06-11Update galleryindex.htmlChristine Dodrill1-0/+1
2020-05-22Just call yourself a full stack engineer (#152)Christine Dodrill1-4/+4
Closes #150
2020-05-09No python (#144)Christine Dodrill1-1/+1
* Update index.html * Update resume.md
2020-03-18add to navbar and indexChristine Dodrill2-1/+3
2020-03-18signal boost page (#128)Christine Dodrill2-1/+32
2020-02-29Patron page (#122)Christine Dodrill2-1/+21
* implement /patrons * bump go to 1.14 * go mod tidy * bump go in github actions
2020-02-15templates/index: update project listChristine Dodrill1-3/+6
2020-01-10gallery: Cadey Alicia RatioChristine Dodrill1-0/+2
2020-01-04save the treesChristine Dodrill1-1/+1
2020-01-01hindsightChristine Dodrill1-1/+1
2019-11-11FROSTED GLASSChristine Dodrill1-1/+2
2019-11-11Montreal is snowingChristine Dodrill1-1/+1
2019-11-01Art gallery (#91)Christine Dodrill3-1/+142
* implement art gallery * update dates * gallery: update tags * gofmt * templates/gallerypost: add hashtags
2019-10-15kill pageview timer experiment (#83)Christine Dodrill1-3/+0
2019-09-12oopsChristine Dodrill1-1/+1
2019-09-12Series and tags (#74)Christine Dodrill4-0/+45
* initial support for tags and series * tagging support * oops * Update main.go
2019-08-29updateChristine Dodrill1-1/+1
2019-08-19Pageview times experiment (#69)Christine Dodrill1-3/+6
* experiment: track pageview times * strictly respect do not track * oops * asdfasdfasdf * add blogpost * fix typos oops
2019-07-05templates/{blog,talk}post: add datestamp to bodies of postsChristine Dodrill2-0/+6
2019-06-05add this i guess (#52)Christine Dodrill1-0/+1