Add files via upload

This commit is contained in:
yangbvv
2022-11-05 22:28:31 +08:00
committed by GitHub
parent 3c45dc5720
commit 498a9b8629
11 changed files with 819 additions and 1 deletions

7
Gemfile Normal file
View File

@@ -0,0 +1,7 @@
# frozen_string_literal: true
source "https://rubygems.org"
gemspec
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"