aboutsummaryrefslogtreecommitdiff
path: root/spelling (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Decouple testing with NixEuAndreh2020-10-115-352/+0
| | | | Use Nix for build isolation not for test running.
* Refactor i18n structure, remove layouts, add slidesEuAndreh2020-10-101-0/+2
| | | | | | | | | | | | | | | | | 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 post: Fix spellingEuAndreh2020-10-053-0/+4
|
* swift2nix post: Fix spelling and grow dictionaryEuAndreh2020-10-052-0/+10
|
* Add some words to spelling/internationalEuAndreh2020-10-051-0/+16
|
* Add post on git request-pullEuAndreh2020-09-051-0/+6
|
* Revise pt translation of simple-filename-timestampEuAndreh2020-09-041-0/+1
|
* Add til on CLI emailEuAndreh2020-09-042-0/+2
|
* db post: Add correction on SQLite assumption of POSIX filesystemEuAndreh2020-09-032-0/+2
|
* Grow international.txt dictionaryEuAndreh2020-09-011-0/+2
|
* Add spellchecking back to tests, with support for en, pt and fr dictsEuAndreh2020-08-3110-85/+280
|
* WIP setup hunspellEuAndreh2020-02-066-0/+112
|
* Remove spelling/EuAndreh2020-02-055-107/+0
|
* Add new words to international dictionaryEuAndreh2020-01-251-0/+3
|
* Don't spellcheck pastebinsEuAndreh2020-01-041-1/+1
|
* check-spelling.sh: Hack to allow french wordsEuAndreh2019-12-292-1/+2
|
* internation.dic.txt: Add Raku to dictionaryEuAndreh2019-12-291-0/+1
|
* spelling/check-spelling.sh: Add fr languageEuAndreh2019-12-291-1/+1
|
* check-spelling.sh: Print only unique entries of unkown wordsEuAndreh2019-11-301-1/+1
|
* Expand dictionariesEuAndreh2019-06-082-0/+2
|
* Add stateless workstation postEuAndreh2019-06-024-1/+21
|
* Make hunspell call more clearEuAndreh2019-06-011-2/+8
|
* Fix check-spelling.sh linter offensesEuAndreh2019-06-011-5/+6
|
* Move test code out of default.nixEuAndreh2019-06-011-0/+29
| | | | | - use common utils.nix code for generic test derivation; - move spell checking code into standalone Bash file.
* Check spelling with hunspell and fix current errorsEuAndreh2019-05-224-7/+44
| | | | | | | | The =sort= command requires $LANG to be set in order to sort consistently acrros environments and OSes. hunspell needs it to properly interpret non-ascii characters from the provided custom dictionaries.
* Setup hunspell spellchecking to run against HTML outputEuAndreh2019-05-221-0/+7