aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-27fix(frontend): HTMX was handling rss linksWilliam Hergès
2025-10-27fix(section): remaining old 'log' in a logWilliam Hergès
2025-10-27feat(section): adapt entry title with section nameWilliam Hergès
2025-10-27Merge pull request '[Feat] Custom sections' (#1) from feat/custom-sections ↵Anhgelus Morhtuuzh
into main Reviewed-on: https://git.anhgelus.world/anhgelus/small-web/pulls/1
2025-10-27feat(home): better display of sectionsWilliam Hergès
2025-10-27feat(sections): general rss feedWilliam Hergès
2025-10-27fix(section): bad template for RSSWilliam Hergès
2025-10-27fix(section): bad description in ogWilliam Hergès
2025-10-27fix(backend): missing filesWilliam Hergès
2025-10-27feat(section): display paginate in full listWilliam Hergès
2025-10-27fix(section): cannot execute home_logsWilliam Hergès
2025-10-27feat(config): supports multiple sectionsWilliam Hergès
2025-10-06build(go): fix typo in package nameAnhgelus Morhtuuzh
2025-10-06feat(backend): rss feeds for logsAnhgelus Morhtuuzh
2025-10-06style(format): install prettier and runAnhgelus Morhtuuzh
2025-10-06fix(frontend): malformed title and quote after hot updateAnhgelus Morhtuuzh
2025-10-06fix(frontend): code multi line does not wrapAnhgelus Morhtuuzh
2025-10-06feat(frontend): better link style in light themeAnhgelus Morhtuuzh
and rename /log route to /logs/
2025-10-05fix(backend): concurrent write in mapAnhgelus Morhtuuzh
2025-10-05feat(backend): support file properties in generic rootAnhgelus Morhtuuzh
2025-10-05refactor(backend): generalize file parsingAnhgelus Morhtuuzh
2025-10-05fix(frontend): navbar not containing 4 items max per columnAnhgelus Morhtuuzh
2025-10-05feat(frontend): more readable color for linkAnhgelus Morhtuuzh
2025-10-05build(go): tidyWilliam Hergès
2025-10-05fix(markdown): missing space after linebreak and linkWilliam Hergès
2025-10-05feat(markdown): smarter lexer for externalWilliam Hergès
2025-10-05feat(backend): add noreferer on external link and move target blankWilliam Hergès
2025-10-05perf(security): cache assets checksumWilliam Hergès
2025-10-05feat(security): setup corsWilliam Hergès
2025-10-05feat(security): integrity on link and scriptWilliam Hergès
2025-10-04feat(frontend): light themeWilliam Hergès
2025-10-04fix(frontend): use htmx history instead of custom implementation to have ↵William Hergès
history working
2025-10-04fix(frontend): prevent modifying internal anchors in non standard implementationWilliam Hergès
2025-10-04fix(frontend): back to older header style on small screenWilliam Hergès
2025-10-04feat(backend): reduce number of log entry in homeWilliam Hergès
2025-10-04fix(markdown): parsing quote was weirdWilliam Hergès
2025-10-03feat(markdown): eval option to setup custom image source funcWilliam Hergès
2025-10-03fix(markdown): external source never stoppedWilliam Hergès
2025-10-03fix(frontend): align header image with linksWilliam Hergès
2025-10-03feat(frontend): bigger width decoWilliam Hergès
2025-10-03feat(frontend): text more readableWilliam Hergès
2025-10-03fix(markdown): stopping paragraph after an inline codeWilliam Hergès
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