Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | EuAndreh | 2020-08-12 | 1 | -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 header | EuAndreh | 2020-08-09 | 1 | -0/+3 | |
| | ||||||
* | _config.yml: Add line numbers only to code blocks | EuAndreh | 2020-08-08 | 1 | -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 blocks | EuAndreh | 2020-08-05 | 1 | -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 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 | |
| | ||||||
* | Revert collections_dir | EuAndreh | 2020-02-05 | 1 | -1/+0 | |
| | ||||||
* | Use collections_dir | EuAndreh | 2020-02-05 | 1 | -1/+1 | |
| | ||||||
* | Use collections for pastebins | EuAndreh | 2020-02-05 | 1 | -1/+3 | |
| | ||||||
* | Reproduce hakyll behaviour | EuAndreh | 2020-02-05 | 1 | -0/+3 | |
| | ||||||
* | WIP Jekyll | EuAndreh | 2020-02-05 | 1 | -34/+20 | |
| | ||||||
* | Add Jekyll generated website | EuAndreh | 2020-02-05 | 1 | -0/+43 | |