aboutsummaryrefslogtreecommitdiff
path: root/_articles (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add (first) building a database postEuAndreh2020-11-121-0/+231
* paradigm-shift article: add comment on short conclusionEuAndreh2020-11-121-0/+4
* Add next paradigm articleEuAndreh2020-11-081-0/+160
* Fix date on filename of todos.org bugs articleEuAndreh2020-11-071-0/+0
* Article on todos.org bugs: mark as publishedEuAndreh2020-11-071-2/+0
* DIY todos bugs: spell-checkingEuAndreh2020-11-071-5/+4
* Add todos.org bugs article, with raw pofilesEuAndreh2020-11-071-0/+106
* Feature flag article: start rewriting to make it more user friendlyEuAndreh2020-11-031-14/+69
* Add dummy time modifier to correctly sort articles from the same dayEuAndreh2020-10-302-2/+2
* Interview article: proofread and remove duplicated uses of "even"EuAndreh2020-10-241-18/+19
* Use site.tld for referencing TLD address, and site.author.email for emailEuAndreh2020-10-233-6/+8
* assert-content.sh: Enforce filename to be title slug + dateEuAndreh2020-10-233-1/+1
* assert-content.sh: Enforce "ref" is the slug of the "title" for pages in enEuAndreh2020-10-235-5/+5
* Interview article: Fix link to match titleEuAndreh2020-10-221-1/+1
* Article on interview: change titleEuAndreh2020-10-201-1/+1
* s/instrinsic/intrinsic/EuAndreh2020-10-201-1/+1
* swift2nix article: typo by readerEuAndreh2020-10-201-1/+1
* Article on interview: add link to archived version of cargo culting text.EuAndreh2020-10-201-2/+4
* Article on hiring: spellingEuAndreh2020-10-201-13/+13
* Article on interview: mark as publishedEuAndreh2020-10-201-1/+0
* Article on interview: add note on high IQEuAndreh2020-10-201-1/+2
* Article on interview: change dateEuAndreh2020-10-201-1/+1
* interview article: add paragraph on HR interns doing interviewEuAndreh2020-10-201-0/+5
* hiring article: typosEuAndreh2020-10-191-2/+2
* Publish rollout slides and articleEuAndreh2020-10-191-3/+2
* WIP add initial draft of hiring articleEuAndreh2020-10-191-0/+323
* feature flag article: Add note on automating feature flag creationEuAndreh2020-10-141-1/+2
* feature flag article: proofreadingEuAndreh2020-10-141-19/+20
* Spelling of feature flags articleEuAndreh2020-10-141-4/+4
* feature flag article+slides: Timestamp them with 2020/10/14EuAndreh2020-10-131-2/+2
* feature flag article: finish first draft, without spell checking nor proofrea...EuAndreh2020-10-131-8/+160
* s/etc./*etc.*/gEuAndreh2020-10-134-11/+11
* Extend article on feature flagEuAndreh2020-10-131-5/+74
* WIP feature flag articleEuAndreh2020-10-111-7/+9
* rollout slides: Add tweaked version, after improving post presentationEuAndreh2020-10-111-2/+2
* Mark slides + article on feature flags as unpublishedEuAndreh2020-10-111-0/+1
* Add basic categories page supportEuAndreh2020-10-102-0/+2
* Add initial version of the adapted presentation from remarkjsEuAndreh2020-10-101-0/+24
* Refactor i18n structure, remove layouts, add slides...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. EuAndreh2020-10-108-0/+1456