| Commit message (Expand) | Author | Age | Files | Lines |
* | _plugin: Fix mismatched index link | EuAndreh | 2021-02-07 | 1 | -1/+1 |
* | generate-pastebin-plaintext-alternate.rb: Use 0 index | EuAndreh | 2021-01-29 | 1 | -1/+1 |
* | _plugins/linter.rb: Allow single quotes on titles, slugify correctly | EuAndreh | 2021-01-20 | 1 | -0/+1 |
* | Enable embed-source-code for all LilyPond files, and enforce on linter.rb | EuAndreh | 2021-01-03 | 1 | -2/+4 |
* | Generate favicon.ico from SVG | EuAndreh | 2021-01-03 | 1 | -0/+7 |
* | linter.rb: Add assert_lilypond | EuAndreh | 2021-01-01 | 1 | -0/+18 |
* | generate-favicon.rb: Let Jekyll know about the new generated file | EuAndreh | 2021-01-01 | 1 | -0/+1 |
* | Add support for "Music" | EuAndreh | 2021-01-01 | 1 | -0/+28 |
* | Remove _layouts/page.html, use 'default' layout for pages | EuAndreh | 2021-01-01 | 1 | -4/+4 |
* | linter.rb: Remove leftover print | EuAndreh | 2020-12-30 | 1 | -2/+0 |
* | generate-favicon.rb: Print before generating | EuAndreh | 2020-12-29 | 1 | -0/+1 |
* | Add description per language to video files | EuAndreh | 2020-12-28 | 1 | -2/+3 |
* | Move (again) to WebM for being more web friendly | EuAndreh | 2020-12-28 | 3 | -8/+6 |
* | generate-favicon.rb: Generate PNG favicon from SVG | EuAndreh | 2020-12-28 | 1 | -0/+16 |
* | Use PNG favicon on Atom feed and audio file metadata | EuAndreh | 2020-12-28 | 1 | -3/+3 |
* | Add generate-media-permalink.rb | EuAndreh | 2020-12-28 | 2 | -1/+62 |
* | Enforce metadata of videos too | EuAndreh | 2020-12-28 | 1 | -5/+19 |
* | generate-media-files.rb: Assert Ogg is in sync with FLAC | EuAndreh | 2020-12-28 | 2 | -3/+15 |
* | generate-torrent.rb: Assert torrent is in sync with media file | EuAndreh | 2020-12-28 | 1 | -1/+13 |
* | Revert "Use WebM over MKV" | EuAndreh | 2020-12-28 | 2 | -4/+4 |
* | Use WebM over MKV | EuAndreh | 2020-12-28 | 2 | -4/+4 |
* | Merge _layouts/cast.html into _layouts/post.html | EuAndreh | 2020-12-28 | 1 | -3/+3 |
* | linter.rb: Don't fail first build to avoid chicken and egg problem | EuAndreh | 2020-12-28 | 1 | -4/+11 |
* | linter.rb: Add assert_media_metadata | EuAndreh | 2020-12-27 | 2 | -1/+42 |
* | linter.rb: Add all_documents iterator | EuAndreh | 2020-12-27 | 1 | -29/+23 |
* | linter.rb: Add assert_git_annex | EuAndreh | 2020-12-27 | 1 | -0/+15 |
* | linter.rb: Remove @@known_ids to allow live reloading to work | EuAndreh | 2020-12-26 | 1 | -4/+3 |
* | Move torrent and media generators out of linter.rb | EuAndreh | 2020-12-25 | 3 | -23/+54 |
* | Don't run linter on generated files | EuAndreh | 2020-12-24 | 3 | -6/+17 |
* | Rename: _plugins/lint-hook.rb -> _plugins/linter.rb | EuAndreh | 2020-12-24 | 1 | -0/+0 |
* | lint-hook.rb: Make Jekyll aware of the generated ogg files | EuAndreh | 2020-12-24 | 1 | -6/+7 |
* | Move the rest of assert-content.sh to link-hook.rb | EuAndreh | 2020-12-24 | 1 | -1/+127 |
* | Move assert-unique-refs check to lint-hook.rb | EuAndreh | 2020-12-24 | 1 | -0/+39 |
* | Move images/ -> static/ | EuAndreh | 2020-12-19 | 2 | -2/+2 |
* | Generate feed files for all collections and languages | EuAndreh | 2020-11-14 | 1 | -3/+27 |
* | Generate feeds for each categorized entries | EuAndreh | 2020-11-14 | 3 | -2/+63 |
* | plaintext generator: Filter the collection instead of each document | EuAndreh | 2020-11-14 | 1 | -3/+3 |
* | Indent code of plaintext generator | EuAndreh | 2020-11-14 | 1 | -8/+8 |
* | Translate alt of link icon | EuAndreh | 2020-10-30 | 1 | -1/+3 |
* | Add alt to header link icon | EuAndreh | 2020-10-30 | 1 | -1/+1 |
* | Wrap header with link using a div rather than a span | EuAndreh | 2020-10-30 | 1 | -1/+1 |
* | Add GraphvizBlock plugin | EuAndreh | 2020-10-16 | 1 | -0/+36 |
* | Use Jekyll to output slides HTML files | EuAndreh | 2020-10-10 | 5 | -9/+29 |
* | Remove leftover comment in plugin | EuAndreh | 2020-08-17 | 1 | -1/+0 |
* | Filter generated plaintext files from site.json listing | EuAndreh | 2020-08-17 | 1 | -1/+3 |
* | Generate plaintext links to raw code blocks | EuAndreh | 2020-08-17 | 2 | -0/+53 |
* | Adapt add-anchor-to-header-from-header-id to handle <hn><a></a></hn> | EuAndreh | 2020-08-15 | 1 | -1/+1 |
* | Run Jekyll hooks on :pages too | EuAndreh | 2020-08-15 | 2 | -2/+2 |
* | Create Jekyll hook to add anchors to code block lines | EuAndreh | 2020-08-13 | 1 | -0/+20 |
* | Create Jekyll hook to add header anchors based on the header IDs | EuAndreh | 2020-08-13 | 1 | -0/+9 |