aboutsummaryrefslogtreecommitdiff
path: root/_config.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add missing lang annotationsEuAndreh2020-02-061-5/+0
|
* Use pandoc to render markdownEuAndreh2020-02-061-0/+5
|
* Sanitize markdown contentEuAndreh2020-02-061-2/+3
|
* Use custom date format for ptEuAndreh2020-02-051-2/+2
|
* Point to language-specific homeEuAndreh2020-02-051-0/+3
|
* Use commonmark instead of kramdownEuAndreh2020-02-051-1/+1
|
* DIY jekyll-seo-tagEuAndreh2020-02-051-3/+0
|
* DIY Atom feedEuAndreh2020-02-051-9/+6
|
* Add manual support for multiple languagesEuAndreh2020-02-051-4/+41
|
* Revert collections_dirEuAndreh2020-02-051-1/+0
|
* Use collections_dirEuAndreh2020-02-051-1/+1
|
* Use collections for pastebinsEuAndreh2020-02-051-1/+3
|
* Reproduce hakyll behaviourEuAndreh2020-02-051-0/+3
|
* WIP JekyllEuAndreh2020-02-051-34/+20
|
* Add Jekyll generated websiteEuAndreh2020-02-051-0/+43