Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove leftover comment in plugin | EuAndreh | 2020-08-17 | 1 | -1/+0 |
| | |||||
* | Filter generated plaintext files from site.json listing | EuAndreh | 2020-08-17 | 1 | -1/+3 |
| | |||||
* | Generate plaintext links to raw code blocks | EuAndreh | 2020-08-17 | 2 | -0/+53 |
| | | | | Generate txt files from code blocks embedded on pages, and add links to them. | ||||
* | Adapt add-anchor-to-header-from-header-id to handle <hn><a></a></hn> | EuAndreh | 2020-08-15 | 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. | ||||
* | Run Jekyll hooks on :pages too | EuAndreh | 2020-08-15 | 2 | -2/+2 |
| | |||||
* | Create Jekyll hook to add anchors to code block lines | EuAndreh | 2020-08-13 | 1 | -0/+20 |
| | |||||
* | Create Jekyll hook to add header anchors based on the header IDs | EuAndreh | 2020-08-13 | 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 |