1
0
mirror of https://github.com/thangisme/notes.git synced 2025-09-24 06:24:17 -04:00
Files
notes/Gemfile
2021-02-14 09:48:44 +07:00

6 lines
114 B
Ruby

source "https://rubygems.org"
gemspec
group :jekyll_plugins do
gem "jekyll-katex"
gem "jekyll-sitemap"
end