aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-11-25add site update series tag to site updatesv3Xe Iaso9-2/+11
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-25blog/site-update-v3: hero imageXe Iaso1-0/+8
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-25write articleXe Iaso9-84/+418
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-24move resume to be generated by nixXe Iaso13-190/+261
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-24refactor blogposts to its own fileXe Iaso7-16981/+215
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-24remove the rest of the ructe templates that I can removeXe Iaso8-373/+187
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-24make new mastodon share buttonXe Iaso10-58/+215
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-24fix non-flakes buildXe Iaso1-57/+10
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-24fix dhall buildXe Iaso4-85/+100
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-24fix nix buildsXe Iaso4-3/+16774
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-24Start version 3Xe Iaso53-1029/+1331
* Change version to 3.0.0 in Cargo.toml * Add metadata for series * Change types for signal boosts * Add start of LaTeX resume generation at Nix time * Add start of proper author tagging for posts in JSONFeed and ldjson * Convert templates to use Maud * Add start of dynamic resume generation from dhall * Make patrons page embed thumbnails TODO: * [ ] Remove the rest of the old templates * [ ] Bring in Xeact for the share on mastodon button * [ ] Site update post Signed-off-by: Xe <me@christine.website>
2022-11-24Merge remote-tracking branch 'origin/dependabot/cargo/reqwest-0.11.13'Xe Iaso1-2/+2
2022-11-24Merge remote-tracking branch 'origin/dependabot/cargo/comrak-0.15.0'Xe Iaso2-44/+54
2022-11-24build(deps): bump reqwest from 0.11.12 to 0.11.13dependabot[bot]1-2/+2
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.13. - [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.12...v0.11.13) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-24build(deps): bump comrak from 0.14.0 to 0.15.0dependabot[bot]2-44/+54
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.14.0 to 0.15.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.14.0...0.15.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-24build(deps): bump chrono from 0.4.22 to 0.4.23dependabot[bot]1-2/+2
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.22 to 0.4.23. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.22...v0.4.23) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23signalboost: add entry for ~ajhalili2006 (#567)Andre Jiroh Halili4-3/+38
* signalboost: add entry for ~ajhalili2006 Also in this commit: * Add linkedin and cover_letter (per https://github.com/Xe/site/pull/550#discussion_r1019824691) anmong other things, including adding fediverse and website fields * Update the signalboost.rs HTML template to reflect these changes to Person.dhall types * Fix compilation In the future it would be nice if you ran the test suite. You can get to a development environment with `nix develop` or by installing direnv and running `direnv allow`. Alternatively you can do a full build with `nix build`. Updating the dhall type isn't enough to make the rust code automagically be updated too. You need to also update the corresponding rust type. Dhall prefers camelCase identifiers for items. The formatting for dhall was wrong. Running `dhall format $FILE` will make dhall format the file correctly for you. Signed-off-by: Xe <me@xeiaso.net>
2022-11-23Add Violet White to signalboostXe Iaso1-0/+14
Closes #432 Signed-off-by: Xe <me@christine.website>
2022-11-23build(deps): bump regex from 1.6.0 to 1.7.0dependabot[bot]1-2/+2
Bumps [regex](https://github.com/rust-lang/regex) from 1.6.0 to 1.7.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.6.0...1.7.0)
2022-11-23build(deps): bump sha2 from 0.9.9 to 0.10.6dependabot[bot]2-42/+5
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.9 to 0.10.6. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.9...sha2-v0.10.6)
2022-11-23build(deps): bump serde_yaml from 0.9.13 to 0.9.14dependabot[bot]1-4/+4
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.13 to 0.9.14. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.13...0.9.14)
2022-11-23build(deps): bump prometheus from 0.13.2 to 0.13.3dependabot[bot]1-15/+119
Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.2 to 0.13.3. - [Release notes](https://github.com/tikv/rust-prometheus/releases) - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](https://github.com/tikv/rust-prometheus/compare/v0.13.2...v0.13.3)
2022-11-23build(deps): bump axum from 0.5.16 to 0.5.17dependabot[bot]1-4/+4
Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.16 to 0.5.17. - [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.16...axum-v0.5.17)
2022-11-23build(deps): bump tokio-stream from 0.1.10 to 0.1.11dependabot[bot]1-2/+2
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.10...tokio-stream-0.1.11)
2022-11-23build(deps): bump tracing-subscriber from 0.3.15 to 0.3.16dependabot[bot]1-7/+23
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.15 to 0.3.16. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.15...tracing-subscriber-0.3.16)
2022-11-23fix the adsXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-23build(deps): bump html2text from 0.4.3 to 0.4.4dependabot[bot]1-2/+2
Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/jugglerchris/rust-html2text/releases) - [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md) - [Commits](https://github.com/jugglerchris/rust-html2text/compare/0.4.3...0.4.4)
2022-11-23build(deps): bump serde_dhall from 0.11.2 to 0.12.0dependabot[bot]2-73/+85
Bumps [serde_dhall](https://github.com/Nadrieril/dhall-rust) from 0.11.2 to 0.12.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/commits)
2022-11-23Update Maud to 0.24.0Xe Iaso5-75/+20
Closes #552 Signed-off-by: Xe <me@christine.website>
2022-11-23Update how-i-start-nix-2020-03-08.markdown (#569)Kiryl Harbachonak1-1/+1
- update lorri repo link
2022-11-22the carcinization of go programsXe Iaso3-1/+273
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-19fix videoXe Iaso3-2/+6
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-19sonic frontiers reviewXe Iaso3-1/+346
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-13fix verified shitpostXe Iaso2-1/+8
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-12snek css fix thanks snekXe Iaso1-0/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-12rip twitterXe Iaso15-23/+556
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-06Xess 2.0: HSLXe Iaso10-12/+457
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-06someone got a job :DXe Iaso1-27/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-03lol typosXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-01fixXe Iaso1-0/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-01stop using CXe Iaso3-0/+230
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30HAHAHAHA I WINXe Iaso2-4/+6
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30i hate CSSXe Iaso2-3/+17
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30revert to old nix build i guessXe Iaso1-10/+57
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30various site updatesXe Iaso19-40/+740
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30use flake-compat buildsXe Iaso3-58/+32
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30start working on a mastodon post embed tagXe Iaso12-67/+410
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30remove go patch mentionXe Iaso1-5/+4
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-29oopsXe Iaso1-5/+3
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-29clarify relation to the OpenSSL vulnXe Iaso1-1/+5
Signed-off-by: Xe Iaso <me@christine.website>