diff options
author | EuAndreh <eu@euandre.org> | 2020-02-06 02:01:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-06 02:01:15 -0300 |
commit | 7d90b515938d56b19fc64527729703411852d1d5 (patch) | |
tree | 38ba1d271251174c49a740d43325e946c80c02e2 | |
parent | Use pandoc to render markdown (diff) | |
download | euandre.org-7d90b515938d56b19fc64527729703411852d1d5.tar.gz euandre.org-7d90b515938d56b19fc64527729703411852d1d5.tar.xz |
Add missing lang annotations
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | Gemfile.lock | 5 | ||||
-rw-r--r-- | _config.yml | 5 | ||||
-rw-r--r-- | _pastebins/failure-on-guix-tex-live-importer.md | 1 | ||||
-rw-r--r-- | _pastebins/raku-tuple-type-annotation.md | 1 | ||||
-rw-r--r-- | gemset.nix | 21 |
6 files changed, 2 insertions, 35 deletions
@@ -1,7 +1,3 @@ source "https://rubygems.org" gem "jekyll" - -group :jekyll_plugins do - gem "jekyll-pandoc" -end diff --git a/Gemfile.lock b/Gemfile.lock index 5567a1a..58faf53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,9 +27,6 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) - jekyll-pandoc (2.0.1) - jekyll (>= 3.0) - pandoc-ruby (~> 2.0, >= 2.0.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) jekyll-watch (2.2.1) @@ -40,7 +37,6 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - pandoc-ruby (2.0.2) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (3.1.1) @@ -60,7 +56,6 @@ PLATFORMS DEPENDENCIES jekyll - jekyll-pandoc BUNDLED WITH 1.17.3 diff --git a/_config.yml b/_config.yml index 3812668..8eabae1 100644 --- a/_config.yml +++ b/_config.yml @@ -5,11 +5,6 @@ author: name: EuAndreh email: eu@euandre.org -plugins: - - jekyll-pandoc - -markdown: Pandoc - exclude: - Gemfile - Gemfile.lock diff --git a/_pastebins/failure-on-guix-tex-live-importer.md b/_pastebins/failure-on-guix-tex-live-importer.md index 5280c38..5b74724 100644 --- a/_pastebins/failure-on-guix-tex-live-importer.md +++ b/_pastebins/failure-on-guix-tex-live-importer.md @@ -2,6 +2,7 @@ title: Failure on Guix TeX Live importer date: 2020-01-04 layout: pastebin +lang: en --- ```shell diff --git a/_pastebins/raku-tuple-type-annotation.md b/_pastebins/raku-tuple-type-annotation.md index 303cf8d..c2de915 100644 --- a/_pastebins/raku-tuple-type-annotation.md +++ b/_pastebins/raku-tuple-type-annotation.md @@ -2,6 +2,7 @@ title: Raku tuple type annotation date: 2019-12-29 layout: pastebin +lang: en --- ```raku @@ -103,17 +103,6 @@ }; version = "3.8.5"; }; - jekyll-pandoc = { - dependencies = ["jekyll" "pandoc-ruby"]; - groups = ["jekyll_plugins"]; - platforms = []; - source = { - remotes = ["https://rubygems.org"]; - sha256 = "0yvgwiwc4b0n7a1c12jp2wgxirj6k5sdi78qmxkh9lr3xnladxip"; - type = "gem"; - }; - version = "2.0.1"; - }; jekyll-sass-converter = { dependencies = ["sass"]; groups = ["default"]; @@ -177,16 +166,6 @@ }; version = "0.3.6"; }; - pandoc-ruby = { - groups = ["default" "jekyll_plugins"]; - platforms = []; - source = { - remotes = ["https://rubygems.org"]; - sha256 = "1spvmwkdd90f0pswcvq2zf2pmf89gaq0sicmbrcpz3m984d5yyax"; - type = "gem"; - }; - version = "2.0.2"; - }; pathutil = { dependencies = ["forwardable-extended"]; groups = ["default"]; |