aboutsummaryrefslogtreecommitdiff
path: root/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-101-273/+0
* Revert "Assert all post refs end with '-post' and TIL refs end with -til"...This reverts commit e0db9261ea31c38ea5b6de4246d9f651920443a0. Now instead of having such restriction in name of separate "namespaces" for posts and TILs, I'd rather have more meaninful names for each entry. If this doesn't work on the long run (like being hard coming up with enw names) I can add this restriction again. EuAndreh2020-08-121-1/+1
* Assert all post refs end with '-post' and TIL refs end with -til...Also add this assertion to ./scripts/assert-content.sh. EuAndreh2020-08-121-1/+1
* _posts: Change to named footnotesEuAndreh2020-08-091-7/+7
* Use relative paths for <a> links in the same serverEuAndreh2020-08-041-2/+2
* Markdown cleanupEuAndreh2020-02-061-1/+1
* Sanitize markdown contentEuAndreh2020-02-061-54/+46
* DIY Atom feedEuAndreh2020-02-051-0/+2
* Revert collections_dirEuAndreh2020-02-051-0/+279
* Use collections_dirEuAndreh2020-02-051-279/+0
* Reproduce hakyll behaviourEuAndreh2020-02-051-1/+1
* WIP JekyllEuAndreh2020-02-051-0/+279