aboutsummaryrefslogtreecommitdiff
path: root/go.sum
AgeCommit message (Collapse)AuthorFilesLines
2023-09-30Xesite V4 (#723)Xe Iaso1-0/+402
* 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>
2020-07-16Rewrite site backend in Rust (#178)Christine Dodrill1-211/+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-28The dwarven cavern (#172)Christine Dodrill1-0/+5
* blog: add The Dwarven Cavern * blog/dwarven-cavern: cleanup this here * blog/dwarven-cavern: more words
2020-06-24build(deps): bump github.com/prometheus/client_golang (#168)dependabot-preview[bot]1-0/+2
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.7.0...v1.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-18build(deps): bump github.com/prometheus/client_golang (#166)dependabot-preview[bot]1-0/+8
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.6.0...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-08build(deps): bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (#164)dependabot-preview[bot]1-0/+2
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.6.0...v1.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-04build(deps): bump within.website/ln from 0.9.0 to 0.9.1 (#161)dependabot-preview[bot]1-0/+2
Bumps [within.website/ln](https://github.com/Xe/ln) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/Xe/ln/releases) - [Changelog](https://github.com/Xe/ln/blob/master/CHANGELOG.md) - [Commits](https://github.com/Xe/ln/compare/v0.9.0...v0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-29build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (#158)dependabot-preview[bot]1-0/+4
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-13build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 (#146)dependabot-preview[bot]1-0/+2
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.8 to 2.3.0. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.8...v2.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-06Super Bootable 64 (#141)Christine Dodrill1-0/+4
* bump deps.nix * blog: super bootable 64 * blog/bootable-64: oops
2020-04-29build(deps): bump github.com/prometheus/client_golang (#139)dependabot-preview[bot]1-0/+16
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.5.1...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-15build(deps): bump within.website/ln from 0.8.0 to 0.9.0 (#137)dependabot-preview[bot]1-0/+2
Bumps [within.website/ln](https://github.com/Xe/ln) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/Xe/ln/releases) - [Changelog](https://github.com/Xe/ln/blob/master/CHANGELOG.md) - [Commits](https://github.com/Xe/ln/compare/v0.8.0...v0.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-18signal boost page (#128)Christine Dodrill1-0/+18
2020-03-18build(deps): bump github.com/prometheus/client_golang (#127)dependabot-preview[bot]1-0/+2
2020-03-09build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (#120)dependabot-preview[bot]1-0/+2
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.5.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-09build(deps): bump github.com/prometheus/client_golang (#123)dependabot-preview[bot]1-0/+2
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.4.1...v1.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-02-29Patron page (#122)Christine Dodrill1-2/+11
* implement /patrons * bump go to 1.14 * go mod tidy * bump go in github actions
2020-02-10build(deps): bump github.com/prometheus/client_golang (#115)dependabot-preview[bot]1-0/+2
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-07Nix build support (#113)Christine Dodrill1-15/+6
* try nix * don't double build * Update docker.nix * Update nix.yml
2020-01-29build(deps): bump github.com/prometheus/client_golang (#111)dependabot-preview[bot]1-0/+11
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.3.0...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-25Add blogpost on how I use Dhall for Kubernetes (#110)Christine Dodrill1-17/+5
* blog: add post on Dhall for Kubernetes * go.sum: tidy * Update dhall-kubernetes-2020-01-25.markdown
2020-01-25build(deps): bump within.website/ln from 0.7.0 to 0.8.0 (#108)dependabot-preview[bot]1-0/+2
Bumps [within.website/ln](https://github.com/Xe/ln) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/Xe/ln/releases) - [Changelog](https://github.com/Xe/ln/blob/master/CHANGELOG.md) - [Commits](https://github.com/Xe/ln/compare/v0.7.0...v0.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-25build(deps): bump gopkg.in/yaml.v2 from 2.2.7 to 2.2.8 (#109)dependabot-preview[bot]1-0/+2
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.7 to 2.2.8. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.7...v2.2.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-17build(deps): bump github.com/prometheus/client_golang (#104)dependabot-preview[bot]1-0/+9
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.2.1...v1.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-14build(deps): bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 (#96)dependabot-preview[bot]1-0/+2
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.5 to 2.2.7. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.5...v2.2.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-05build(deps): bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.5 (#92)dependabot-preview[bot]1-0/+2
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.4 to 2.2.5. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.4...v2.2.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-23go mod tidyChristine Dodrill1-4/+8
2019-10-17build(deps): bump github.com/prometheus/client_golang (#85)dependabot-preview[bot]1-0/+2
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.2.0...v1.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-16build(deps): bump github.com/prometheus/client_golang (#84)dependabot-preview[bot]1-0/+20
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.0.0...v1.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-07go.mod: tidy (#81)Christine Dodrill1-2/+0
2019-10-06build(deps): bump gopkg.in/yaml.v2 from 2.2.3 to 2.2.4 (#79)dependabot-preview[bot]1-0/+2
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.2.3...v2.2.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-02build(deps): bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (#78)dependabot-preview[bot]1-0/+2
2019-08-19build(deps): bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (#67)dependabot-preview[bot]1-0/+3
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.3.0...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-19Pageview times experiment (#69)Christine Dodrill1-27/+1
* experiment: track pageview times * strictly respect do not track * oops * asdfasdfasdf * add blogpost * fix typos oops
2019-08-15build(deps): bump github.com/povilasv/prommod from 0.0.11 to 0.0.12 (#65)dependabot-preview[bot]1-0/+7
Bumps [github.com/povilasv/prommod](https://github.com/povilasv/prommod) from 0.0.11 to 0.0.12. - [Release notes](https://github.com/povilasv/prommod/releases) - [Commits](https://github.com/povilasv/prommod/compare/v0.0.11...v0.0.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-11build(deps): bump within.website/ln from 0.6.0 to 0.7.0 (#63)dependabot-preview[bot]1-0/+2
Bumps [within.website/ln](https://github.com/Xe/ln) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/Xe/ln/releases) - [Changelog](https://github.com/Xe/ln/blob/master/CHANGELOG.md) - [Commits](https://github.com/Xe/ln/compare/v0.6.0...v0.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-11build(deps): bump github.com/prometheus/client_golang (#55)dependabot-preview[bot]1-0/+6
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.9.3 to 0.9.4. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v0.9.3...v0.9.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-03build(deps): bump within.website/ln from 0.5.2 to 0.6.0 (#48)dependabot-preview[bot]1-0/+2
Bumps [within.website/ln](https://github.com/Xe/ln) from 0.5.2 to 0.6.0. - [Release notes](https://github.com/Xe/ln/releases) - [Commits](https://github.com/Xe/ln/compare/v0.5.2...v0.6.0)
2019-05-25Revert "go.mod: bump to christine.website/v1 (#43)"Christine Dodrill1-15/+0
This reverts commit 901a870769598144b16ae04f2372a9a7df5c9ea8.
2019-05-25go mod tidyChristine Dodrill1-11/+11
2019-05-25go.mod: bump to christine.website/v1 (#43)Christine Dodrill1-0/+4
2019-05-25build(deps): bump github.com/gorilla/feeds from 1.1.0 to 1.1.1 (#42)dependabot-preview[bot]1-0/+2
Bumps [github.com/gorilla/feeds](https://github.com/gorilla/feeds) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/gorilla/feeds/releases) - [Commits](https://github.com/gorilla/feeds/compare/v1.1.0...v1.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-25build(deps): bump github.com/prometheus/client_golang (#41)dependabot-preview[bot]1-0/+14
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v0.9.2...v0.9.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-01update dependenciesChristine Dodrill1-2/+9
2019-03-27reorg: phase 1Christine Dodrill1-4/+0
2019-03-22cmd/site: better loggingChristine Dodrill1-0/+5
2019-03-21Dockerfile: run testsChristine Dodrill1-0/+4
2019-03-21robots and sitemapChristine Dodrill1-0/+4
2019-03-21vendor some dependenciesChristine Dodrill1-8/+1
2019-03-21remove gops and gopreloadChristine Dodrill1-16/+0