Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update translation files | EuAndreh | 2020-12-24 | 3 | -18/+6 |
| | |||||
* | Remove include.entries from link-listing.html | EuAndreh | 2020-12-24 | 33 | -51/+51 |
| | |||||
* | Add screencasts translation files | EuAndreh | 2020-12-24 | 6 | -0/+183 |
| | |||||
* | Update translation files | EuAndreh | 2020-12-19 | 48 | -111/+660 |
| | |||||
* | Add Podcast structure, with public entrypoint commented out | EuAndreh | 2020-12-19 | 6 | -0/+180 |
| | |||||
* | Use 'post' layout for pastebins | EuAndreh | 2020-12-19 | 42 | -150/+300 |
| | |||||
* | Add some categories to existing pastebins | EuAndreh | 2020-12-16 | 36 | -228/+732 |
| | |||||
* | Update locales | EuAndreh | 2020-12-16 | 3 | -66/+141 |
| | |||||
* | Update po entries with eu_categories | EuAndreh | 2020-12-15 | 39 | -131/+473 |
| | |||||
* | Add x-by-category for articles,til,slides,pastebins in en,pt,fr,eo | EuAndreh | 2020-12-15 | 15 | -18/+366 |
| | |||||
* | Remove pastebins link to about.md | EuAndreh | 2020-12-15 | 3 | -10/+10 |
| | |||||
* | TIL on Awk: Add update section with POSIX Awk version | EuAndreh | 2020-12-15 | 3 | -0/+60 |
| | |||||
* | Update locale files | EuAndreh | 2020-12-15 | 9 | -15/+885 |
| | |||||
* | Update po files | EuAndreh | 2020-11-30 | 6 | -0/+618 |
| | |||||
* | Add TIL on gPodder | EuAndreh | 2020-11-14 | 3 | -0/+147 |
| | |||||
* | Spell check, add translation files and publish article on local-first software | EuAndreh | 2020-11-14 | 6 | -0/+2457 |
| | |||||
* | building a database article: Use :db/root over null value | EuAndreh | 2020-11-14 | 3 | -24/+57 |
| | |||||
* | Use "eu_categories" frontmatter attribute | EuAndreh | 2020-11-14 | 24 | -147/+303 |
| | | | | | | | | | Jekyll treats names like "category" and "categories" differently, so I chose to name it "eu_categories" in order to avoid inheriting the special treatment, and have full control of what a category means and how it behaves. The _includes/category.html was changed to reflect that, with an extra coupled change that makes it not specific to articles, but any collection type. | ||||
* | Replace links to git.sr.ht/~euandreh to git.euandreh.xyz | EuAndreh | 2020-11-14 | 6 | -102/+240 |
| | |||||
* | Nix and Bash TIL: Fix LOGS_PREFIX -> LOGS_DIR | EuAndreh | 2020-11-13 | 3 | -69/+138 |
| | |||||
* | Add TIL on CI with Nix and Bash | EuAndreh | 2020-11-12 | 3 | -0/+273 |
| | |||||
* | Add git bisect TIL, modifying the Bash TIL date to sort on the list | EuAndreh | 2020-11-12 | 6 | -9/+168 |
| | |||||
* | Add useful bash variables TIL | EuAndreh | 2020-11-12 | 3 | -0/+264 |
| | |||||
* | Add (first) building a database post | EuAndreh | 2020-11-12 | 3 | -0/+1026 |
| | |||||
* | rollout slides: Add 2 slides talking about trade-offs on each platform | EuAndreh | 2020-11-12 | 3 | -0/+45 |
| | |||||
* | Add next paradigm article | EuAndreh | 2020-11-08 | 3 | -0/+735 |
| | |||||
* | Add find -xtype l TIL entry | EuAndreh | 2020-11-08 | 3 | -0/+144 |
| | |||||
* | local-first slides: Update link to article and add extra reference | EuAndreh | 2020-11-08 | 3 | -42/+129 |
| | |||||
* | Rename translation files too | EuAndreh | 2020-11-07 | 3 | -108/+33 |
| | |||||
* | Article on todos.org bugs: mark as published | EuAndreh | 2020-11-07 | 3 | -9/+9 |
| | |||||
* | DIY todos bugs: spell-checking | EuAndreh | 2020-11-07 | 3 | -48/+111 |
| | |||||
* | Update "Datomic on global" slides, as presented | EuAndreh | 2020-11-07 | 3 | -33/+366 |
| | |||||
* | Add todos.org bugs article, with raw pofiles | EuAndreh | 2020-11-07 | 3 | -0/+465 |
| | |||||
* | Remove FIXME and filter locale from check | nixpkgs-review | 2020-11-05 | 3 | -9/+32 |
| | |||||
* | J'Appris -> J'ai Appris | nixpkgs-review | 2020-11-05 | 1 | -2/+2 |
| | |||||
* | Move translated pages to po files | nixpkgs-review | 2020-11-05 | 18 | -157/+444 |
| | |||||
* | Add draft slides as unpublished with extracted po files | nixpkgs-review | 2020-11-05 | 9 | -0/+1806 |
| | |||||
* | Extract translations from slides, too | nixpkgs-review | 2020-11-04 | 3 | -0/+1224 |
| | |||||
* | Translated TIL: Fix updated_at date | nixpkgs-review | 2020-11-04 | 1 | -2/+2 |
| | |||||
* | Translate codeblocks from TIL | nixpkgs-review | 2020-11-04 | 1 | -1/+7 |
| | | | | | The ./scripts/apply-translations.sh didn't change the original manually-translated file at all. | ||||
* | Add all code blocks to translation po files | EuAndreh | 2020-11-04 | 87 | -0/+6198 |
| | |||||
* | Normalize pofile with mdpo | nixpkgs-review | 2020-11-04 | 1 | -7/+7 |
| | |||||
* | Add translated updated_at: front matter | nixpkgs-review | 2020-11-04 | 3 | -7/+16 |
| | |||||
* | Translate most of the first TIL | nixpkgs-review | 2020-11-04 | 1 | -0/+9 |
| | |||||
* | WIP start translating first TIL in pt | nixpkgs-review | 2020-11-04 | 1 | -13/+19 |
| | |||||
* | Prepare for translation front matter of ↵ | nixpkgs-review | 2020-11-03 | 3 | -24/+69 |
| | | | | _tils/2020-08-12-simple-filename-timestamp.md | ||||
* | Add all generated .po files | EuAndreh | 2020-11-03 | 128 | -0/+9974 |
| | |||||
* | Start using mdpo for translating pages | EuAndreh | 2020-11-03 | 1 | -0/+51 |