| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2020-12-24 | Move the rest of assert-content.sh to link-hook.rb | EuAndreh | 1 | -1/+127 | |
| 2020-12-24 | Move assert-unique-refs check to lint-hook.rb | EuAndreh | 1 | -0/+39 | |
| 2020-12-19 | Move images/ -> static/ | EuAndreh | 2 | -2/+2 | |
| 2020-11-14 | Generate feed files for all collections and languages | EuAndreh | 1 | -3/+27 | |
| 2020-11-14 | Generate feeds for each categorized entries | EuAndreh | 3 | -2/+63 | |
| 2020-11-14 | plaintext generator: Filter the collection instead of each document | EuAndreh | 1 | -3/+3 | |
| 2020-11-14 | Indent code of plaintext generator | EuAndreh | 1 | -8/+8 | |
| 2020-10-30 | Translate alt of link icon | EuAndreh | 1 | -1/+3 | |
| 2020-10-30 | Add alt to header link icon | EuAndreh | 1 | -1/+1 | |
| 2020-10-30 | Wrap header with link using a div rather than a span | EuAndreh | 1 | -1/+1 | |
| 2020-10-16 | Add GraphvizBlock plugin | EuAndreh | 1 | -0/+36 | |
| 2020-10-10 | Use Jekyll to output slides HTML files | EuAndreh | 5 | -9/+29 | |
| 2020-08-17 | Remove leftover comment in plugin | EuAndreh | 1 | -1/+0 | |
| 2020-08-17 | Filter generated plaintext files from site.json listing | EuAndreh | 1 | -1/+3 | |
| 2020-08-17 | Generate plaintext links to raw code blocks | EuAndreh | 2 | -0/+53 | |
| Generate txt files from code blocks embedded on pages, and add links to them. | |||||
| 2020-08-15 | Adapt add-anchor-to-header-from-header-id to handle <hn><a></a></hn> | EuAndreh | 1 | -1/+1 | |
| Now the hook creates a wrapping <span> to put the header and it's existing link inside, and add the new anchor as a sibling. | |||||
| 2020-08-15 | Run Jekyll hooks on :pages too | EuAndreh | 2 | -2/+2 | |
| 2020-08-13 | Create Jekyll hook to add anchors to code block lines | EuAndreh | 1 | -0/+20 | |
| 2020-08-13 | Create Jekyll hook to add header anchors based on the header IDs | EuAndreh | 1 | -0/+9 | |
| Impement add-anchor-to-header-from-header-id.rb using regexps, like the "official hooks" do: - https://github.com/jekyll/jekyll-mentions - https://github.com/jekyll/jemoji | |||||
