We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4517511 commit 78e1e7eCopy full SHA for 78e1e7e
Code With Mu.png
-117 KB
Gemfile
@@ -3,3 +3,4 @@ source "https://rubygems.org"
3
gem "jekyll", "~> 3.9.0"
4
gem "jekyll-sitemap"
5
gem "jekyll-redirect-from"
6
+gem "kramdown-parser-gfm"
Gemfile.lock
@@ -37,6 +37,8 @@ GEM
37
listen (~> 3.0)
38
kramdown (2.3.0)
39
rexml
40
+ kramdown-parser-gfm (1.1.0)
41
+ kramdown (~> 2.0)
42
liquid (4.0.3)
43
listen (3.4.1)
44
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -64,6 +66,7 @@ DEPENDENCIES
64
66
jekyll (~> 3.9.0)
65
67
jekyll-redirect-from
68
jekyll-sitemap
69
+ kramdown-parser-gfm
70
71
BUNDLED WITH
72
2.2.9
_includes/lang_list.html
@@ -1 +1,2 @@
1
<li><a href="/en/">English</a></li>
2
+<li><a href="/es/">Español</a></li>
0 commit comments