summaryrefslogtreecommitdiff
path: root/_config.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2020-02-24_config.yml: Remove vendor/ from exclude listEuAndreh1-1/+0
2020-02-17_config.yml: Exclude result from Jekyll buildEuAndreh1-0/+1
2020-02-14Fix navigation bar links to Atom feedsEuAndreh1-2/+2
2020-02-06Add missing lang annotationsEuAndreh1-5/+0
2020-02-06Use pandoc to render markdownEuAndreh1-0/+5
2020-02-06Sanitize markdown contentEuAndreh1-2/+3
2020-02-05Use custom date format for ptEuAndreh1-2/+2
2020-02-05Point to language-specific homeEuAndreh1-0/+3
2020-02-05Use commonmark instead of kramdownEuAndreh1-1/+1
2020-02-05DIY jekyll-seo-tagEuAndreh1-3/+0
2020-02-05DIY Atom feedEuAndreh1-9/+6
2020-02-05Add manual support for multiple languagesEuAndreh1-4/+41
2020-02-05Revert collections_dirEuAndreh1-1/+0
2020-02-05Use collections_dirEuAndreh1-1/+1
2020-02-05Use collections for pastebinsEuAndreh1-1/+3
2020-02-05Reproduce hakyll behaviourEuAndreh1-0/+3
2020-02-05WIP JekyllEuAndreh1-34/+20
2020-02-05Add Jekyll generated websiteEuAndreh1-0/+43