diff options
| author | 2023-12-03 04:34:10 +0800 | |
|---|---|---|
| committer | 2023-12-03 04:34:10 +0800 | |
| commit | c6a085edd4a4206918c8d9470c8b389b90679fb0 (patch) | |
| tree | 08613502ac6553a8ecd0642d465c8d778aad7843 /Gemfile | |
| parent | aab1125476bae9e058ca06971449cb0dc28419e5 (diff) | |
| download | conference-c6a085edd4a4206918c8d9470c8b389b90679fb0.tar.gz conference-c6a085edd4a4206918c8d9470c8b389b90679fb0.zip | |
feat: add LaTeX
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } + +# gem "rails" + +gem "jekyll" |
