obsidian-douban/doc/Gemfile
Wanxp 16b9ff581d
Some checks failed
Deploy Jekyll site to Pages / build (push) Has been cancelled
Deploy Jekyll site to Pages / deploy (push) Has been cancelled
docs: add documents website
2025-07-24 00:01:09 +08:00

11 lines
279 B
Ruby

source 'https://rubygems.org'
gem "jekyll" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
gem "just-the-docs" # pinned to the current release
# gem "just-the-docs" # always download the latest release
gem 'json'