Skip to content

2.2.3

Choose a tag to compare

@pooza pooza released this 30 Nov 00:43
ea8772e

更新内容

  • このバージョン以降、Ruby 2.5以上対応。
  • #120 トゥートに加えるハッシュタグを指定できるように。
  • bundle update

更新手順

トゥートにハッシュタグを加える場合

設定ファイルに、以下の様に /entries/*/toot/tags/* を追記。

entries:
  - source:
      url: https://blog.b-shock.org/atom.xml
      mode: title
    mastodon:
      url: https://mstdn.example.com
      token: hogehoge
    toot:
      tags:
        - tag
        - 日本語のハッシュタグ

通常の手順

cd 設置先
git pull
bundle install
bundle exec rake clean
bundle exec rake touch