tetsuya infra
tetsuya infra
modify SNS share button at layouts/partials/share.html
i18nに対応するためのコミットです ``# 3つもプルリクエストを出してすみません``
I made it easy for users to run exampleSite. But I just add static link to exampleSite/themes/blackburn If needs, i will write a description for runnning. 簡単にサンプルサイトを閲覧できるようにしました。 といってもスタティックリンクを張っただけです。 必要であればREADME.mdにrunセクションを書き足そうと思います。
Because "set -e option in entrypoint.sh" if `env | grep SLAPD_` (don't set SLAPD_* env) returned an error, shell script stops. - posix set -e http://pubs.opengroup.org/onlinepubs/007904975/utilities/set.html - grep Exit-status https://www.gnu.org/software/grep/manual/grep.html#Exit-Status...
表題の件ですけれども少し試してみた感じ行けそうなのでやってみてもいいですか? ※mingw64でcliバージョンのバイナリだけコンパイルしてます。 [`ブランチ`](https://github.com/tetsuyainfra/peercast-yt/tree/use_cmake) ```shell pacman -S mingw-w64-x86_64-cmake git clone -b use_cmake https://github.com/tetsuyainfra/peercast-yt.git peercast-yt-cmake cd peercast-yt-cmake/ui/mingw # カレントディレクトリのCMakeLists.txtを使ってbuildディレクトリへビルド環境を作る cmake -S . -B build # buildディレクトリを使ってビルドする cmake --build build ls -l build/peercast-yt-cli.exe...
ビルドできるようになったのでプルリクエスト送ります。