index
:
euandre.org
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
_plugins
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
...
Generate txt files from code blocks embedded on pages, and add links to them.
EuAndreh
2020-08-17
2
-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.
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
...
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
EuAndreh
2020-08-13
1
-0
/
+9