aboutsummaryrefslogtreecommitdiff
path: root/_plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* _plugin: Fix mismatched index linkEuAndreh2021-02-071-1/+1
| | | | Broken change introduced in 7058bc3cebd50debf29b641250e656259a092ef0.
* generate-pastebin-plaintext-alternate.rb: Use 0 indexEuAndreh2021-01-291-1/+1
|
* _plugins/linter.rb: Allow single quotes on titles, slugify correctlyEuAndreh2021-01-201-0/+1
|
* Enable embed-source-code for all LilyPond files, and enforce on linter.rbEuAndreh2021-01-031-2/+4
|
* Generate favicon.ico from SVGEuAndreh2021-01-031-0/+7
|
* linter.rb: Add assert_lilypondEuAndreh2021-01-011-0/+18
|
* generate-favicon.rb: Let Jekyll know about the new generated fileEuAndreh2021-01-011-0/+1
|
* Add support for "Music"EuAndreh2021-01-011-0/+28
|
* Remove _layouts/page.html, use 'default' layout for pagesEuAndreh2021-01-011-4/+4
|
* linter.rb: Remove leftover printEuAndreh2020-12-301-2/+0
|
* generate-favicon.rb: Print before generatingEuAndreh2020-12-291-0/+1
|
* Add description per language to video filesEuAndreh2020-12-281-2/+3
|
* Move (again) to WebM for being more web friendlyEuAndreh2020-12-283-8/+6
|
* generate-favicon.rb: Generate PNG favicon from SVGEuAndreh2020-12-281-0/+16
|
* Use PNG favicon on Atom feed and audio file metadataEuAndreh2020-12-281-3/+3
|
* Add generate-media-permalink.rbEuAndreh2020-12-282-1/+62
|
* Enforce metadata of videos tooEuAndreh2020-12-281-5/+19
|
* generate-media-files.rb: Assert Ogg is in sync with FLACEuAndreh2020-12-282-3/+15
|
* generate-torrent.rb: Assert torrent is in sync with media fileEuAndreh2020-12-281-1/+13
|
* Revert "Use WebM over MKV"EuAndreh2020-12-282-4/+4
| | | | | | This reverts commit 75fe4f08cfe0ec4ffb09235d2e243507a0b2d767. Keep TODOs.org comment, and extend it.
* 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 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