aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(html): silent image embedding optionFuwn2024-04-022-7/+14
|
* docs(readme): move configuration to fileFuwn2024-04-022-117/+124
|
* feat(html): embed images flagFuwn2024-04-021-0/+23
|
* feat(response): show redirect content on redirectFuwn2024-03-262-10/+42
|
* refactor(url): rename makeFuwn2024-03-262-4/+4
|
* feat(response): support redirectsFuwn2024-03-243-1/+16
|
* format(response): capitalisationFuwn2024-03-241-1/+1
|
* docs(cargo): bump versionFuwn2024-03-231-1/+1
|
* fix(html): no default proxy double hostFuwn2024-03-231-1/+2
|
* fix(html): html encode text bodyFuwn2024-03-232-6/+10
|
* ci(earthly): include default cssFuwn2024-03-172-0/+2
|
* feat(response): default cssFuwn2024-03-172-0/+276
|
* docs(readme): add example usageFuwn2024-03-171-0/+4
|
* feat(response): html head variableFuwn2024-03-172-5/+18
|
* ci(earthly): remove gitFuwn2024-03-171-6/+0
|
* ci(github): bump rustcFuwn2024-03-171-6/+1
|
* chore(earthly): ignore secretsFuwn2024-03-171-0/+1
|
* ci(earthly): ditch dockerfileFuwn2024-03-174-65/+74
|
* style: use rustfmtFuwn2023-12-123-9/+3
|
* deps(germ): bump from 0.3.9 to 0.3.10Fuwn2023-06-201-2/+2
| | | | Fixes an issue where non-Latin characters were treated as whitespace.
* fix(response): remove double trailing slashFuwn2023-06-012-2/+2
|
* fix(response): header only on non-proxy routesFuwn2023-05-302-4/+6
|
* ci(docker): remove problematic sccacheFuwn2023-05-291-1/+1
|
* feat(locus): bump self 0.2.6 -> 0.2.7Fuwn2023-05-291-1/+1
|
* deps(vergen): bumpFuwn2023-05-292-3/+7
|
* deps(log): bump logging dependenciesFuwn2023-05-291-2/+2
|
* feat(response): optional proxy headerFuwn2023-05-292-0/+16
|
* feat(Cargo.toml): bump to 0.2.6Fuwn2023-05-221-1/+1
|
* build(Dockerfile): update rust toolchainFuwn2023-05-221-2/+2
|
* build(Makefile.toml): refine tasksFuwn2023-05-221-16/+8
|
* fmt: update rustfmt configFuwn2023-05-224-31/+27
|
* deps(gmi): finally drop gmiFuwn2023-05-224-34/+46
|
* refactor(src): rename filesFuwn2023-05-223-4/+3
|
* chore: update copyright headerFuwn2023-05-224-8/+4
|
* fix(gemini_to_html): remove debug logFuwn2023-04-261-3/+1
|
* deps(germ): bump from 0.3.7 to 0.3.9Fuwn2023-04-173-3/+3
|
* ci(docker): bump rustcFuwn2023-04-171-7/+7
|
* fix(to_html): messy markdown to html conversionFuwn2023-04-172-28/+8
|
* style(response): format styleFuwn2023-04-171-4/+2
|
* feat(git): ignore vscode filesFuwn2023-04-171-4/+7
|
* deps(cargo): bump to 0.2.4Fuwn2023-03-121-1/+1
|
* deps(germ): bump to 0.3.7Fuwn2023-03-121-1/+1
|
* fix(to_html): normalize raw p tagFuwn2023-03-121-2/+13
|
* feat(cargo): bump to 0.2.3Fuwn2023-03-111-1/+1
|
* feat(response): error on invalid proxyFuwn2023-03-111-0/+14
|
* fix(link): don't convert link to htmlFuwn2023-03-111-1/+1
|
* feat(response): allow multiple css filesFuwn2023-03-112-5/+10
|
* ci(check.yaml): correct rust toolchainFuwn2023-02-071-1/+1
|
* feat: mathjax latex renderingFuwn2023-02-042-4/+19
|
* feat: mathjaxFuwn2023-02-044-2/+18
|