diff options
| author | Priyansh <[email protected]> | 2021-07-05 19:43:47 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-07-05 19:43:47 +0530 |
| commit | f0b047e59b90fcf027d06c077ef4ab3fd56b45c1 (patch) | |
| tree | a0e24b7f8b222db9bc351071413057f765fc0bad | |
| parent | 5f938482c1af551831213ddc9b0c0f14652e1f0b (diff) | |
| download | luciferreeves.github.io-f0b047e59b90fcf027d06c077ef4ab3fd56b45c1.tar.xz luciferreeves.github.io-f0b047e59b90fcf027d06c077ef4ab3fd56b45c1.zip | |
Added Kramdown
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -30,3 +30,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] gem "jekyll-remote-theme" gem "jekyll-paginate" +gem "kramdown" diff --git a/Gemfile.lock b/Gemfile.lock index 55f3a7e..354e47e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,6 +80,7 @@ DEPENDENCIES jekyll-feed (~> 0.12) jekyll-paginate jekyll-remote-theme + kramdown minima (~> 2.5) tzinfo (~> 1.2) tzinfo-data |
