aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* feat: Replace static blog system with Notion-backed dynamic contentFuwn2026-02-111-0/+2
* refactor: Bump nightlky Rust toolchain channel and fix lintsFuwn2026-01-211-6/+9
* chore(docker): shrink imageFuwn2024-09-081-0/+5
* chore: add fly.io configurationFuwn2024-06-241-0/+3
* build: nix flakeFuwn2024-06-171-1/+1
* refactor: remove file headerFuwn2024-06-171-18/+0
* refactor: constants for root urlsFuwn2024-06-161-0/+1
* format: new rustfmt.tomlFuwn2024-03-051-6/+6
* deps(windmark): bump to 0.3.9Fuwn2023-05-171-2/+2
* refactor(src): drop once_cell dependency for standard libraryFuwn2023-04-181-4/+3
* feat(web): a cool lil web-to-gemini proxyFuwn2023-04-171-1/+1
* refactor(macros): move unnecessary crate-level macrosFuwn2023-04-161-1/+0
* refactor(response): rewrite unnecessary macro to functionFuwn2023-04-161-0/+1
* deps(rust): bump to nightly-2023-04-15Fuwn2023-04-161-2/+2
* refactor: make maros proceduralFuwn2023-04-161-1/+1
* style(main): add space between chain and callsFuwn2023-04-071-0/+1
* style(main): remove over-specific error handler type contextFuwn2023-04-071-1/+1
* refactor(timing): move timing interface to timing moduleFuwn2023-04-071-27/+5
* feat: native async reqwest callsFuwn2023-04-061-1/+1
* deps(windmark): bump 0.2.5 -> 0.3.1Fuwn2023-04-061-2/+2
* deps(windmark): bump 0.2.1 -> 0.2.2Fuwn2023-03-301-1/+1
* feat: bump toolchain to nightly-2022-08-23Fuwn2022-08-271-3/+4
* fix(main.rs): enable feature for actionsFuwn2022-08-231-1/+1
* fix(main.rs): github actions build errorFuwn2022-08-161-1/+1
* feat(modules): stocksFuwn2022-08-161-0/+1
* feat(blog): rss feed for blogsFuwn2022-07-081-0/+1
* refactor: restrict moreFuwn2022-04-271-14/+1
* refactor(search): restrict search internalsFuwn2022-04-271-2/+1
* refactor(macros): simplify stateless!Fuwn2022-04-271-3/+1
* refactor(modules): mount module via macrosFuwn2022-04-271-8/+1
* refactor: clarify more importants...Fuwn2022-04-251-2/+1
* refactor: clarify importsFuwn2022-04-251-4/+2
* refactor(router): move section timer to functionFuwn2022-04-251-5/+10
* refactor(modules): move complex router setup to modulesFuwn2022-04-251-30/+1
* refactor(router): move error handler to constantFuwn2022-04-251-6/+5
* refactor(modules): move static mounts to modulesFuwn2022-04-251-38/+1
* feat(modules): random routeFuwn2022-04-201-0/+1
* refactor(macros): batch_mount filesFuwn2022-04-201-11/+11
* fix(macros): rename macro to pageFuwn2022-04-201-1/+1
* refactor(macros): crate batch mount file macroFuwn2022-04-201-21/+21
* refactor(main): create flexible rount mount timerFuwn2022-04-191-52/+58
* refactor(modules): move uptime to modules moduleFuwn2022-04-191-30/+2
* refactor(modules): move remarks to modules moduleFuwn2022-04-191-23/+1
* refactor(modules): move search to modules moduleFuwn2022-04-191-102/+1
* refactor(modules): move sitemap to modules moduleFuwn2022-04-191-19/+3
* refactor(modules): move modules to moduleFuwn2022-04-191-1/+1
* refactor: constify many constantsFuwn2022-04-181-2/+2
* feat: cache more dynamic routesFuwn2022-04-181-1/+1
* feat: show preview for searchesFuwn2022-04-181-54/+81
* feat: prepare for real search engineFuwn2022-04-181-0/+40