| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate feed files for all collections and languages | EuAndreh | 2020-11-14 | 1 | -16/+18 |
* | Exclude drafts/ directory | EuAndreh | 2020-11-03 | 1 | -0/+1 |
* | Move other Nix files to nix/ | EuAndreh | 2020-11-03 | 1 | -7/+4 |
* | Add esperanto dictionary and spellcheck website | EuAndreh | 2020-10-30 | 1 | -1/+1 |
* | Translate alt of link icon | EuAndreh | 2020-10-30 | 1 | -0/+5 |
* | Add minimalistic esperanto translation | EuAndreh | 2020-10-23 | 1 | -3/+43 |
* | Remove redundant translation of site.t.articles.name | EuAndreh | 2020-10-23 | 1 | -4/+0 |
* | Point to git.euandreh.xyz instead of git.sr.ht/~euandreh | EuAndreh | 2020-10-23 | 1 | -3/+3 |
* | Use site.tld for referencing TLD address, and site.author.email for email | EuAndreh | 2020-10-23 | 1 | -0/+1 |
* | Add GraphvizBlock plugin | EuAndreh | 2020-10-16 | 1 | -0/+1 |
* | Use translated links of CC notice | EuAndreh | 2020-10-12 | 1 | -2/+2 |
* | Change footnote and LICENSE file to AGPL | EuAndreh | 2020-10-12 | 1 | -3/+3 |
* | Add pastebins to spellchecking list | EuAndreh | 2020-10-11 | 1 | -1/+1 |
* | Escape non-HTML tag | EuAndreh | 2020-10-11 | 1 | -3/+3 |
* | Use Jekyll to output slides HTML files | EuAndreh | 2020-10-10 | 1 | -0/+1 |
* | Enforce all "post" and "pastebin" layouts have dates in filenames | EuAndreh | 2020-10-10 | 1 | -0/+1 |
* | Refactor i18n structure, remove layouts, add slides...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.
| EuAndreh | 2020-10-10 | 1 | -41/+89 |
* | cargo2nix post: Fix spelling | EuAndreh | 2020-10-05 | 1 | -1/+1 |
* | Add "patches welcome" section to footer | EuAndreh | 2020-10-05 | 1 | -3/+3 |
* | _config.yml: Use custom permalink to *not* include the category on the URL | EuAndreh | 2020-10-05 | 1 | -0/+2 |
* | Fix missing website description | EuAndreh | 2020-09-18 | 1 | -0/+4 |
* | Add spellchecking back to tests, with support for en, pt and fr dicts | EuAndreh | 2020-08-31 | 1 | -4/+4 |
* | _config.yml: Remove '-' from CC-BY-SA -> CC BY-SA | EuAndreh | 2020-08-21 | 1 | -3/+3 |
* | Use {% link %} tag to assert valid links | EuAndreh | 2020-08-19 | 1 | -15/+15 |
* | Fix updated_at header section | EuAndreh | 2020-08-19 | 1 | -1/+1 |
* | Add 'description' file to Jekyll ignore list | EuAndreh | 2020-08-17 | 1 | -0/+1 |
* | Make blog_url dynamic instead of pointing to root which is always english | EuAndreh | 2020-08-16 | 1 | -0/+4 |
* | i18n: Ajouter le support pour la version française | EuAndreh | 2020-08-16 | 1 | -5/+35 |
* | config.yml: Use singular $SITE/pastebin/$SLUG for pastebin page | EuAndreh | 2020-08-14 | 1 | -0/+1 |
* | Use a single name for the site home link | EuAndreh | 2020-08-12 | 1 | -6/+0 |
* | Use _includes/i18n-date.html for dates | EuAndreh | 2020-08-12 | 1 | -3/+27 |
* | Add custom permalink for TIL Jekyll collection | EuAndreh | 2020-08-12 | 1 | -0/+1 |
* | Allow more folders to contain 'FIXME' text | EuAndreh | 2020-08-12 | 1 | -0/+1 |
* | Add post and TIL templates | EuAndreh | 2020-08-12 | 1 | -0/+1 |
* | Add TILs section, with Atom support and i18n...- 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;
| EuAndreh | 2020-08-12 | 1 | -26/+46 |
* | Show updated_at in post header | EuAndreh | 2020-08-09 | 1 | -0/+3 |
* | _config.yml: Add line numbers only to code blocks...The 'line_numbers: true' option enables line numbering for all code blocks,
including inline ones.
Instead I want line numbering just for code blocks.
| EuAndreh | 2020-08-08 | 1 | -1/+4 |
* | Simplify styles.css and setup line number for code blocks...Doesn't work for code blocks with 1000 or more lines, though.
It works well enough for now.
| EuAndreh | 2020-08-05 | 1 | -0/+5 |
* | _config.yml: Remove vendor/ from exclude list | EuAndreh | 2020-02-24 | 1 | -1/+0 |
* | _config.yml: Exclude result from Jekyll build | EuAndreh | 2020-02-17 | 1 | -0/+1 |
* | Fix navigation bar links to Atom feeds | EuAndreh | 2020-02-14 | 1 | -2/+2 |
* | Add missing lang annotations | EuAndreh | 2020-02-06 | 1 | -5/+0 |
* | Use pandoc to render markdown | EuAndreh | 2020-02-06 | 1 | -0/+5 |
* | Sanitize markdown content | EuAndreh | 2020-02-06 | 1 | -2/+3 |
* | Use custom date format for pt | EuAndreh | 2020-02-05 | 1 | -2/+2 |
* | Point to language-specific home | EuAndreh | 2020-02-05 | 1 | -0/+3 |
* | Use commonmark instead of kramdown | EuAndreh | 2020-02-05 | 1 | -1/+1 |
* | DIY jekyll-seo-tag | EuAndreh | 2020-02-05 | 1 | -3/+0 |
* | DIY Atom feed | EuAndreh | 2020-02-05 | 1 | -9/+6 |
* | Add manual support for multiple languages | EuAndreh | 2020-02-05 | 1 | -4/+41 |