website/Gemfile
Daudix_UFO 3f6fc2d3cd
feat: Add build and instructions for it
Now I can finally preview the page locally! and without ruby, jekyll and
dependencies mess!!!
2023-06-27 01:49:31 +03:00

10 lines
241 B
Ruby

source 'https://rubygems.org'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end
gem 'github-pages', group: :jekyll_plugins
gem "webrick"