| Commit message (Expand) | Author | Age | Files | Lines |
* | rm tests/assert-frontmatter.sh | EuAndreh | 2024-11-17 | 1 | -3/+0 |
* | rm -rf aux/ | EuAndreh | 2024-11-17 | 24 | -1004/+0 |
* | rm src/bin/pb | EuAndreh | 2024-11-17 | 1 | -173/+0 |
* | rm- rf src/development/ | EuAndreh | 2024-11-17 | 7 | -606/+0 |
* | rm -rf v2/ | EuAndreh | 2024-11-17 | 97 | -7232/+0 |
* | mv src/content/styles.css src/content/style.css | EuAndreh | 2024-11-17 | 1 | -0/+0 |
* | rm .tdrc | EuAndreh | 2024-11-12 | 1 | -1/+0 |
* | Move unprocessed static content to src/content/ | EuAndreh | 2024-11-12 | 4 | -0/+0 |
* | Start simplification: remove reveal.js submodule•••This commit marks the start of the simplification to the website,
drastically reducing the amount, size and complexity of its
dependencies.
From now, the existing website's content is kept, but its full renderization
or build will be broken, until mkwb's version is fully migrated to.
| EuAndreh | 2024-11-12 | 2 | -3/+0 |
* | TOODs.md | EuAndreh | 2024-02-27 | 1 | -0/+13 |
* | _config.yml: Add trailing "/" to "drafts" | EuAndreh | 2023-09-19 | 1 | -1/+1 |
* | _config.yml: Exclude v3/ | EuAndreh | 2023-09-19 | 1 | -0/+1 |
* | dynamic.mk: s/upload/deploy/ | EuAndreh | 2023-09-19 | 1 | -1/+1 |
* | dynamic.mk: Remove "sudo" from "upload target | EuAndreh | 2023-09-19 | 1 | -1/+0 |
* | Funcallable AMOP pastebin: Fix date | EuAndreh | 2023-09-19 | 1 | -1/+1 |
* | remembering article: Remove duplicate link references | EuAndreh | 2023-09-19 | 1 | -4/+4 |
* | remembering article: Add missing "to" | EuAndreh | 2023-09-19 | 1 | -1/+1 |
* | Pastebin on funcallable AMOP | EuAndreh | 2023-07-22 | 1 | -0/+43 |
* | v2: dynamic.mk: Add WIP implementation of "eslaides(1)" | EuAndreh | 2023-07-06 | 3 | -6/+83 |
* | v2: mv aux/po4a-cfg.sh src/bin/dyn-po4a | EuAndreh | 2023-07-06 | 2 | -6/+6 |
* | TODOs.md: Add note on makemake(1) | EuAndreh | 2023-07-06 | 1 | -0/+2 |
* | v2: dynamic.mk: Rename "upload" -> "deploy" | EuAndreh | 2023-07-06 | 1 | -1/+1 |
* | v2: dynamic.mk: Remove nice-to-have "dev" target | EuAndreh | 2023-07-06 | 1 | -1/+0 |
* | v2: dynamic.mk: Remove unrequired "default" target | EuAndreh | 2023-07-06 | 1 | -1/+1 |
* | v2: dynamic.mk: Stick to 80 columns | EuAndreh | 2023-07-06 | 1 | -8/+15 |
* | v2: Makefile: Unsilence recipes | EuAndreh | 2023-07-06 | 1 | -5/+5 |
* | v2: WIP support for slides | EuAndreh | 2023-04-15 | 13 | -8/+1564 |
* | v2: Generate sitemap.xml | EuAndreh | 2023-04-10 | 7 | -5/+167 |
* | v2: src/bin/html: Remove empty lines from {pre,post}amble.html after processing | EuAndreh | 2023-04-10 | 1 | -2/+2 |
* | v2: <link /> to rel="{prev,next}" in <head> of collection items | EuAndreh | 2023-04-10 | 8 | -3/+155 |
* | v2: <link /> to collection feed inside <head> | EuAndreh | 2023-04-10 | 10 | -74/+81 |
* | v2: <link /> to translated version in <head /> | EuAndreh | 2023-04-10 | 5 | -16/+37 |
* | v2: Support translated alternates in <nav> | EuAndreh | 2023-04-09 | 13 | -52/+282 |
* | v2: CSS dark mode, including SVGs | EuAndreh | 2023-04-09 | 13 | -35/+100 |
* | v2: i18n of the collection name, "article" collection in root | EuAndreh | 2023-04-08 | 31 | -200/+925 |
* | v2: src/lib/: Unmark things as executable | EuAndreh | 2023-04-08 | 3 | -0/+0 |
* | v2: Generate collections index.html pages and their "by-category" equivalents | EuAndreh | 2023-04-08 | 47 | -155/+1049 |
* | v2: src/bin/html: Turn extract_plaintext_snippets() into a () function | EuAndreh | 2023-04-06 | 1 | -37/+34 |
* | v2: Add support for src/redirect.mappings via symlinks | EuAndreh | 2023-04-06 | 2 | -2/+10 |
* | v2: dynamic.mk: Remove "public-" prefix from all sentinel targets | EuAndreh | 2023-04-06 | 1 | -4/+4 |
* | v2: dynamic.mk: Remove unused "public-mkdir.sentinel" target•••It was effectivelly superseded by "public-content-mkdir.sentinel"
target, which does the same thing, but recursively for all of its
dependencies.
| EuAndreh | 2023-04-06 | 1 | -4/+0 |
* | v2: git mv po/mappings.cfg po/i18n.mappings | EuAndreh | 2023-04-05 | 2 | -1/+1 |
* | v2: src/bin/html: Turn add_headings_anchors() into a parentheses fn | EuAndreh | 2023-04-05 | 1 | -22/+20 |
* | v2: src/bin/html: Remove slugify_once() | EuAndreh | 2023-04-05 | 2 | -17/+21 |
* | TODOs.md: feeds by category, now | EuAndreh | 2023-04-05 | 1 | -1/+1 |
* | v2: Copy icons to v2/ folder (symlinks now break as they are hardlinked) | EuAndreh | 2023-04-05 | 4 | -4/+75 |
* | v2: Remove po/po4a.cfg from repository | EuAndreh | 2023-04-05 | 3 | -11/+2 |
* | v2: dynamic.mk: Use hardlinks over copies | EuAndreh | 2023-04-05 | 2 | -4/+2 |
* | v2: dynamic.mk: Smarter use of xargs+sed over xargs -> sh | EuAndreh | 2023-04-05 | 1 | -3/+3 |
* | v2: src/content/en/about.md: Remove spurious code block | EuAndreh | 2023-04-05 | 4 | -19/+3 |