summaryrefslogtreecommitdiff
path: root/v2 (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-06v2: dynamic.mk: Rename "upload" -> "deploy"EuAndreh1-1/+1
2023-07-06v2: dynamic.mk: Remove nice-to-have "dev" targetEuAndreh1-1/+0
2023-07-06v2: dynamic.mk: Remove unrequired "default" targetEuAndreh1-1/+1
2023-07-06v2: dynamic.mk: Stick to 80 columnsEuAndreh1-8/+15
2023-07-06v2: Makefile: Unsilence recipesEuAndreh1-5/+5
2023-04-15v2: WIP support for slidesEuAndreh13-8/+1564
2023-04-10v2: Generate sitemap.xmlEuAndreh6-4/+166
2023-04-10v2: src/bin/html: Remove empty lines from {pre,post}amble.html after processingEuAndreh1-2/+2
2023-04-10v2: <link /> to rel="{prev,next}" in <head> of collection itemsEuAndreh7-2/+155
2023-04-10v2: <link /> to collection feed inside <head>EuAndreh10-74/+81
2023-04-10v2: <link /> to translated version in <head />EuAndreh4-15/+37
2023-04-09v2: Support translated alternates in <nav>EuAndreh12-48/+276
2023-04-09v2: CSS dark mode, including SVGsEuAndreh12-16/+88
2023-04-08v2: i18n of the collection name, "article" collection in rootEuAndreh30-197/+924
2023-04-08v2: src/lib/: Unmark things as executableEuAndreh3-0/+0
2023-04-08v2: Generate collections index.html pages and their "by-category" equivalentsEuAndreh46-155/+1045
2023-04-06v2: src/bin/html: Turn extract_plaintext_snippets() into a () functionEuAndreh1-35/+32
2023-04-06v2: Add support for src/redirect.mappings via symlinksEuAndreh2-2/+10
2023-04-06v2: dynamic.mk: Remove "public-" prefix from all sentinel targetsEuAndreh1-4/+4
2023-04-06v2: dynamic.mk: Remove unused "public-mkdir.sentinel" targetEuAndreh1-4/+0
It was effectivelly superseded by "public-content-mkdir.sentinel" target, which does the same thing, but recursively for all of its dependencies.
2023-04-05v2: git mv po/mappings.cfg po/i18n.mappingsEuAndreh2-1/+1
2023-04-05v2: src/bin/html: Turn add_headings_anchors() into a parentheses fnEuAndreh1-22/+20
2023-04-05v2: src/bin/html: Remove slugify_once()EuAndreh1-15/+19
2023-04-05v2: Copy icons to v2/ folder (symlinks now break as they are hardlinked)EuAndreh4-4/+75
2023-04-05v2: Remove po/po4a.cfg from repositoryEuAndreh3-11/+2
2023-04-05v2: dynamic.mk: Use hardlinks over copiesEuAndreh1-2/+2
2023-04-05v2: dynamic.mk: Smarter use of xargs+sed over xargs -> shEuAndreh1-3/+3
2023-04-05v2: src/content/en/about.md: Remove spurious code blockEuAndreh4-19/+3
2023-04-05v2: dynamic.mk: Conditionally copy snippets, only when they existEuAndreh1-1/+1
2023-04-05v2: src/bin/feed: Omit expected errorEuAndreh1-1/+1
2023-04-05v2: src/bin/makemake: Remove FIXME markerEuAndreh1-1/+0
2023-04-05v2: src/bin/url-for: No need to source lang conf anymoreEuAndreh1-2/+0
2023-04-05v2: .envrc: Include "$LAYOUTS"EuAndreh1-0/+3
2023-04-05v2: po/mappings.cfg: Include this fileEuAndreh2-0/+4
2023-04-05v2: src/bin/conf: Include "$layout" and "$collection" variablesEuAndreh1-0/+21
2023-04-05v2: src/bin/conf: Use shesc(1) from $PATHEuAndreh1-4/+0
2023-04-05v2: src/bin/conf: s/escape/shesc/EuAndreh1-7/+7
2023-04-05v2: Support Atom feeds and collection translationsEuAndreh29-188/+1132
2023-04-04v2: Recove h[2-6] anchor link and iconEuAndreh2-5/+7
2023-04-04v2: git mv src/development/getconf.sh src/development/genconf.shEuAndreh2-4/+4
2023-04-04v2: dynamic.mk: Also clean dynamically extracted code snippetsEuAndreh1-1/+2
2023-04-04v2: src/bin/makemake: Remove unsed extensionsEuAndreh1-2/+0
2023-04-04v2: dynamic.mk: Remove PNG faviconEuAndreh1-9/+2
2023-04-04v2/: HTML! Handle pages, multiple languages, and snippetsEuAndreh23-115/+277
2023-04-04v2: WIP genhtml via envsubstEuAndreh14-250/+111
2023-04-04src/development/genhtml.sh: Move some TODOsEuAndreh1-4/+0
2023-04-04dynamic.mk: Add explicitly dependency for .in filesEuAndreh2-3/+6
2023-04-04.gitignore: Exclude "*.md.tmp"EuAndreh1-0/+1
2023-04-04Add aux/checks/todos.shEuAndreh3-0/+60
2023-04-04Makefile: Add ShellCheck to "check" targetEuAndreh5-54/+77