| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style.css: Keep a reply's nesting on a narrow screen | EuAndreh | 4 days | 1 | -1/+21 |
| | | | | | | | | | | | | | | | Below 40rem every message was pushed flush left, so a thread arrived as a flat list and nothing said what answered what. It was pushed there for a reason: this site's threads reach depth 8, and a rem a level leaves about 220px for the words on a 390px phone. A third of a rem a level costs 45px at the deepest and keeps every depth apart, with a rail down the left of each reply carrying the nesting that an offset that small cannot hold on its own. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KxLpaNQThKfMG3ecCJptP9 | ||||
| * | m | EuAndreh | 5 days | 2 | -0/+0 |
| | | |||||
| * | m | EuAndreh | 5 days | 81 | -894/+5320 |
| | | |||||
| * | src/static.conf ($discussions_url_prefix): Fix typo in address | EuAndreh | 2026-06-11 | 1 | -1/+1 |
| | | |||||
| * | src/content/: Add placeholder symlinks representing server mappings | EuAndreh | 2026-06-11 | 3 | -0/+3 |
| | | | | | | | * src/content/b/: CGI server folder; * src/content/git/: CGit, and later gistatic repository serving; * src/content/live/: self-hosted live scaffolding. | ||||
| * | Makefile: Fix dependency tracking of $(captured-assets) | EuAndreh | 2025-05-04 | 5 | -48/+60 |
| | | | | | | Since I can't get deterministic outputs out of mktorrent(1), change torrents from $(captured-assets) to $(dynamic-contents). | ||||
| * | Makefile: move empty symlink dirs to src/linkonly-dirs.txt | EuAndreh | 2025-05-01 | 1 | -0/+5 |
| | | |||||
| * | Support multiple src/headers.txt links | EuAndreh | 2025-05-01 | 9 | -7/+92 |
| | | |||||
| * | Support multiple names for "categories" file | EuAndreh | 2025-05-01 | 27 | -6/+21 |
| | | |||||
| * | src/content/en/slide/: Update to WIP content format of eslaides(1) | EuAndreh | 2025-04-30 | 2 | -410/+263 |
| | | |||||
| * | Makefile: Build slide PDFs with shiny new eslaides(1) | EuAndreh | 2025-04-30 | 3 | -2/+3 |
| | | |||||
| * | src/content/en/slide/: Move existing slide files to appropriate location | EuAndreh | 2025-04-30 | 2 | -30/+2 |
| | | |||||
| * | rm src/content/pt/2020-08-12-nome-de-arquivo-com-timestamp-simplificado.md | EuAndreh | 2025-04-30 | 1 | -45/+0 |
| | | |||||
| * | src/content/pt/hea/categorias.adoc: Adiciona com tradução e funcionamento ↵ | EuAndreh | 2025-04-30 | 7 | -0/+11 |
| | | | | | parcial | ||||
| * | Makefile: Include call to po4a(1) in build | EuAndreh | 2025-04-30 | 1 | -0/+11 |
| | | |||||
| * | src/content/en/: Unpluralize collection names | EuAndreh | 2025-04-30 | 74 | -29/+29 |
| | | |||||
| * | mkdeps.sh: Support multiple languages | EuAndreh | 2025-04-30 | 11 | -5/+6 |
| | | |||||
| * | Readiciona TIL traduzido | EuAndreh | 2025-04-30 | 1 | -0/+29 |
| | | |||||
| * | src/pages/pt: Add pt pages | EuAndreh | 2025-04-30 | 1 | -0/+1 |
| | | |||||
| * | po/note.txt: Mark committed translated files with comment | EuAndreh | 2025-04-29 | 1 | -0/+4 |
| | | |||||
| * | Setup basic gettext and po4a setup | EuAndreh | 2025-04-29 | 2 | -1/+9 |
| | | |||||
| * | src/content/img/: Adjust light/dark mode SVGs | EuAndreh | 2025-04-29 | 13 | -76/+163 |
| | | |||||
| * | Makefile: Support flac -> ogg conversion and torrent file generation | EuAndreh | 2025-04-29 | 5 | -3/+4 |
| | | |||||
| * | src/symlinks.txt: Add bulk of top of mind compat symlinks | EuAndreh | 2025-04-29 | 2 | -7/+51 |
| | | |||||
| * | src/content/{index.html,security.txt}: Create from src/symlinks.txt | EuAndreh | 2025-04-18 | 2 | -2/+3 |
| | | |||||
| * | src/content/en/tils/2020/12/29/svg.adoc: Fix local "link:" | EuAndreh | 2025-04-18 | 1 | -1/+1 |
| | | | | | | | | Caught by "make check"! I didn't commit this before only because I wasn't running the tests, only the build. nice | ||||
| * | src/symlinks.txt: Fix targets to add en/ prefix | EuAndreh | 2025-04-18 | 1 | -8/+8 |
| | | |||||
| * | git mv src/content/* src/content/en/ | EuAndreh | 2025-04-18 | 100 | -7/+8 |
| | | |||||
| * | src/symlinks.txt: Setup symlinking with some manually added entries | EuAndreh | 2025-04-18 | 1 | -0/+28 |
| | | |||||
| * | git mv src/content/public.asc src/content/public.asc.txt | EuAndreh | 2025-04-18 | 1 | -0/+0 |
| | | |||||
| * | src/content/tils/index.adoc: Recover introduction of TIL page listing | EuAndreh | 2025-04-17 | 1 | -1/+7 |
| | | |||||
| * | src/content/style.css: Fix selector of collection listing | EuAndreh | 2025-04-17 | 1 | -2/+2 |
| | | |||||
| * | src/content/blog/2020/08/31/database-i-wish-i-had.adoc: Recover longform ↵ | EuAndreh | 2025-04-17 | 1 | -1/+41 |
| | | | | | footnote | ||||
| * | src/content/blog/2020/11/12/database-parsers-trees.adoc: Replace FIXME with ↵ | EuAndreh | 2025-04-17 | 1 | -2/+2 |
| | | | | | </p><p> paragraph blocks | ||||
| * | src/content/style.css: Support dark mode | EuAndreh | 2025-04-17 | 1 | -11/+39 |
| | | |||||
| * | src/content/blog/: Add missing ids to two leftover footnotes | EuAndreh | 2025-04-17 | 2 | -2/+2 |
| | | |||||
| * | src/content/style.css: Add extra code block selecotor due to current adoc(1) ↵ | EuAndreh | 2025-04-17 | 1 | -1/+1 |
| | | | | | inflexible HTML | ||||
| * | src/content/style.css: Adjust footer selectors for adoc(1) current ↵ | EuAndreh | 2025-04-17 | 1 | -4/+8 |
| | | | | | inflexible HTML | ||||
| * | src/content/: Normalize [source,$lang] code blocks | EuAndreh | 2025-04-16 | 37 | -96/+103 |
| | | |||||
| * | src/content/style.css: Show header on hover only | EuAndreh | 2025-04-16 | 1 | -0/+5 |
| | | |||||
| * | src/content/style.css: Better positioning for header anchor | EuAndreh | 2025-04-16 | 1 | -0/+1 |
| | | |||||
| * | src/content/s: Reserve s/ folder prefix | EuAndreh | 2025-04-16 | 1 | -0/+1 |
| | | |||||
| * | src/content/style.css: Add header anchor via CSS | EuAndreh | 2025-04-15 | 1 | -0/+6 |
| | | |||||
| * | mkdeps.sh: Simple refactor while adding deps for categories.htmllisting files | EuAndreh | 2025-04-13 | 5 | -0/+5 |
| | | | | | Its contents aren't correct yet, they're still whatever indexbody spits. | ||||
| * | src/content/blog/2020/10/05/*.adoc: No need to use ./ for local files | EuAndreh | 2025-04-11 | 2 | -3/+3 |
| | | |||||
| * | Makefile: Generate a feed per category | EuAndreh | 2025-04-11 | 2 | -0/+2 |
| | | |||||
| * | src/content/: Make categories URL-friendly | EuAndreh | 2025-04-10 | 7 | -7/+7 |
| | | |||||
| * | Makefile: Update to mkwb(1) that supports sort=0 | EuAndreh | 2025-04-10 | 1 | -0/+1 |
| | | |||||
| * | src/content/: Recover article updated-at metadata | EuAndreh | 2025-04-10 | 16 | -2/+16 |
| | | |||||
| * | src/content/style.css: Give #updated-at the same styling as #published-at | EuAndreh | 2025-04-10 | 1 | -1/+1 |
| | | |||||
