summaryrefslogtreecommitdiff
path: root/_config.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-01Add support for "Music"EuAndreh1-0/+27
2020-12-30_config.yml: Point to COPYING file instead of LICENSEEuAndreh1-5/+5
2020-12-28_config.yml: Add missing :day component to screencasts collection permalinkEuAndreh1-1/+1
2020-12-26sitemap.xml: Simplify generation of sitemap.xml, include all collectionsEuAndreh1-0/+9
2020-12-26_config.yml: Exclude locale/ from buildEuAndreh1-0/+1
2020-12-24Add support for screencasts, behind a feature flagEuAndreh1-0/+44
2020-12-19Add default links to end of slidesEuAndreh1-0/+4
2020-12-19Add Podcast structure, with public entrypoint commented outEuAndreh1-0/+45
2020-12-19Move images/ -> static/EuAndreh1-1/+1
2020-12-19Stop considering templates/ in scriptsEuAndreh1-1/+0
2020-12-15Add x-by-category for articles,til,slides,pastebins in en,pt,fr,eoEuAndreh1-1/+45
2020-12-15Add pastebins to to <nav> and make <nav> CSS look better on small screensEuAndreh1-12/+21
2020-11-14Generate feed files for all collections and languagesEuAndreh1-16/+18
2020-11-03Exclude drafts/ directoryEuAndreh1-0/+1
2020-11-03Move other Nix files to nix/EuAndreh1-7/+4
2020-10-30Add esperanto dictionary and spellcheck websiteEuAndreh1-1/+1
2020-10-30Translate alt of link iconEuAndreh1-0/+5
2020-10-23Add minimalistic esperanto translationEuAndreh1-3/+43
2020-10-23Remove redundant translation of site.t.articles.nameEuAndreh1-4/+0
2020-10-23Point to git.euandreh.xyz instead of git.sr.ht/~euandrehEuAndreh1-3/+3
2020-10-23Use site.tld for referencing TLD address, and site.author.email for emailEuAndreh1-0/+1
2020-10-16Add GraphvizBlock pluginEuAndreh1-0/+1
2020-10-12Use translated links of CC noticeEuAndreh1-2/+2
2020-10-12Change footnote and LICENSE file to AGPLEuAndreh1-3/+3
2020-10-11Add pastebins to spellchecking listEuAndreh1-1/+1
2020-10-11Escape non-HTML tagEuAndreh1-3/+3
2020-10-10Use Jekyll to output slides HTML filesEuAndreh1-0/+1
2020-10-10Enforce all "post" and "pastebin" layouts have dates in filenamesEuAndreh1-0/+1
2020-10-10Refactor i18n structure, remove layouts, add slidesEuAndreh1-41/+89
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-10-05cargo2nix post: Fix spellingEuAndreh1-1/+1
2020-10-05Add "patches welcome" section to footerEuAndreh1-3/+3
2020-10-05_config.yml: Use custom permalink to *not* include the category on the URLEuAndreh1-0/+2
2020-09-18Fix missing website descriptionEuAndreh1-0/+4
2020-08-31Add spellchecking back to tests, with support for en, pt and fr dictsEuAndreh1-4/+4
2020-08-21_config.yml: Remove '-' from CC-BY-SA -> CC BY-SAEuAndreh1-3/+3
2020-08-19Use {% link %} tag to assert valid linksEuAndreh1-15/+15
2020-08-19Fix updated_at header sectionEuAndreh1-1/+1
2020-08-17Add 'description' file to Jekyll ignore listEuAndreh1-0/+1
2020-08-16Make blog_url dynamic instead of pointing to root which is always englishEuAndreh1-0/+4
2020-08-16i18n: Ajouter le support pour la version françaiseEuAndreh1-5/+35
2020-08-14config.yml: Use singular $SITE/pastebin/$SLUG for pastebin pageEuAndreh1-0/+1
2020-08-12Use a single name for the site home linkEuAndreh1-6/+0
2020-08-12Use _includes/i18n-date.html for datesEuAndreh1-3/+27
2020-08-12Add custom permalink for TIL Jekyll collectionEuAndreh1-0/+1
2020-08-12Allow more folders to contain 'FIXME' textEuAndreh1-0/+1
2020-08-12Add post and TIL templatesEuAndreh1-0/+1
2020-08-12Add TILs section, with Atom support and i18nEuAndreh1-26/+46
- 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-09Show updated_at in post headerEuAndreh1-0/+3
2020-08-08_config.yml: Add line numbers only to code blocksEuAndreh1-1/+4
The 'line_numbers: true' option enables line numbering for all code blocks, including inline ones. Instead I want line numbering just for code blocks.
2020-08-05Simplify styles.css and setup line number for code blocksEuAndreh1-0/+5
Doesn't work for code blocks with 1000 or more lines, though. It works well enough for now.