aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Assert pastebins have lang frontmatterEuAndreh2020-02-062-0/+17
| |
| * Add missing lang annotationsEuAndreh2020-02-066-35/+2
| |
| * Use pandoc to render markdownEuAndreh2020-02-064-0/+35
| |
| * Update code highlight CSS classEuAndreh2020-02-061-1/+1
| |
| * Markdown cleanupEuAndreh2020-02-062-2/+2
| |
| * Sanitize markdown contentEuAndreh2020-02-0617-244/+178
| |
| * Use custom date format for ptEuAndreh2020-02-052-8/+2
| |
| * Test: assert date in filename matches date in frontmatterEuAndreh2020-02-053-10/+35
| |
| * Point to language-specific homeEuAndreh2020-02-052-1/+4
| |
| * Use commonmark instead of kramdownEuAndreh2020-02-055-2/+47
| |
| * DIY jekyll-seo-tagEuAndreh2020-02-057-39/+31
| |
| * DIY Atom feedEuAndreh2020-02-0517-130/+183
| |
| * Copy feed.atom from jekyll-feedEuAndreh2020-02-051-0/+96
| |
| * Add manual support for multiple languagesEuAndreh2020-02-0515-51/+143
| |
| * Remove spelling/EuAndreh2020-02-055-107/+0
| |
| * Revert collections_dirEuAndreh2020-02-0513-2/+2
| |
| * Use collections_dirEuAndreh2020-02-0510-1/+1
| |
| * Use collections for pastebinsEuAndreh2020-02-059-3/+14
| |
| * Reproduce hakyll behaviourEuAndreh2020-02-0516-104/+76
| |
| * WIP JekyllEuAndreh2020-02-0541-566/+877
| |
| * Add Jekyll generated websiteEuAndreh2020-02-059-798/+153
| |
| * Add bundix Jekyll setupEuAndreh2020-02-056-2/+1164
| |
| * Delete old filesEuAndreh2020-02-0513-564/+4
|/
* Add code metadata annotationEuAndreh2020-02-031-1/+1
|
* TODOs.orgEuAndreh2020-02-031-6/+0
|
* Add css.sh bash snippet to iterate on CSSEuAndreh2020-02-031-0/+11
|
* CSS: Do CSS line numbering the right wayEuAndreh2020-02-031-1/+19
|
* TODOs.orgEuAndreh2020-02-031-0/+5
|
* TODOs.orgEuAndreh2020-01-311-2/+0
|
* TODOs.orgEuAndreh2020-01-301-2/+1
|
* CSS: Add margin to all parts of 'nav a'EuAndreh2020-01-301-1/+1
|
* CSS: Add minimal padding to bodyEuAndreh2020-01-301-0/+1
|
* CSS: Remove custom 140% line-heithEuAndreh2020-01-301-1/+0
|
* CSS: Remove width limitEuAndreh2020-01-301-1/+0
|
* Simplify CSSEuAndreh2020-01-301-41/+4
|
* TODOs.orgEuAndreh2020-01-301-0/+1
|
* TODOs.orgEuAndreh2020-01-301-0/+2
|
* TODOs.orgEuAndreh2020-01-281-0/+1
|
* Use feed.atom extension so nginx uses the right Content-TypeEuAndreh2020-01-262-3/+3
|
* Use mailto: in public-inbox link in about pageEuAndreh2020-01-251-1/+1
|
* Use <code> tags in titlesEuAndreh2020-01-252-2/+2
|
* Use feed.xml as the canonical file, leave atom.xml for those trying to ↵EuAndreh2020-01-251-1/+1
| | | | discover it
* Non-generic title in Atom <link> tagEuAndreh2020-01-251-1/+1
|
* Add new words to international dictionaryEuAndreh2020-01-251-0/+3
|
* Add feedRoot value to AtomEuAndreh2020-01-251-1/+1
| | | | | | This way the generated file contains the full URL of IDs and paths, as recommended by W3C Feed Validation Service: https://validator.w3.org/feed/
* Add public-inbox link in about.org pageEuAndreh2020-01-251-2/+4
|
* Main.hs: Don't limit Atom and RSS feeds to 10 itemsEuAndreh2020-01-251-2/+2
|
* Fix copied public-inbox mailing list addressEuAndreh2020-01-251-1/+1
|
* Add WIP project list and pastebin listing to about pageEuAndreh2020-01-251-5/+7
|
* templates/post.html: Add link to public-inbox mailing-listEuAndreh2020-01-251-0/+8
| | | | | Following the steps of sircmpwn and skeeto, add mailing list to discuss articles instead of some random blogging software.