aboutsummaryrefslogtreecommitdiff
path: root/_config.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sitemap.xml: Simplify generation of sitemap.xml, include all collectionsEuAndreh2020-12-261-0/+9
|
* _config.yml: Exclude locale/ from buildEuAndreh2020-12-261-0/+1
|
* Add support for screencasts, behind a feature flagEuAndreh2020-12-241-0/+44
|
* Add default links to end of slidesEuAndreh2020-12-191-0/+4
|
* Add Podcast structure, with public entrypoint commented outEuAndreh2020-12-191-0/+45
|
* Move images/ -> static/EuAndreh2020-12-191-1/+1
|
* Stop considering templates/ in scriptsEuAndreh2020-12-191-1/+0
|
* Add x-by-category for articles,til,slides,pastebins in en,pt,fr,eoEuAndreh2020-12-151-1/+45
|
* Add pastebins to to <nav> and make <nav> CSS look better on small screensEuAndreh2020-12-151-12/+21
|
* Generate feed files for all collections and languagesEuAndreh2020-11-141-16/+18
|
* Exclude drafts/ directoryEuAndreh2020-11-031-0/+1
|
* Move other Nix files to nix/EuAndreh2020-11-031-7/+4
|
* Add esperanto dictionary and spellcheck websiteEuAndreh2020-10-301-1/+1
|
* Translate alt of link iconEuAndreh2020-10-301-0/+5
|
* Add minimalistic esperanto translationEuAndreh2020-10-231-3/+43
|
* Remove redundant translation of site.t.articles.nameEuAndreh2020-10-231-4/+0
|
* Point to git.euandreh.xyz instead of git.sr.ht/~euandrehEuAndreh2020-10-231-3/+3
|
* Use site.tld for referencing TLD address, and site.author.email for emailEuAndreh2020-10-231-0/+1
|
* Add GraphvizBlock pluginEuAndreh2020-10-161-0/+1
|
* Use translated links of CC noticeEuAndreh2020-10-121-2/+2
|
* Change footnote and LICENSE file to AGPLEuAndreh2020-10-121-3/+3
|
* Add pastebins to spellchecking listEuAndreh2020-10-111-1/+1
|
* Escape non-HTML tagEuAndreh2020-10-111-3/+3
|
* Use Jekyll to output slides HTML filesEuAndreh2020-10-101-0/+1
|
* Enforce all "post" and "pastebin" layouts have dates in filenamesEuAndreh2020-10-101-0/+1
|
* Refactor i18n structure, remove layouts, add slidesEuAndreh2020-10-101-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.
* cargo2nix post: Fix spellingEuAndreh2020-10-051-1/+1
|
* Add "patches welcome" section to footerEuAndreh2020-10-051-3/+3
|
* _config.yml: Use custom permalink to *not* include the category on the URLEuAndreh2020-10-051-0/+2
|
* Fix missing website descriptionEuAndreh2020-09-181-0/+4
|
* Add spellchecking back to tests, with support for en, pt and fr dictsEuAndreh2020-08-311-4/+4
|
* _config.yml: Remove '-' from CC-BY-SA -> CC BY-SAEuAndreh2020-08-211-3/+3
|
* Use {% link %} tag to assert valid linksEuAndreh2020-08-191-15/+15
|
* Fix updated_at header sectionEuAndreh2020-08-191-1/+1
|
* Add 'description' file to Jekyll ignore listEuAndreh2020-08-171-0/+1
|
* Make blog_url dynamic instead of pointing to root which is always englishEuAndreh2020-08-161-0/+4
|
* i18n: Ajouter le support pour la version françaiseEuAndreh2020-08-161-5/+35
|
* config.yml: Use singular $SITE/pastebin/$SLUG for pastebin pageEuAndreh2020-08-141-0/+1
|
* Use a single name for the site home linkEuAndreh2020-08-121-6/+0
|
* Use _includes/i18n-date.html for datesEuAndreh2020-08-121-3/+27
|
* Add custom permalink for TIL Jekyll collectionEuAndreh2020-08-121-0/+1
|
* Allow more folders to contain 'FIXME' textEuAndreh2020-08-121-0/+1
|
* Add post and TIL templatesEuAndreh2020-08-121-0/+1
|
* Add TILs section, with Atom support and i18nEuAndreh2020-08-121-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;
* Show updated_at in post headerEuAndreh2020-08-091-0/+3
|
* _config.yml: Add line numbers only to code blocksEuAndreh2020-08-081-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.
* Simplify styles.css and setup line number for code blocksEuAndreh2020-08-051-0/+5
| | | | | | Doesn't work for code blocks with 1000 or more lines, though. It works well enough for now.
* _config.yml: Remove vendor/ from exclude listEuAndreh2020-02-241-1/+0
|
* _config.yml: Exclude result from Jekyll buildEuAndreh2020-02-171-0/+1
|
* Fix navigation bar links to Atom feedsEuAndreh2020-02-141-2/+2
|