This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
use strict; | |
use warnings; | |
use Getopt::Long; | |
my $num_loop = 2; # default | |
my $artist = '上海アリス幻樂団'; | |
my ($bgmfile, $outdir, $titlefile); | |
GetOptions( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Asciidoctor-extension-footnote-tooltip.rb | |
# To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. | |
# You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. | |
require 'asciidoctor/extensions' | |
require 'nokogiri' # should be v1.12.0 or later | |
class FootnoteTooltipConverter < (Asciidoctor::Converter.for 'html5') | |
register_for 'html5' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Asciidoctor-extension-katex.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Asciidoctor-extension-temml.rb | |
# To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. | |
# You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. | |
require 'asciidoctor/extensions' | |
require 'temml' | |
class TemmlInlineMacro < Asciidoctor::Extensions::InlineMacroProcessor | |
use_dsl | |
named :temml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cgit-dark-mode.user.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dark-aozora.user.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Stars in bluesky | |
@namespace https://gist.github.com/sudotac | |
@version 0.0.1 | |
@description This style makes stars twinkle in the bluesky. | |
@author sudotac <[email protected]> | |
@homepageURL https://gist.github.com/sudotac/1dbb2aa69e6d65671dc009ab8e7a8c9f | |
@updateURL https://gist.githubusercontent.com/sudotac/1dbb2aa69e6d65671dc009ab8e7a8c9f/raw/stars-in-bluesky.user.css | |
@license CC0-1.0 | |
==/UserStyle== */ |