al-quran.reflectslight.io/Gemfile
0x1eef 359cba7c39 add Tasks::Deploy::Remote
add a task for deploying the website to a remote - using rsync.
2022-11-02 13:54:21 -03:00

11 lines
203 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem "nanoc", "~> 4.12"
gem "nanoc-live", "~> 1.0"
gem "rainpress", "~> 1.0"
gem "sass"
gem "standardrb"
gem "ryo.rb"
gem "paint"
gem "dotenv"