Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-14 | feature flag article: Add note on automating feature flag creation | EuAndreh | 1 | -1/+2 | |
2020-10-14 | feature flag article: proofreading | EuAndreh | 2 | -19/+21 | |
2020-10-14 | Spelling of feature flags article | EuAndreh | 3 | -4/+8 | |
2020-10-14 | assert-spelling.sh: Actually show unique mispelled entries | EuAndreh | 1 | -1/+1 | |
2020-10-13 | feature flag article+slides: Timestamp them with 2020/10/14 | EuAndreh | 2 | -4/+4 | |
2020-10-13 | feature flag article: finish first draft, without spell checking nor ↵ | EuAndreh | 1 | -8/+160 | |
proofreading | |||||
2020-10-13 | s/etc./*etc.*/g | EuAndreh | 5 | -12/+12 | |
2020-10-13 | Extend article on feature flag | EuAndreh | 2 | -6/+75 | |
2020-10-12 | Use translated links of CC notice | EuAndreh | 1 | -2/+2 | |
2020-10-12 | Change footnote and LICENSE file to AGPL | EuAndreh | 3 | -85/+72 | |
2020-10-12 | Fix typo in translation key for TILs feed | EuAndreh | 1 | -1/+1 | |
2020-10-11 | Git search TIL: Fix typo in code example | EuAndreh | 1 | -1/+1 | |
2020-10-11 | WIP feature flag article | EuAndreh | 1 | -7/+9 | |
2020-10-11 | Add TIL entry on searching the Git log for a filename pattern | EuAndreh | 3 | -0/+35 | |
2020-10-11 | rollout slides: Add tweaked version, after improving post presentation | EuAndreh | 6 | -26/+54 | |
2020-10-11 | rm drafts/til.md | EuAndreh | 1 | -120/+0 | |
2020-10-11 | Fix lang of atom feeds | EuAndreh | 6 | -6/+6 | |
2020-10-11 | Add note on starting a live server | EuAndreh | 1 | -0/+4 | |
2020-10-11 | Fix entries filter in _include/feed.atom | EuAndreh | 1 | -1/+1 | |
2020-10-11 | Add link to public-inbox archive in about page | EuAndreh | 3 | -3/+7 | |
2020-10-11 | Add pastebins to spellchecking list | EuAndreh | 3 | -7/+6 | |
2020-10-11 | Remove </pre> leftover | EuAndreh | 1 | -1/+1 | |
2020-10-11 | Escape non-HTML tag | EuAndreh | 1 | -3/+3 | |
2020-10-11 | Decouple testing with Nix | EuAndreh | 19 | -267/+415 | |
Use Nix for build isolation not for test running. | |||||
2020-10-11 | Mark slides + article on feature flags as unpublished | EuAndreh | 2 | -1/+3 | |
2020-10-10 | Add basic categories page support | EuAndreh | 10 | -3/+65 | |
2020-10-10 | Add initial version of the adapted presentation from remarkjs | EuAndreh | 2 | -0/+347 | |
2020-10-10 | Remove now deprecated templates/til.md | EuAndreh | 1 | -7/+0 | |
2020-10-10 | Use Jekyll to output slides HTML files | EuAndreh | 17 | -17/+108 | |
2020-10-10 | Fix home page entry listing | EuAndreh | 1 | -1/+1 | |
2020-10-10 | Remove unused scripts | EuAndreh | 2 | -84/+0 | |
2020-10-10 | Enforce all "post" and "pastebin" layouts have dates in filenames | EuAndreh | 14 | -59/+34 | |
2020-10-10 | Refactor i18n structure, remove layouts, add slides | EuAndreh | 69 | -176/+309 | |
Yep, this commit is too big big I didn't want to take the trouble of splitting it now. - _config.yml translation keys are now simetrical on the entitiy: articles, pastebins, tils, slides, etc.; - _posts were moved to _articles: the _posts collection had special treatment in Jekyll which I wanted to avoid; - the filtering of entries for the Atom feed is now done inside the _includes/feed.atom file instead of every feed file; - all entities are now dealt with using the pluralized name: articles, pastebins, tils, slides. No more inconsistencies on the key names, they now should only make sense as the translation value on the dictionary; - add base reveal.js infrastruture, with Jekyll generating the listing page and nothing else. | |||||
2020-10-05 | cargo2nix: Use overlay on example | EuAndreh | 1 | -4/+5 | |
2020-10-05 | cargo2nix post: Fix derivation name | EuAndreh | 1 | -1/+1 | |
2020-10-05 | cargo2nix post: Proofread again | EuAndreh | 1 | -6/+6 | |
2020-10-05 | swift2nix post: Remove duplicated phrases | EuAndreh | 1 | -2/+2 | |
2020-10-05 | cargo2nix: Proofread on the browser | EuAndreh | 1 | -10/+11 | |
2020-10-05 | cargo2nix post: Fix spelling | EuAndreh | 5 | -2/+6 | |