huge upgrade to theme and pagefind search bar.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
(function() {
|
||||
document.querySelectorAll(".asciinema").forEach(function(element) {
|
||||
AsciinemaPlayer.create(element.getAttribute("x-data-cast"),
|
||||
element,
|
||||
JSON.parse(element.getAttribute("x-data-opts")));
|
||||
});
|
||||
}());
|
||||
2389
themes/hugo-book.backup/static/asciinema/asciinema-player.css
Normal file
2389
themes/hugo-book.backup/static/asciinema/asciinema-player.css
Normal file
File diff suppressed because it is too large
Load Diff
1
themes/hugo-book.backup/static/asciinema/asciinema-player.min.js
vendored
Normal file
1
themes/hugo-book.backup/static/asciinema/asciinema-player.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user