summaryrefslogtreecommitdiff
path: root/_layouts (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-24Add support for screencasts, behind a feature flagEuAndreh3-19/+41
2020-12-24Add torrent.html page with WebTorrentEuAndreh1-3/+6
2020-12-24Use feature toggle to show podcast linksEuAndreh1-2/+6
2020-12-23Generate torrent files from ogg filesEuAndreh1-2/+8
2020-12-20_layouts/podcast.html: Remove placeholder alternative tag, point to flac fileEuAndreh1-1/+1
2020-12-19Add default links to end of slidesEuAndreh2-7/+2
2020-12-19Fix translation navigation link of collectionsEuAndreh1-7/+30
2020-12-19Add Podcast structure, with public entrypoint commented outEuAndreh2-4/+16
2020-12-19Move images/ -> static/EuAndreh1-2/+2
2020-12-19Use 'post' layout for pastebinsEuAndreh1-11/+0
2020-12-15Add pastebins to to <nav> and make <nav> CSS look better on small screensEuAndreh1-32/+31
2020-11-14Generate feed files for all collections and languagesEuAndreh2-5/+5
2020-10-23Remove redundant translation of site.t.articles.nameEuAndreh1-1/+1
2020-10-23Use site.tld for referencing TLD address, and site.author.email for emailEuAndreh1-1/+1
2020-10-12Fix typo in translation key for TILs feedEuAndreh1-1/+1
2020-10-11Remove </pre> leftoverEuAndreh1-1/+1
2020-10-10Use Jekyll to output slides HTML filesEuAndreh2-1/+68
2020-10-10Refactor i18n structure, remove layouts, add slidesEuAndreh5-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.
2020-09-18Fix missing website descriptionEuAndreh1-1/+1
2020-09-18Add EuAndreh suffix to all titlesEuAndreh1-1/+1
2020-08-29default.html: Add trailing close / to <meta> tagsEuAndreh1-3/+3
2020-08-27_layouts/default.html: Add description meta tagEuAndreh1-0/+10
2020-08-26Remove IE specific meta tagEuAndreh1-1/+0
2020-08-19Use {% link %} tag to assert valid linksEuAndreh3-7/+7
2020-08-19Fix updated_at header sectionEuAndreh1-3/+5
2020-08-16Make blog_url dynamic instead of pointing to root which is always englishEuAndreh1-1/+1
2020-08-12Use a single name for the site home linkEuAndreh1-1/+1
2020-08-12Use <h2> tags for subtitlesEuAndreh3-5/+5
2020-08-12Use _includes/i18n-date.html for datesEuAndreh5-7/+7
2020-08-12Add title to pages missing itEuAndreh1-3/+1
2020-08-12default.html: Add hreflang to <link alternate> tagsEuAndreh1-2/+2
2020-08-12default.html: Add page title meta attribute only when it existsEuAndreh1-1/+3
2020-08-12default.html: Fix missing link in <link alternate>EuAndreh1-1/+2
2020-08-12_layouts/til.html: Mirror _layouts/post.html contentEuAndreh1-11/+1
2020-08-12Add TILs section, with Atom support and i18nEuAndreh4-21/+61
- add i18n logic to support translated TIL entries and listing; - make the website title less tied to a blog: "EuAndreh::blog" -> <web>EuAndreh</web>; - remove old Atom feed link aliases; - remove feed.all.atom and it's link in the about page; - create Atom feed for TIL entries; - show blog and TIL Atom feed on their listing pages (index and tils-listing); - add root alias: / -> /en/ - remove explicit list of feeds from $IGNORED_PAGES and use a '*.atom' glob instead; - also lint, assert-content and assert-unique-ref of TILs; - fix wrong "post.date" in pastebin entry in site.json;
2020-08-10CSS: Add clearer separation between end of post and post footerEuAndreh1-1/+1
2020-08-09Show updated_at in post headerEuAndreh1-0/+5
2020-08-01Revert "Don't reverse the order of posts in the posting list in index.html"EuAndreh1-1/+1
This reverts commit 73dd41e059497af9722bf9082dfc7f6b50277b49.
2020-08-01Don't reverse the order of posts in the posting list in index.htmlEuAndreh1-1/+1
I though that the reverse that was required, but it had the oposite effect.
2020-02-17Sort posts by date in reverseEuAndreh1-1/+1
2020-02-14Only list posts for languages there are availableEuAndreh1-7/+6
2020-02-14_layouts/default.html: Generate langs <ul> only when there are langsEuAndreh1-17/+17
2020-02-12html tidy wipEuAndreh2-10/+12
2020-02-09Sort pastebins listing by dateEuAndreh1-1/+2
2020-02-09Remove unused pastebins layoutEuAndreh1-10/+0
2020-02-08Remove extra role=main attributeEuAndreh1-1/+1
2020-02-08Escape HTML title in meta tagEuAndreh1-1/+1
Avoid errors with quotes in page titles
2020-02-06Use i18n date format everywhereEuAndreh4-4/+4
2020-02-06Sanitize markdown contentEuAndreh1-1/+1
2020-02-05Point to language-specific homeEuAndreh1-1/+1