aboutsummaryrefslogtreecommitdiff
path: root/_articles (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Spell check, add translation files and publish article on local-first softwareEuAndreh2020-11-141-24/+27
|
* Add draft of article on local-first softwareEuAndreh2020-11-141-0/+303
|
* building a database article: Use :db/root over null valueEuAndreh2020-11-141-5/+7
|
* Use "eu_categories" frontmatter attributeEuAndreh2020-11-146-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.
* Replace links to git.sr.ht/~euandreh to git.euandreh.xyzEuAndreh2020-11-141-4/+12
|
* 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 ↵EuAndreh2020-10-131-8/+160
| | | | proofreading
* 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 slidesEuAndreh2020-10-108-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.