Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add initial version of the adapted presentation from remarkjs | EuAndreh | 2020-10-10 | 2 | -0/+347 | |
| | ||||||
* | Remove now deprecated templates/til.md | EuAndreh | 2020-10-10 | 1 | -7/+0 | |
| | ||||||
* | Use Jekyll to output slides HTML files | EuAndreh | 2020-10-10 | 17 | -17/+108 | |
| | ||||||
* | Fix home page entry listing | EuAndreh | 2020-10-10 | 1 | -1/+1 | |
| | ||||||
* | Remove unused scripts | EuAndreh | 2020-10-10 | 2 | -84/+0 | |
| | ||||||
* | Enforce all "post" and "pastebin" layouts have dates in filenames | EuAndreh | 2020-10-10 | 14 | -59/+34 | |
| | ||||||
* | Refactor i18n structure, remove layouts, add slides | EuAndreh | 2020-10-10 | 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. | |||||
* | cargo2nix: Use overlay on example | EuAndreh | 2020-10-05 | 1 | -4/+5 | |
| | ||||||
* | cargo2nix post: Fix derivation name | EuAndreh | 2020-10-05 | 1 | -1/+1 | |
| | ||||||
* | cargo2nix post: Proofread again | EuAndreh | 2020-10-05 | 1 | -6/+6 | |
| | ||||||
* | swift2nix post: Remove duplicated phrases | EuAndreh | 2020-10-05 | 1 | -2/+2 | |
| | ||||||
* | cargo2nix: Proofread on the browser | EuAndreh | 2020-10-05 | 1 | -10/+11 | |
| | ||||||
* | cargo2nix post: Fix spelling | EuAndreh | 2020-10-05 | 5 | -2/+6 | |
| | ||||||
* | Add initial draft of cargo2nix post | EuAndreh | 2020-10-05 | 1 | -0/+74 | |
| | ||||||
* | Add "patches welcome" section to footer | EuAndreh | 2020-10-05 | 1 | -3/+3 | |
| | ||||||
* | Revert back to the title with colon | EuAndreh | 2020-10-05 | 2 | -7/+1 | |
| | ||||||
* | _config.yml: Use custom permalink to *not* include the category on the URL | EuAndreh | 2020-10-05 | 1 | -0/+2 | |
| | ||||||
* | default.nix: Add site attribute as an alias for subtasks.docs | EuAndreh | 2020-10-05 | 1 | -0/+1 | |
| | ||||||
* | assert-content.sh: Check that titles don't contain colons | EuAndreh | 2020-10-05 | 1 | -0/+6 | |
| | ||||||
* | swift2nix post: Use dashes instead of colon on title | EuAndreh | 2020-10-05 | 1 | -1/+1 | |
| | ||||||
* | swift2nix post: Change category to "mediator" | EuAndreh | 2020-10-05 | 1 | -1/+1 | |
| | ||||||
* | Move description into metadata.json | EuAndreh | 2020-10-05 | 2 | -1/+3 | |
| | ||||||
* | swift2nix post: Fix spelling and grow dictionary | EuAndreh | 2020-10-05 | 3 | -5/+15 | |
| | ||||||
* | swift2nix: proofread on the browser | EuAndreh | 2020-10-05 | 1 | -20/+27 | |
| | ||||||
* | db post: Add "mediator" category | EuAndreh | 2020-10-05 | 1 | -0/+1 | |
| | ||||||
* | Add initial draft on swift2nix post | EuAndreh | 2020-10-05 | 1 | -0/+190 | |
| | ||||||
* | Add some words to spelling/international | EuAndreh | 2020-10-05 | 1 | -0/+16 | |
| | ||||||
* | Add entry to drats/til.md | EuAndreh | 2020-10-05 | 1 | -0/+2 | |
| | ||||||
* | Fix missing website description | EuAndreh | 2020-09-18 | 2 | -1/+5 | |
| | ||||||
* | styles.css: Add horizontal scrollbar on long code blocks | EuAndreh | 2020-09-18 | 1 | -0/+4 | |
| | ||||||
* | Add EuAndreh suffix to all titles | EuAndreh | 2020-09-18 | 1 | -1/+1 | |
| | ||||||
* | Commit til.md with TIL scratches | EuAndreh | 2020-09-06 | 1 | -0/+118 | |
| | ||||||
* | Remove "boneco" from about pages | EuAndreh | 2020-09-05 | 3 | -15/+0 | |
| | ||||||
* | pr post: Clarify statement on "Git federation" | EuAndreh | 2020-09-05 | 1 | -2/+2 | |
| | ||||||
* | pr post: break lines that are too long | EuAndreh | 2020-09-05 | 1 | -2/+4 | |
| | ||||||
* | Add post on git request-pull | EuAndreh | 2020-09-05 | 2 | -0/+114 | |
| | ||||||
* | mail cli til: Encourage reader to try | EuAndreh | 2020-09-04 | 1 | -0/+2 | |
| | ||||||
* | mail cli til: Add clearer separation between code examples | EuAndreh | 2020-09-04 | 1 | -0/+2 | |
| | ||||||
* | Revise pt translation of simple-filename-timestamp | EuAndreh | 2020-09-04 | 2 | -2/+4 | |
| | ||||||
* | Add til on CLI email | EuAndreh | 2020-09-04 | 3 | -0/+78 | |
| | ||||||
* | db post: better pinpoint sqlite unsuitability | EuAndreh | 2020-09-03 | 1 | -6/+6 | |
| | ||||||
* | db post: Add link to email exchange | EuAndreh | 2020-09-03 | 1 | -1/+3 | |
| | ||||||
* | db post: improve wording of posix-sqlite note | EuAndreh | 2020-09-03 | 1 | -7/+7 | |
| | ||||||
* | db post: Add correction on SQLite assumption of POSIX filesystem | EuAndreh | 2020-09-03 | 3 | -3/+43 | |
| | ||||||
* | finally change mailto link to "RE: " | EuAndreh | 2020-09-02 | 1 | -3/+3 | |
| | | | | This was itching me to see many people using the "Re: " version. | |||||
* | Make about page more brief. | EuAndreh | 2020-09-02 | 3 | -9/+3 | |
| | ||||||
* | db post: Add updated_at timestamp | EuAndreh | 2020-09-02 | 1 | -0/+1 | |
| | ||||||
* | Add sha256 to downloaded hunspell dictionaries | EuAndreh | 2020-09-01 | 1 | -11/+28 | |
| | ||||||
* | db post: Fix typos | EuAndreh | 2020-09-01 | 1 | -4/+4 | |
| | ||||||
* | Grow international.txt dictionary | EuAndreh | 2020-09-01 | 1 | -0/+2 | |
| |