aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-12-03 04:34:10 +0800
committer简律纯 <i@jyunko.cn>2023-12-03 04:34:10 +0800
commitc6a085edd4a4206918c8d9470c8b389b90679fb0 (patch)
tree08613502ac6553a8ecd0642d465c8d778aad7843 /Gemfile
parentaab1125476bae9e058ca06971449cb0dc28419e5 (diff)
downloadconference-c6a085edd4a4206918c8d9470c8b389b90679fb0.tar.gz
conference-c6a085edd4a4206918c8d9470c8b389b90679fb0.zip
feat: add LaTeX
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..f31dd81
--- /dev/null
+++ b/Gemfile
@@ -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"