summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* style.css: Keep a long line inside the box that frames itEuAndreh4 days1-0/+16
| | | | | | | | | | | | | | | | | | | | | A code block wider than the column ran straight past its own border: the line it was too long for kept going to the edge of the page and past it, over the margin and out of the block it was supposed to be in. "pre { overflow: auto }" was already there and could not help. The line numbers sit in a table cell beside the code, and a table grows to fit what it holds, so the pre was never narrower than its longest line and so never had anything to scroll. The box scrolls instead, and the numbers are pinned so they stay where they are while the code moves under them. Seen on en/pastebin/2021/06/22/curl-wget.html, whose cloc tables rule off with eighty-odd dashes; it was there for any line past the column's width. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KxLpaNQThKfMG3ecCJptP9
* style.css: Take the indent from the nestingEuAndreh4 days1-30/+25
| | | | | | | | | | | | | | | mkwb writes a reply inside what it answers now, so the indent is one margin a level rather than nine rules counting depth, and each reply's rail stacks with its parents' --- which is the thread view the flat list could only approximate with a single rule. On a narrow screen the margin goes and the rails carry it alone: at depth 7 that is 273px of text on a 390px phone against 133px if the desktop indent were kept, and against 350px and no nesting at all, which is what was there before. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KxLpaNQThKfMG3ecCJptP9
* style.css: Keep a reply's nesting on a narrow screenEuAndreh4 days1-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
* mEuAndreh5 days2-0/+0
|
* mEuAndreh5 days81-894/+5320
|
* src/static.conf ($discussions_url_prefix): Fix typo in addressEuAndreh2026-06-111-1/+1
|
* src/content/: Add placeholder symlinks representing server mappingsEuAndreh2026-06-113-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)EuAndreh2025-05-045-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.txtEuAndreh2025-05-011-0/+5
|
* Support multiple src/headers.txt linksEuAndreh2025-05-019-7/+92
|
* Support multiple names for "categories" fileEuAndreh2025-05-0127-6/+21
|
* src/content/en/slide/: Update to WIP content format of eslaides(1)EuAndreh2025-04-302-410/+263
|
* Makefile: Build slide PDFs with shiny new eslaides(1)EuAndreh2025-04-303-2/+3
|
* src/content/en/slide/: Move existing slide files to appropriate locationEuAndreh2025-04-302-30/+2
|
* rm src/content/pt/2020-08-12-nome-de-arquivo-com-timestamp-simplificado.mdEuAndreh2025-04-301-45/+0
|
* src/content/pt/hea/categorias.adoc: Adiciona com tradução e funcionamento ↵EuAndreh2025-04-307-0/+11
| | | | parcial
* Makefile: Include call to po4a(1) in buildEuAndreh2025-04-301-0/+11
|
* src/content/en/: Unpluralize collection namesEuAndreh2025-04-3074-29/+29
|
* mkdeps.sh: Support multiple languagesEuAndreh2025-04-3011-5/+6
|
* Readiciona TIL traduzidoEuAndreh2025-04-301-0/+29
|
* src/pages/pt: Add pt pagesEuAndreh2025-04-301-0/+1
|
* po/note.txt: Mark committed translated files with commentEuAndreh2025-04-291-0/+4
|
* Setup basic gettext and po4a setupEuAndreh2025-04-292-1/+9
|
* src/content/img/: Adjust light/dark mode SVGsEuAndreh2025-04-2913-76/+163
|
* Makefile: Support flac -> ogg conversion and torrent file generationEuAndreh2025-04-295-3/+4
|
* src/symlinks.txt: Add bulk of top of mind compat symlinksEuAndreh2025-04-292-7/+51
|
* src/content/{index.html,security.txt}: Create from src/symlinks.txtEuAndreh2025-04-182-2/+3
|
* src/content/en/tils/2020/12/29/svg.adoc: Fix local "link:"EuAndreh2025-04-181-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/ prefixEuAndreh2025-04-181-8/+8
|
* git mv src/content/* src/content/en/EuAndreh2025-04-18100-7/+8
|
* src/symlinks.txt: Setup symlinking with some manually added entriesEuAndreh2025-04-181-0/+28
|
* git mv src/content/public.asc src/content/public.asc.txtEuAndreh2025-04-181-0/+0
|
* src/content/tils/index.adoc: Recover introduction of TIL page listingEuAndreh2025-04-171-1/+7
|
* src/content/style.css: Fix selector of collection listingEuAndreh2025-04-171-2/+2
|
* src/content/blog/2020/08/31/database-i-wish-i-had.adoc: Recover longform ↵EuAndreh2025-04-171-1/+41
| | | | footnote
* src/content/blog/2020/11/12/database-parsers-trees.adoc: Replace FIXME with ↵EuAndreh2025-04-171-2/+2
| | | | </p><p> paragraph blocks
* src/content/style.css: Support dark modeEuAndreh2025-04-171-11/+39
|
* src/content/blog/: Add missing ids to two leftover footnotesEuAndreh2025-04-172-2/+2
|
* src/content/style.css: Add extra code block selecotor due to current adoc(1) ↵EuAndreh2025-04-171-1/+1
| | | | inflexible HTML
* src/content/style.css: Adjust footer selectors for adoc(1) current ↵EuAndreh2025-04-171-4/+8
| | | | inflexible HTML
* src/content/: Normalize [source,$lang] code blocksEuAndreh2025-04-1637-96/+103
|
* src/content/style.css: Show header on hover onlyEuAndreh2025-04-161-0/+5
|
* src/content/style.css: Better positioning for header anchorEuAndreh2025-04-161-0/+1
|
* src/content/s: Reserve s/ folder prefixEuAndreh2025-04-161-0/+1
|
* src/content/style.css: Add header anchor via CSSEuAndreh2025-04-151-0/+6
|
* mkdeps.sh: Simple refactor while adding deps for categories.htmllisting filesEuAndreh2025-04-135-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 filesEuAndreh2025-04-112-3/+3
|
* Makefile: Generate a feed per categoryEuAndreh2025-04-112-0/+2
|
* src/content/: Make categories URL-friendlyEuAndreh2025-04-107-7/+7
|
* Makefile: Update to mkwb(1) that supports sort=0EuAndreh2025-04-101-0/+1
|