aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-08-13build(deps): bump comrak from 0.8.1 to 0.8.2 (#193)dependabot-preview[bot]1-2/+16
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.8.1...0.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-12build(deps): bump comrak from 0.8.0 to 0.8.1 (#192)dependabot-preview[bot]1-2/+2
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.8.0...0.8.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-08-11build(deps): bump serde from 1.0.114 to 1.0.115 (#191)dependabot-preview[bot]1-4/+4
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.114 to 1.0.115. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.114...v1.0.115) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-06build(deps): bump serde_dhall from 0.5.3 to 0.6.0 (#190)dependabot-preview[bot]2-108/+56
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.5.3 to 0.6.0. - [Release notes](https://github.com/Nadrieril/dhall-rust/releases) - [Changelog](https://github.com/Nadrieril/dhall-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/Nadrieril/dhall-rust/compare/serde_dhall-v0.5.3...serde_dhall-v0.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-08-04build(deps): bump error-chain from 0.12.3 to 0.12.4 (#189)dependabot-preview[bot]1-2/+2
Bumps [error-chain](https://github.com/rust-lang-nursery/error-chain) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/rust-lang-nursery/error-chain/releases) - [Changelog](https://github.com/rust-lang-nursery/error-chain/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/error-chain/compare/0.12.3...0.12.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-02fixupsChristine Dodrill1-1/+1
2020-08-02blog: The Fear of Missing OutChristine Dodrill1-0/+108
2020-07-31build(deps): bump error-chain from 0.12.2 to 0.12.3 (#188)dependabot-preview[bot]1-2/+2
Bumps [error-chain](https://github.com/rust-lang-nursery/error-chain) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/rust-lang-nursery/error-chain/releases) - [Changelog](https://github.com/rust-lang-nursery/error-chain/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/error-chain/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-28blog: add Musings from Within release post (#187)Christine Dodrill1-0/+92
2020-07-26fix atom/RSS feeds (#186)Christine Dodrill11-271/+243
* fix atom feeds * also fix RSS feeds * add feeds fixed/flight journal post * fix tests
2020-07-21build(deps): bump warp from 0.2.3 to 0.2.4 (#184)dependabot-preview[bot]1-2/+14
Bumps [warp](https://github.com/seanmonstar/warp) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.2.3...v0.2.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-17build(deps): bump log from 0.4.8 to 0.4.11 (#180)dependabot-preview[bot]1-18/+18
Bumps [log](https://github.com/rust-lang/log) from 0.4.8 to 0.4.11. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.8...0.4.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-16fix??Christine Dodrill1-2/+2
2020-07-16Update nix.ymlChristine Dodrill1-0/+1
2020-07-16Rewrite site backend in Rust (#178)Christine Dodrill110-3294/+6352
* 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-07-10Continuous Deployment to Kubernetes with Gitea and Drone (#177)v1.5.0Christine Dodrill1-0/+330
* add drone-k8s post * oops
2020-07-09Added new person (Muazzam Kazmi) (#175)Muazzam Ali Kazmi1-0/+13
2020-07-07Update signalboost.dhallChristine Dodrill1-19/+0
2020-07-07Update signalboost.dhallChristine Dodrill1-21/+0
This experiment is officially a success
2020-07-03fix(signalboost): add twitter details to dude (#174)Jeremy White0-0/+0
* h * fix(signalboost): add twitter link
2020-07-03Update go.ymlChristine Dodrill1-1/+3
2020-07-03Update signalboost.dhallChristine Dodrill1-0/+1
2020-07-03h (#173)Jeremy White1-0/+19
2020-06-30Update codeql-analysis.ymlChristine Dodrill1-2/+1
2020-06-30Create codeql-analysis.ymlChristine Dodrill1-0/+40
2020-06-28Update the-dwarven-cavern-6e-2020-06-28.markdownChristine Dodrill1-1/+1
2020-06-28The dwarven cavern (#172)Christine Dodrill2-0/+343
* blog: add The Dwarven Cavern * blog/dwarven-cavern: cleanup this here * blog/dwarven-cavern: more words
2020-06-28fixed columns on signalboost (#171)Dym Sohin1-2/+2
2020-06-27tweak css for signalboost (#170)Dym Sohin2-1/+10
2020-06-25Update signalboost.dhall (#169)ansimita1-0/+1
2020-06-24build(deps): bump github.com/prometheus/client_golang (#168)dependabot-preview[bot]2-1/+3
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-23Return v post (#167)Christine Dodrill1-4/+259
* Revert "yaml" This reverts commit 0c926583a9192a8b18204a896e91013fdd6c05f5. * Revert "blog/vlang-update: tombstone post" This reverts commit 78bcfcfd983e85789725a2f85bdadb5a07a43eb8. * edit down V post * Update vlang-update-2020-06-17.markdown * Update vlang-update-2020-06-17.markdown
2020-06-19add /feedsv1.4.0Christine Dodrill4-1/+17
2020-06-18build(deps): bump github.com/prometheus/client_golang (#166)dependabot-preview[bot]2-1/+9
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-17yamlChristine Dodrill1-1/+1
2020-06-17blog/vlang-update: tombstone postChristine Dodrill1-255/+4
2020-06-17Update vlang-update-2020-06-17.markdownChristine Dodrill1-1/+1
2020-06-17Vlang Update (#165)Christine Dodrill4-5/+262
* Vlang Update * Update vlang-update-2020-06-17.markdown * Update nix.yml
2020-06-15Fairly Odd OrcaChristine Dodrill3-0/+14
2020-06-11Update galleryindex.htmlChristine Dodrill1-0/+1
2020-06-08build(deps): bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (#164)dependabot-preview[bot]2-1/+3
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-07blog/why-i-use-suckless: fix a typoChristine Dodrill1-1/+1
You know those words that you've only ever heard out loud and only spelled one way? Well here comes English with homophones to completely blow all your expectations out of the water!
2020-06-06Update signalboost.dhall (#163)ansimita1-0/+15
2020-06-05Update why-i-use-suckless-tools-2020-06-05.markdownChristine Dodrill1-1/+1
2020-06-05Update why-i-use-suckless-tools-2020-06-05.markdownChristine Dodrill1-0/+2
2020-06-05blog: why i use suckless (#162)Christine Dodrill1-0/+309
2020-06-04build(deps): bump within.website/ln from 0.9.0 to 0.9.1 (#161)dependabot-preview[bot]2-1/+3
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-31blog: gitea-release post (#160)Christine Dodrill1-0/+202
2020-05-29reconlangmo 8: storytelling/poetry (#159)Christine Dodrill1-0/+142
2020-05-29build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (#158)dependabot-preview[bot]2-1/+5
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>