aboutsummaryrefslogtreecommitdiff
path: root/lib/xesite_types
AgeCommit message (Collapse)AuthorFilesLines
2023-09-30Xesite V4 (#723)Xe Iaso7-550/+0
* 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>
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-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-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>
2022-12-20coso part 2Xe Iaso1-3/+0
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-12rip twitterXe Iaso1-14/+19
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-06Xess 2.0: HSLXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30various site updatesXe Iaso1-0/+3
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30start working on a mastodon post embed tagXe Iaso2-56/+63
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-08-25Add license to all crates in this repoXe Iaso1-0/+2
Signed-off-by: Xe Iaso <me@christine.website>
2022-07-04add _xesite_frontmatter extensionXe Iaso2-0/+47
Signed-off-by: Xe Iaso <me@christine.website>