summaryrefslogtreecommitdiff
path: root/_articles (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-14Spell check, add translation files and publish article on local-first softwareEuAndreh1-24/+27
2020-11-14Add draft of article on local-first softwareEuAndreh1-0/+303
2020-11-14building a database article: Use :db/root over null valueEuAndreh1-5/+7
2020-11-14Use "eu_categories" frontmatter attributeEuAndreh6-6/+6
Jekyll treats names like "category" and "categories" differently, so I chose to name it "eu_categories" in order to avoid inheriting the special treatment, and have full control of what a category means and how it behaves. The _includes/category.html was changed to reflect that, with an extra coupled change that makes it not specific to articles, but any collection type.
2020-11-14Replace links to git.sr.ht/~euandreh to git.euandreh.xyzEuAndreh1-4/+12
2020-11-12Add (first) building a database postEuAndreh1-0/+231
2020-11-12paradigm-shift article: add comment on short conclusionEuAndreh1-0/+4
2020-11-08Add next paradigm articleEuAndreh1-0/+160
2020-11-07Fix date on filename of todos.org bugs articleEuAndreh1-0/+0
2020-11-07Article on todos.org bugs: mark as publishedEuAndreh1-2/+0
2020-11-07DIY todos bugs: spell-checkingEuAndreh1-5/+4
2020-11-07Add todos.org bugs article, with raw pofilesEuAndreh1-0/+106
2020-11-03Feature flag article: start rewriting to make it more user friendlyEuAndreh1-13/+68
2020-10-30Add dummy time modifier to correctly sort articles from the same dayEuAndreh2-2/+2
2020-10-24Interview article: proofread and remove duplicated uses of "even"EuAndreh1-18/+19
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.