aboutsummaryrefslogtreecommitdiff
path: root/_plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Generate feed files for all collections and languagesEuAndreh2020-11-141-3/+27
|
* Generate feeds for each categorized entriesEuAndreh2020-11-143-2/+63
|
* plaintext generator: Filter the collection instead of each documentEuAndreh2020-11-141-3/+3
|
* Indent code of plaintext generatorEuAndreh2020-11-141-8/+8
|
* Translate alt of link iconEuAndreh2020-10-301-1/+3
|
* Add alt to header link iconEuAndreh2020-10-301-1/+1
|
* Wrap header with link using a div rather than a spanEuAndreh2020-10-301-1/+1
|
* 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 blocksEuAndreh2020-08-172-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>EuAndreh2020-08-151-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 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 IDsEuAndreh2020-08-131-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