aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-07-24Add basic notes postnotesXe Iaso1-0/+46
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-24notes: finish featuresXe Iaso3-12/+34
Pagination and comments fixed Signed-off-by: Xe <me@christine.website>
2022-07-14update nivXe Iaso1-2/+25
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-11handlers/notes: fix updateXe Iaso1-2/+3
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-11handlers/notes: create, update, delete, tailauth tooXe Iaso8-19/+254
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-11Revert "fix"Xe Iaso5-10/+85
This reverts commit 7dd708c6613b8e617fe77a6a8ad177485b39c258.
2022-07-11handlers/notes: only show not-deleted postsXe Iaso1-2/+2
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-10fixXe Iaso5-85/+10
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-10add basic ts_localapi crateXe Iaso3-0/+154
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-10basic notes supportXe Iaso13-6/+442
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-10consolidate API routesXe Iaso6-82/+85
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-09SpearphishingXe Iaso1-0/+68
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-06blog: update devShell to devShells for compatibility with recent spec (#505)Loric Brevet1-3/+3
2022-07-06build(deps): bump regex from 1.5.6 to 1.6.0 (#511)dependabot[bot]1-4/+4
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.6 to 1.6.0. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.5.6...1.6.0) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04build(deps): bump tracing-subscriber from 0.3.11 to 0.3.14 (#509)dependabot[bot]1-4/+4
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.11 to 0.3.14. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.11...tracing-subscriber-0.3.14) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04build(deps): bump axum from 0.5.10 to 0.5.11 (#508)dependabot[bot]1-4/+4
Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.5.10...axum-v0.5.11) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04build(deps): bump axum-extra from 0.3.5 to 0.3.6 (#507)dependabot[bot]1-2/+2
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-extra-v0.3.5...axum-extra-v0.3.6) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04build(deps): bump comrak from 0.13.1 to 0.13.2 (#510)dependabot[bot]2-3/+3
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.13.1 to 0.13.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.13.1...0.13.2) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-04add _xesite_frontmatter extensionXe Iaso10-95/+179
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-04add API calls for my blogposts/talksXe Iaso3-2/+68
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-04handlers: fix LAST_MODIFIED date formatXe Iaso1-1/+19
Closes #463 Signed-off-by: Xe <me@christine.website>
2022-07-04rename jsonfeed to xe_jsonfeed to prepare for my own extensionsXe Iaso6-25/+25
Signed-off-by: Xe Iaso <me@christine.website>
2022-06-29update doing a writing dateXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-06-29build(deps): bump axum-macros from 0.2.2 to 0.2.3 (#502)dependabot[bot]1-2/+2
Bumps [axum-macros](https://github.com/tokio-rs/axum) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-macros-v0.2.2...axum-macros-v0.2.3) --- updated-dependencies: - dependency-name: axum-macros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-29build(deps): bump axum-extra from 0.3.4 to 0.3.5 (#503)dependabot[bot]1-2/+3
Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-extra-v0.3.4...axum-extra-v0.3.5) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-29build(deps): bump axum from 0.5.9 to 0.5.10 (#504)dependabot[bot]1-4/+4
Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.9 to 0.5.10. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.5.9...axum-v0.5.10) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-27build(deps): bump serde_dhall from 0.11.1 to 0.11.2 (#500)dependabot[bot]2-3/+3
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.11.1 to 0.11.2. - [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.11.1...serde_dhall-v0.11.2) --- updated-dependencies: - dependency-name: serde_dhall dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-27build(deps): bump comrak from 0.13.0 to 0.13.1 (#501)dependabot[bot]2-20/+31
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.13.0 to 0.13.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.13.0...0.13.1) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-25vodsXe1-0/+3
Signed-off-by: Xe <me@christine.website>
2022-06-25blog: writing about writingXe1-0/+202
Signed-off-by: Xe <me@christine.website>
2022-06-21start playing with resume data typesXe4-0/+62
Signed-off-by: Xe <me@christine.website>
2022-06-21job history: even moreXe13-121/+518
Signed-off-by: Xe <me@christine.website>
2022-06-21build(deps): bump axum from 0.5.8 to 0.5.9 (#498)dependabot[bot]1-4/+4
Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.8 to 0.5.9. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.5.8...axum-v0.5.9) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20build(deps): bump axum from 0.5.7 to 0.5.8 (#497)dependabot[bot]1-6/+6
Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.5.7...axum-v0.5.8) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20build(deps): bump tower from 0.4.12 to 0.4.13 (#496)dependabot[bot]1-26/+2
Bumps [tower](https://github.com/tower-rs/tower) from 0.4.12 to 0.4.13. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.12...tower-0.4.13) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-16Fix typo on the salary transparency page (#495)bjorn31-1/+1
2022-06-15build(deps): bump reqwest from 0.11.10 to 0.11.11 (#491)dependabot[bot]1-2/+3
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.10 to 0.11.11. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.10...v0.11.11) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15Fix typo in salary transparency article (#494)Vincent Bernat1-1/+1
2022-06-14Fix some typos in salary transparency pages. (#493)Molly Miller2-2/+2
Replace erroneous "hirt" with intended "hurt". Signed-off-by: Molly Miller <sysvinit@users.noreply.github.com> Co-authored-by: Molly Miller <sysvinit@users.noreply.github.com>
2022-06-14Add salary transparency page (#492)Xe Iaso22-134/+481
* Move dhall data and types into `/dhall` folder * Reformat salary transparency data into Dhall * Wire up the old salary transparency page with a custom element * Wire up a new salary transparency page * Expose raw data as JSON * Make dhall types more portable * Remove gallery from the navbar * Make signal boost page point to the new data location * Add salary transparency page to the footer of the site * Add site update post for this Signed-off-by: Xe <me@xeiaso.net>
2022-06-13Add myself to signalboost.dhall (#490)Gabriel Simmer1-0/+16
2022-06-09set date to today, yoloXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-06-08oops lolXe Iaso1-2/+2
Signed-off-by: Xe Iaso <me@christine.website>
2022-06-08push to day afterXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-06-08talks: add static analysis talkXe Iaso4-15/+442
Signed-off-by: Xe Iaso <me@christine.website>
2022-06-08Add hero image support with <xeblog-hero>Xe Iaso10-239/+600
Also lightens the JavaScript load and shifts ad impressions to only when people from Reddit and Hacker News visit. I may have this include Twitter in the future. Signed-off-by: Xe <me@christine.website>
2022-06-08add rustfmt to runtime closure of devshellXe Iaso1-0/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-06-08build(deps): bump comrak from 0.12.1 to 0.13.0 (#487)dependabot[bot]2-4/+3
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.12.1 to 0.13.0. - [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.12.1...0.13.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-08build(deps): bump http from 0.2.7 to 0.2.8 (#486)dependabot[bot]1-2/+2
Bumps [http](https://github.com/hyperium/http) from 0.2.7 to 0.2.8. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.7...v0.2.8) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-08Fix the flake URL format (#483)Jade Lovelace1-1/+1
Good old Nix changing things. I've also noted the branch format, since they hard-coded it to master by default.