summaryrefslogtreecommitdiff
path: root/spelling (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-11Decouple testing with NixEuAndreh5-352/+0
Use Nix for build isolation not for test running.
2020-10-10Refactor i18n structure, remove layouts, add slidesEuAndreh1-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.
2020-10-05cargo2nix post: Fix spellingEuAndreh3-0/+4
2020-10-05swift2nix post: Fix spelling and grow dictionaryEuAndreh2-0/+10
2020-10-05Add some words to spelling/internationalEuAndreh1-0/+16
2020-09-05Add post on git request-pullEuAndreh1-0/+6
2020-09-04Revise pt translation of simple-filename-timestampEuAndreh1-0/+1
2020-09-04Add til on CLI emailEuAndreh2-0/+2
2020-09-03db post: Add correction on SQLite assumption of POSIX filesystemEuAndreh2-0/+2
2020-09-01Grow international.txt dictionaryEuAndreh1-0/+2
2020-08-31Add spellchecking back to tests, with support for en, pt and fr dictsEuAndreh10-85/+280
2020-02-06WIP setup hunspellEuAndreh6-0/+112
2020-02-05Remove spelling/EuAndreh5-107/+0
2020-01-25Add new words to international dictionaryEuAndreh1-0/+3
2020-01-04Don't spellcheck pastebinsEuAndreh1-1/+1
2019-12-29check-spelling.sh: Hack to allow french wordsEuAndreh2-1/+2
2019-12-29internation.dic.txt: Add Raku to dictionaryEuAndreh1-0/+1
2019-12-29spelling/check-spelling.sh: Add fr languageEuAndreh1-1/+1
2019-11-30check-spelling.sh: Print only unique entries of unkown wordsEuAndreh1-1/+1
2019-06-08Expand dictionariesEuAndreh2-0/+2
2019-06-02Add stateless workstation postEuAndreh4-1/+21
2019-06-01Make hunspell call more clearEuAndreh1-2/+8
2019-06-01Fix check-spelling.sh linter offensesEuAndreh1-5/+6
2019-06-01Move test code out of default.nixEuAndreh1-0/+29
- use common utils.nix code for generic test derivation; - move spell checking code into standalone Bash file.
2019-05-22Check spelling with hunspell and fix current errorsEuAndreh4-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.
2019-05-22Setup hunspell spellchecking to run against HTML outputEuAndreh1-0/+7