aboutsummaryrefslogtreecommitdiff
path: root/_plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* generate-torrent.rb: Assert torrent is in sync with media fileEuAndreh2020-12-281-1/+13
* Revert "Use WebM over MKV"...This reverts commit 75fe4f08cfe0ec4ffb09235d2e243507a0b2d767. Keep TODOs.org comment, and extend it. EuAndreh2020-12-282-4/+4
* Use WebM over MKVEuAndreh2020-12-282-4/+4
* Merge _layouts/cast.html into _layouts/post.htmlEuAndreh2020-12-281-3/+3
* linter.rb: Don't fail first build to avoid chicken and egg problemEuAndreh2020-12-281-4/+11
* linter.rb: Add assert_media_metadataEuAndreh2020-12-272-1/+42
* linter.rb: Add all_documents iteratorEuAndreh2020-12-271-29/+23
* linter.rb: Add assert_git_annexEuAndreh2020-12-271-0/+15
* linter.rb: Remove @@known_ids to allow live reloading to workEuAndreh2020-12-261-4/+3
* Move torrent and media generators out of linter.rbEuAndreh2020-12-253-23/+54
* Don't run linter on generated filesEuAndreh2020-12-243-6/+17
* Rename: _plugins/lint-hook.rb -> _plugins/linter.rbEuAndreh2020-12-241-0/+0
* lint-hook.rb: Make Jekyll aware of the generated ogg filesEuAndreh2020-12-241-6/+7
* Move the rest of assert-content.sh to link-hook.rbEuAndreh2020-12-241-1/+127
* Move assert-unique-refs check to lint-hook.rbEuAndreh2020-12-241-0/+39
* Move images/ -> static/EuAndreh2020-12-192-2/+2
* 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 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