diff --git a/docs/.ruby-version b/docs/.ruby-version new file mode 100644 index 0000000..437459c --- /dev/null +++ b/docs/.ruby-version @@ -0,0 +1 @@ +2.5.0 diff --git a/docs/Gemfile b/docs/Gemfile index 3206600..4ccf873 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,5 +1,3 @@ -ruby '2.3.1' - source 'https://rubygems.org' do gem 'github-pages', group: :jekyll_plugins end diff --git a/docs/_config.yml b/docs/_config.yml index 2bf2e7f..5a68e26 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,19 +3,19 @@ title: Marp subTitle: Markdown Presentation Writer favicon: https://raw.githubusercontent.com/yhatt/marp/master/images/marp.png faviconType: image/png -repository: https://github.com/yhatt/marp/ +repository_url: https://github.com/yhatt/marp/ build: - version: 0.0.11 + version: 0.0.12 url: windows: - x86: https://github.com/yhatt/marp/releases/download/v0.0.11/0.0.11-Marp-win32-ia32.zip - x64: https://github.com/yhatt/marp/releases/download/v0.0.11/0.0.11-Marp-win32-x64.zip + x86: https://github.com/yhatt/marp/releases/download/v0.0.12/0.0.12-Marp-win32-ia32.zip + x64: https://github.com/yhatt/marp/releases/download/v0.0.12/0.0.12-Marp-win32-x64.zip macosx: - x64: https://github.com/yhatt/marp/releases/download/v0.0.11/0.0.11-Marp-darwin-x64.dmg + x64: https://github.com/yhatt/marp/releases/download/v0.0.12/0.0.12-Marp-darwin-x64.dmg linux: - x86: https://github.com/yhatt/marp/releases/download/v0.0.11/0.0.11-Marp-linux-ia32.tar.gz - x64: https://github.com/yhatt/marp/releases/download/v0.0.11/0.0.11-Marp-linux-x64.tar.gz + x86: https://github.com/yhatt/marp/releases/download/v0.0.12/0.0.12-Marp-linux-ia32.tar.gz + x64: https://github.com/yhatt/marp/releases/download/v0.0.12/0.0.12-Marp-linux-x64.tar.gz exclude: - Gemfile diff --git a/docs/_includes/download_btn.html b/docs/_includes/download_btn.html index f25b395..b864eb4 100644 --- a/docs/_includes/download_btn.html +++ b/docs/_includes/download_btn.html @@ -1,5 +1,5 @@