aboutsummaryrefslogtreecommitdiff
path: root/lib/xesite_markdown
AgeCommit message (Collapse)AuthorFilesLines
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-23Update Maud to 0.24.0Xe Iaso1-1/+1
Closes #552 Signed-off-by: Xe <me@christine.website>
2022-11-06Xess 2.0: HSLXe Iaso1-3/+3
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30various site updatesXe Iaso2-1/+43
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-12HLS supportXe Iaso1-0/+8
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-08prepare for cryptocurrency/ownership articleXe Iaso2-44/+80
Signed-off-by: Xe Iaso <me@christine.website>
2022-09-20move markdown and templates into a dedicated crateXe Iaso2-0/+189
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.