aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-03feat(backend): set default image and public folder in configWilliam Hergès
2025-10-03fix(frontend): weird display of image on very large sceenWilliam Hergès
2025-10-03feat(frontend): update quote after htmx reloadWilliam Hergès
2025-10-03ci(just): create dev and buildWilliam Hergès
2025-10-03feat(backend): handle 404William Hergès
2025-10-03feat(frontend): scroll to body top instead of body topWilliam Hergès
2025-10-03feat(frontend): use htmx to dynamically navigate between pagesWilliam Hergès
2025-10-03feat(frontend): bundle htmx and set every external link to target blankWilliam Hergès
2025-10-03fix(frontend): pagination not centered and not responsiveWilliam Hergès
2025-10-03fix(backend): default value for pubdateWilliam Hergès
2025-10-03feat(backend): handle simple root filesAnhgelus Morhtuuzh
2025-10-03feat(backend): create template for logs displayAnhgelus Morhtuuzh
2025-10-03feat(backend): customize quotesAnhgelus Morhtuuzh
2025-10-03feat(backend): handle display all logAnhgelus Morhtuuzh
2025-10-03feat(backend): sort logs with modification dateAnhgelus Morhtuuzh
2025-10-02feat(backend): working paginationAnhgelus Morhtuuzh
2025-10-02feat(backend): display list of logs in homeAnhgelus Morhtuuzh
2025-10-02perf(backend): generate content during loadAnhgelus Morhtuuzh
2025-10-02perf(backend): cache generated filesAnhgelus Morhtuuzh
2025-10-02feat(backend): parse markdown heading to get log infoAnhgelus Morhtuuzh
2025-10-02feat(backend): parse log entryAnhgelus Morhtuuzh
2025-10-02style(markdown): fix typo in package nameAnhgelus Morhtuuzh
2025-10-02feat(backend): load log filesAnhgelus Morhtuuzh
2025-10-02feat(backend): handle logAnhgelus Morhtuuzh
2025-10-02feat(backend): customize header image and faviconAnhgelus Morhtuuzh
2025-10-02feat(backend): config header linksAnhgelus Morhtuuzh
2025-10-02feat(backend): config name and descriptionAnhgelus Morhtuuzh
2025-10-02feat(backend): config to set domainAnhgelus Morhtuuzh
2025-10-02feat(backend): use httplogAnhgelus Morhtuuzh
2025-10-02feat(backend): og and twitter seoAnhgelus Morhtuuzh
2025-10-02feat(backend): handle homeAnhgelus Morhtuuzh
2025-10-02feat(frontend): setup and rewrite style with scssAnhgelus Morhtuuzh
2025-10-02feat(backend): return not found instead of serving list of all filesAnhgelus Morhtuuzh
2025-10-02feat(backend): handle static filesAnhgelus Morhtuuzh
2025-10-02feat(backend): simple http serverAnhgelus Morhtuuzh
2025-10-02feat(markdown): better error indicatorAnhgelus Morhtuuzh
2025-10-02fix(markdown): no error on bad code block posAnhgelus Morhtuuzh
2025-10-02feat(markdown): custom error displayAnhgelus Morhtuuzh
2025-10-02test(markdown): add link test in general ast testAnhgelus Morhtuuzh
2025-10-02fix(markdown): bad list parsingAnhgelus Morhtuuzh
2025-10-02feat(markdown): support external link and image (without source)Anhgelus Morhtuuzh
2025-10-02feat(markdown): support * as unordered listAnhgelus Morhtuuzh
2025-10-02fix(markdown): not supporting triple same modifier in a rowAnhgelus Morhtuuzh
2025-10-02feat(markdown): support escapeAnhgelus Morhtuuzh
2025-10-01feat(markdown): support listAnhgelus Morhtuuzh
2025-10-01feat(markdown): remove source block in quote if emptyAnhgelus Morhtuuzh
2025-10-01feat(markdown): rewrite modifier parser to construct a better treeAnhgelus Morhtuuzh
2025-10-01feat(markdown): trim space in top levelAnhgelus Morhtuuzh
2025-10-01feat(markdown): replace line break by space in paragraphAnhgelus Morhtuuzh
2025-10-01fix(markdown): not stopping paragraph after 2 lbAnhgelus Morhtuuzh