summaryrefslogtreecommitdiff
path: root/_layouts/default.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-24Add support for screencasts, behind a feature flagEuAndreh1-0/+13
2020-12-24Use feature toggle to show podcast linksEuAndreh1-2/+6
2020-12-19Add default links to end of slidesEuAndreh1-7/+0
2020-12-19Fix translation navigation link of collectionsEuAndreh1-7/+30
2020-12-19Add Podcast structure, with public entrypoint commented outEuAndreh1-4/+6
2020-12-19Move images/ -> static/EuAndreh1-2/+2
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 languagesEuAndreh1-4/+4
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 filesEuAndreh1-1/+3
2020-10-10Refactor i18n structure, remove layouts, add slidesEuAndreh1-5/+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 linksEuAndreh1-5/+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-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-12Add TILs section, with Atom support and i18nEuAndreh1-20/+26
- 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-02-14_layouts/default.html: Generate langs <ul> only when there are langsEuAndreh1-17/+17
2020-02-12html tidy wipEuAndreh1-1/+1
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-06Sanitize markdown contentEuAndreh1-1/+1
2020-02-05Point to language-specific homeEuAndreh1-1/+1
2020-02-05DIY jekyll-seo-tagEuAndreh1-2/+15
2020-02-05DIY Atom feedEuAndreh1-1/+1
2020-02-05Add manual support for multiple languagesEuAndreh1-9/+29
2020-02-05Reproduce hakyll behaviourEuAndreh1-1/+2
2020-02-05WIP JekyllEuAndreh1-10/+8
2020-01-26Use feed.atom extension so nginx uses the right Content-TypeEuAndreh1-2/+2
2020-01-25Use feed.xml as the canonical file, leave atom.xml for those trying to ↵EuAndreh1-1/+1
discover it
2020-01-25Non-generic title in Atom <link> tagEuAndreh1-1/+1
2020-01-24Remove "/archive.html" pageEuAndreh1-1/+0
It was simply a duplicate of "/index.html", and I'd rather keep all the posts listed in the index itself.
2019-06-04Link to Atom instead of RSSEuAndreh1-1/+1
2019-06-02Use GPLv3 or later in footerEuAndreh1-1/+1
2018-12-21Update links to source code.EuAndreh1-1/+1
2018-12-21s/EuAndreh's Blog/EuAndreh's blog/.EuAndreh1-2/+2
2018-12-21Put article name before blog name in page titles.EuAndreh1-1/+1
2018-07-31Fix header links positionEuAndreh1-6/+10
2018-07-18Change default titleEuAndreh1-1/+1
2018-07-18Remove redundant link to Home in default.htmlEuAndreh1-1/+0