summaryrefslogtreecommitdiff
path: root/_plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-16Add GraphvizBlock pluginEuAndreh1-0/+36
2020-10-10Use Jekyll to output slides HTML filesEuAndreh5-9/+29
2020-08-17Remove leftover comment in pluginEuAndreh1-1/+0
2020-08-17Filter generated plaintext files from site.json listingEuAndreh1-1/+3
2020-08-17Generate plaintext links to raw code blocksEuAndreh2-0/+53
Generate txt files from code blocks embedded on pages, and add links to them.
2020-08-15Adapt add-anchor-to-header-from-header-id to handle <hn><a></a></hn>EuAndreh1-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-15Run Jekyll hooks on :pages tooEuAndreh2-2/+2
2020-08-13Create Jekyll hook to add anchors to code block linesEuAndreh1-0/+20
2020-08-13Create Jekyll hook to add header anchors based on the header IDsEuAndreh1-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