aboutsummaryrefslogtreecommitdiff
path: root/_layouts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace kuvira -> tophEuAndreh2022-11-261-2/+2
| | | | | | | git grep -l euandreh.xyz | xargs sed -i 's|euandreh.xyz/\(.*\).git|euandre.org/git/\1|' Plus a few other manual changes.
* Replace website.git address with euandre.org.git addressEuAndreh2022-08-311-2/+2
|
* Rename favicon to lord-faviconEuAndreh2022-04-122-2/+2
|
* Update link to Git repositoriesEuAndreh2021-10-111-2/+2
|
* Stop using WebTorrentEuAndreh2021-10-061-8/+2
| | | | | I'll stick with just plain torrent + web seed, to reduce the dependencies of the website.
* _layouts/default.html: Add content type to CSS stylesheetEuAndreh2021-10-051-5/+5
|
* git mv public-key.txt public.ascEuAndreh2021-07-201-1/+1
|
* Use absolute urls for alternet hrefsEuAndreh2021-02-212-7/+7
|
* Update link to repository with OS packaging codeEuAndreh2021-02-171-1/+1
|
* Add "view source" linksEuAndreh2021-02-111-0/+1
|
* Remove direct-video and screencast flags: enable them by defaultEuAndreh2021-02-072-11/+5
|
* slides.html: Don't limit user scalability of viewportEuAndreh2021-01-241-1/+1
|
* _layouts/slides.html: Link to prose versionEuAndreh2021-01-171-0/+4
|
* _layouts/slides.html: tabs -> spacesEuAndreh2021-01-171-37/+37
|
* slides.html: Add <noscript> sectionEuAndreh2021-01-171-0/+18
|
* Add support for "Music"EuAndreh2021-01-011-0/+3
|
* post.html: Add trailing '/' to source tagEuAndreh2021-01-011-2/+2
|
* post.html: Remove <section> tagsEuAndreh2021-01-011-36/+35
|
* Remove <article> tag from post.html layout, already present in default.htmlEuAndreh2021-01-011-44/+42
|
* Remove _layouts/page.html, use 'default' layout for pagesEuAndreh2021-01-012-8/+6
|
* Move (again) to WebM for being more web friendlyEuAndreh2020-12-281-3/+3
|
* post.html: Set default width of videoEuAndreh2020-12-281-1/+1
|
* post.html, feed.atom: Stop pointing to resources/ pathsEuAndreh2020-12-281-5/+6
|
* Revert "Use WebM over MKV"EuAndreh2020-12-281-2/+2
| | | | | | This reverts commit 75fe4f08cfe0ec4ffb09235d2e243507a0b2d767. Keep TODOs.org comment, and extend it.
* Use WebM over MKVEuAndreh2020-12-281-2/+2
|
* Add direct-video flagEuAndreh2020-12-282-4/+10
|
* Merge _layouts/cast.html into _layouts/post.htmlEuAndreh2020-12-282-28/+24
|
* Add SVG faviconEuAndreh2020-12-272-0/+2
|
* Use MKV over webmEuAndreh2020-12-241-1/+1
|
* Add support for screencasts, behind a feature flagEuAndreh2020-12-243-19/+41
|
* Add torrent.html page with WebTorrentEuAndreh2020-12-241-3/+6
|
* Use feature toggle to show podcast linksEuAndreh2020-12-241-2/+6
|
* Generate torrent files from ogg filesEuAndreh2020-12-231-2/+8
|
* _layouts/podcast.html: Remove placeholder alternative tag, point to flac fileEuAndreh2020-12-201-1/+1
|
* Add default links to end of slidesEuAndreh2020-12-192-7/+2
|
* Fix translation navigation link of collectionsEuAndreh2020-12-191-7/+30
|
* Add Podcast structure, with public entrypoint commented outEuAndreh2020-12-192-4/+16
|
* Move images/ -> static/EuAndreh2020-12-191-2/+2
|
* Use 'post' layout for pastebinsEuAndreh2020-12-191-11/+0
|
* Add pastebins to to <nav> and make <nav> CSS look better on small screensEuAndreh2020-12-151-32/+31
|
* Generate feed files for all collections and languagesEuAndreh2020-11-142-5/+5
|
* Remove redundant translation of site.t.articles.nameEuAndreh2020-10-231-1/+1
|
* Use site.tld for referencing TLD address, and site.author.email for emailEuAndreh2020-10-231-1/+1
|
* Fix typo in translation key for TILs feedEuAndreh2020-10-121-1/+1
|
* Remove </pre> leftoverEuAndreh2020-10-111-1/+1
|
* Use Jekyll to output slides HTML filesEuAndreh2020-10-102-1/+68
|
* Refactor i18n structure, remove layouts, add slidesEuAndreh2020-10-105-55/+6
| | | | | | | | | | | | | | | | | 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.
* Fix missing website descriptionEuAndreh2020-09-181-1/+1
|
* Add EuAndreh suffix to all titlesEuAndreh2020-09-181-1/+1
|
* default.html: Add trailing close / to <meta> tagsEuAndreh2020-08-291-3/+3
|