We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc7f39 commit d8fb5c2Copy full SHA for d8fb5c2
.gitignore
@@ -1,3 +1,5 @@
1
+.jekyll-cache/
2
+Gemfile.lock
3
sample_evts.json.gz
4
*test.*
5
conda/
docs/Gemfile
@@ -0,0 +1,11 @@
+source "https://rubygems.org"
+
+#gem "nokogiri", "< 1.10.9"
+gem "jekyll", ">= 3.7"
+gem "jekyll-remote-theme"
6
+#gem "kramdown", ">= 2.3.0"
7
+#gem "jekyll-octicons"
8
+#gem "jekyll-gist"
9
+#gem "jekyll-paginate"
10
+#gem "kramdown-math-katex"
11
0 commit comments