summaryrefslogtreecommitdiff
path: root/_articles (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-23Use site.tld for referencing TLD address, and site.author.email for emailEuAndreh3-6/+8
2020-10-23assert-content.sh: Enforce filename to be title slug + dateEuAndreh3-1/+1
2020-10-23assert-content.sh: Enforce "ref" is the slug of the "title" for pages in enEuAndreh5-5/+5
2020-10-22Interview article: Fix link to match titleEuAndreh1-1/+1
2020-10-20Article on interview: change titleEuAndreh1-1/+1
2020-10-20s/instrinsic/intrinsic/EuAndreh1-1/+1
2020-10-20swift2nix article: typo by readerEuAndreh1-1/+1
2020-10-20Article on interview: add link to archived version of cargo culting text.EuAndreh1-2/+4
2020-10-20Article on hiring: spellingEuAndreh1-13/+13
2020-10-20Article on interview: mark as publishedEuAndreh1-1/+0
2020-10-20Article on interview: add note on high IQEuAndreh1-1/+2
2020-10-20Article on interview: change dateEuAndreh1-1/+1
2020-10-20interview article: add paragraph on HR interns doing interviewEuAndreh1-0/+5
2020-10-19hiring article: typosEuAndreh1-2/+2
2020-10-19Publish rollout slides and articleEuAndreh1-3/+2
2020-10-19WIP add initial draft of hiring articleEuAndreh1-0/+323
2020-10-14feature flag article: Add note on automating feature flag creationEuAndreh1-1/+2
2020-10-14feature flag article: proofreadingEuAndreh1-19/+20
2020-10-14Spelling of feature flags articleEuAndreh1-4/+4
2020-10-13feature flag article+slides: Timestamp them with 2020/10/14EuAndreh1-2/+2
2020-10-13feature flag article: finish first draft, without spell checking nor ↵EuAndreh1-8/+160
proofreading
2020-10-13s/etc./*etc.*/gEuAndreh4-11/+11
2020-10-13Extend article on feature flagEuAndreh1-5/+74
2020-10-11WIP feature flag articleEuAndreh1-7/+9
2020-10-11rollout slides: Add tweaked version, after improving post presentationEuAndreh1-2/+2
2020-10-11Mark slides + article on feature flags as unpublishedEuAndreh1-0/+1
2020-10-10Add basic categories page supportEuAndreh2-0/+2
2020-10-10Add initial version of the adapted presentation from remarkjsEuAndreh1-0/+24
2020-10-10Refactor i18n structure, remove layouts, add slidesEuAndreh8-0/+1456
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.