aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2023-07-16xedium groundworkxediumXe Iaso4-10/+12
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-05-26lib/xesite_templates: remove :verified:Xe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-05-25build(deps): bump lol_html from 0.4.0 to 1.0.0 (#667)dependabot[bot]2-2/+2
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 0.4.0 to 1.0.0. - [Release notes](https://github.com/cloudflare/lol-html/releases) - [Changelog](https://github.com/cloudflare/lol-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudflare/lol-html/compare/v0.4.0...v1.0.0) --- updated-dependencies: - dependency-name: lol_html dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23build(deps): bump html2text from 0.5.1 to 0.6.0 (#664)dependabot[bot]1-1/+1
Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.5.1 to 0.6.0. - [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md) - [Commits](https://github.com/jugglerchris/rust-html2text/compare/0.5.1...0.6.0) --- updated-dependencies: - dependency-name: html2text 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>
2023-04-27build(deps): bump lol_html from 0.3.3 to 0.4.0 (#648)dependabot[bot]2-2/+2
Bumps [lol_html](https://github.com/cloudflare/lol-html) from 0.3.3 to 0.4.0. - [Release notes](https://github.com/cloudflare/lol-html/releases) - [Changelog](https://github.com/cloudflare/lol-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudflare/lol-html/compare/v0.3.3...v0.4.0) --- updated-dependencies: - dependency-name: lol_html 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>
2023-04-02add a cachebuster for xeact componentsXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-04-01grammars goodXe Iaso1-3/+0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-04-01fix share buttonXe Iaso1-3/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-04-01move video component to a dynamic Xeact componentXe Iaso1-45/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-04-01build javascript files with esbuildXe Iaso2-1/+39
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-31fix comrak breakXe Iaso1-2/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-31build(deps): bump comrak from 0.17.1 to 0.18.0dependabot[bot]1-1/+1
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.17.1 to 0.18.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.17.1...0.18.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29build(deps): bump dirs from 4.0.0 to 5.0.0 (#634)dependabot[bot]1-1/+1
Bumps [dirs](https://github.com/soc/dirs-rs) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28atom feed: show contentXe Iaso1-1/+1
Closes #609 Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-28bump comrak from 0.16.0 to 0.17.0Xe Iaso2-4/+4
Replaces #630 Fixes GHSA-8hqf-xjwp-p67v Fixes GHSA-xxmq-4vph-956w Fixes GHSA-5r3x-p7xx-x6q5 Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-28Merge remote-tracking branch 'origin/dependabot/cargo/html2text-0.5.0'Xe Iaso1-1/+1
2023-03-19iaso fontsXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-18lib/xesite_templates: add picture class to xeblog-pictureXe Iaso1-6/+4
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-09Revert "css hack to make images wider than the article"Xe Iaso1-2/+2
This reverts commit cb5b539ccc4b8e78b474cbf5bdc25baa1fcb6617.
2023-03-09css hack to make images wider than the articleXe Iaso1-2/+2
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-07build(deps): bump html2text from 0.4.5 to 0.5.0dependabot[bot]1-1/+1
Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.4.5 to 0.5.0. - [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.5...0.5.0) --- updated-dependencies: - dependency-name: html2text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-03Link cleanup (#601)Stephen Wade3-3/+3
* http -> https * golang.org -> go.dev * 301 twitch.tv -> www.twitch.tv * 301 patreon.com -> www.patreon.com --------- Co-authored-by: Xe Iaso <me@christine.website>
2023-01-25build(deps): bump comrak from 0.15.0 to 0.16.0 (#598)dependabot[bot]1-1/+1
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.15.0 to 0.16.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.15.0...0.16.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23Add page that explains the characters in the blogXe Iaso2-2/+2
Signed-off-by: Xe <me@christine.website>
2023-01-21support xedn resizable stickersXe Iaso2-10/+17
Signed-off-by: Xe Iaso <me@christine.website>
2023-01-13talks: add pulumi talkXe Iaso1-0/+2
Also add skip_ads field that will allow a post to skip the advertisements. Signed-off-by: Xe <me@christine.website>
2023-01-04show adds for hacker newsXe Iaso1-16/+20
Signed-off-by: Xe Iaso <me@christine.website>
2023-01-04attempt to change webmention titlesXe Iaso2-0/+48
Signed-off-by: Xe Iaso <me@christine.website>
2022-12-28Update to axum 0.6Xe Iaso3-5/+13
Closes #579 Closes #580 Signed-off-by: Xe <me@christine.website>
2022-12-20coso part 2Xe Iaso1-3/+0
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-27lib/xesite_markdown: add xesite markdown to HTML toolXe Iaso1-0/+15
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-24build(deps): bump comrak from 0.14.0 to 0.15.0dependabot[bot]1-1/+1
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-23fix the adsXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-23Update Maud to 0.24.0Xe Iaso2-2/+2
Closes #552 Signed-off-by: Xe <me@christine.website>
2022-11-19fix videoXe Iaso2-2/+5
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-13fix verified shitpostXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-12rip twitterXe Iaso2-15/+23
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-06Xess 2.0: HSLXe Iaso2-4/+4
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30i hate CSSXe Iaso1-2/+2
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30various site updatesXe Iaso4-18/+84
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30start working on a mastodon post embed tagXe Iaso4-57/+101
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-25everyone gets adsXe Iaso1-0/+25
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-17GoLab WASM talkXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-13HLS support on SafariXe Iaso1-5/+20
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-12HLS supportXe Iaso2-1/+40
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-08prepare for cryptocurrency/ownership articleXe Iaso3-49/+88
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-08xesite_types: add mastodon types for future mastodon embed tagXe Iaso7-0/+487
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-01prompt engineering postXe1-4/+6
Signed-off-by: Xe <me@christine.website>
2022-09-21purge cloudflareXe Iaso3-100/+0
Signed-off-by: Xe Iaso <me@christine.website>
2022-09-20move markdown and templates into a dedicated crateXe Iaso5-1/+289
This does not move the ructe templates around, only the newer Maud ones. The only template I can't move easily is the salary history one, but I should get rid of that anyways.