Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start simplification: remove reveal.js submodule | EuAndreh | 2024-11-12 | 1 | -0/+0 |
| | | | | | | | | | This commit marks the start of the simplification to the website, drastically reducing the amount, size and complexity of its dependencies. From now, the existing website's content is kept, but its full renderization or build will be broken, until mkwb's version is fully migrated to. | ||||
* | Stop using WebTorrent | EuAndreh | 2021-10-06 | 1 | -0/+0 |
| | | | | | I'll stick with just plain torrent + web seed, to reduce the dependencies of the website. | ||||
* | Add torrent.html page with WebTorrent | EuAndreh | 2020-12-24 | 1 | -0/+0 |
| | |||||
* | Refactor i18n structure, remove layouts, add slides | EuAndreh | 2020-10-10 | 1 | -0/+0 |
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. |