mirror of
https://github.com/rms-support-letter/rms-support-letter.github.io.git
synced 2024-11-05 18:01:51 +01:00
afe48a780c
Previous one has som issues: - A lot of users editing the same markdown file leads to merge conflics - Resolving this conflicts is error prone - It requires more time to check whats changed New system solves that by: - Creating new file for each user in `_data/signed` This way there wil by no more merge conflicts Also, it will be easier to see whats changed.
5 lines
97 B
Ruby
5 lines
97 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "minima", "~> 2.5"
|
|
gem "github-pages", group: :jekyll_plugins
|