aboutsummaryrefslogtreecommitdiff
path: root/_plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add GraphvizBlock pluginEuAndreh2020-10-161-0/+36
* Use Jekyll to output slides HTML filesEuAndreh2020-10-105-9/+29
* Remove leftover comment in pluginEuAndreh2020-08-171-1/+0
* Filter generated plaintext files from site.json listingEuAndreh2020-08-171-1/+3
* Generate plaintext links to raw code blocks...Generate txt files from code blocks embedded on pages, and add links to them. EuAndreh2020-08-172-0/+53
* Adapt add-anchor-to-header-from-header-id to handle <hn><a></a></hn>...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. EuAndreh2020-08-151-1/+1
* Run Jekyll hooks on :pages tooEuAndreh2020-08-152-2/+2
* Create Jekyll hook to add anchors to code block linesEuAndreh2020-08-131-0/+20
* Create Jekyll hook to add header anchors based on the header IDs...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 EuAndreh2020-08-131-0/+9