Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Article on interview: add link to archived version of cargo culting text. | EuAndreh | 2020-10-20 | 1 | -2/+4 | |
| | ||||||
* | Article on hiring: spelling | EuAndreh | 2020-10-20 | 1 | -13/+13 | |
| | ||||||
* | Article on interview: mark as published | EuAndreh | 2020-10-20 | 1 | -1/+0 | |
| | ||||||
* | Article on interview: add note on high IQ | EuAndreh | 2020-10-20 | 1 | -1/+2 | |
| | ||||||
* | Article on interview: change date | EuAndreh | 2020-10-20 | 1 | -1/+1 | |
| | ||||||
* | interview article: add paragraph on HR interns doing interview | EuAndreh | 2020-10-20 | 1 | -0/+5 | |
| | ||||||
* | hiring article: typos | EuAndreh | 2020-10-19 | 1 | -2/+2 | |
| | ||||||
* | Publish rollout slides and article | EuAndreh | 2020-10-19 | 1 | -3/+2 | |
| | ||||||
* | WIP add initial draft of hiring article | EuAndreh | 2020-10-19 | 1 | -0/+323 | |
| | ||||||
* | feature flag article: Add note on automating feature flag creation | EuAndreh | 2020-10-14 | 1 | -1/+2 | |
| | ||||||
* | feature flag article: proofreading | EuAndreh | 2020-10-14 | 1 | -19/+20 | |
| | ||||||
* | Spelling of feature flags article | EuAndreh | 2020-10-14 | 1 | -4/+4 | |
| | ||||||
* | feature flag article+slides: Timestamp them with 2020/10/14 | EuAndreh | 2020-10-13 | 1 | -2/+2 | |
| | ||||||
* | feature flag article: finish first draft, without spell checking nor ↵ | EuAndreh | 2020-10-13 | 1 | -8/+160 | |
| | | | | proofreading | |||||
* | s/etc./*etc.*/g | EuAndreh | 2020-10-13 | 4 | -11/+11 | |
| | ||||||
* | Extend article on feature flag | EuAndreh | 2020-10-13 | 1 | -5/+74 | |
| | ||||||
* | WIP feature flag article | EuAndreh | 2020-10-11 | 1 | -7/+9 | |
| | ||||||
* | rollout slides: Add tweaked version, after improving post presentation | EuAndreh | 2020-10-11 | 1 | -2/+2 | |
| | ||||||
* | Mark slides + article on feature flags as unpublished | EuAndreh | 2020-10-11 | 1 | -0/+1 | |
| | ||||||
* | Add basic categories page support | EuAndreh | 2020-10-10 | 2 | -0/+2 | |
| | ||||||
* | Add initial version of the adapted presentation from remarkjs | EuAndreh | 2020-10-10 | 1 | -0/+24 | |
| | ||||||
* | Refactor i18n structure, remove layouts, add slides | EuAndreh | 2020-10-10 | 8 | -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. |