Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-11-27 13:51:52 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-12-16 02:54:47 +0300
commitef03833b69b72a8cfbf2af653e75a8de7dcc73ff (patch)
treee9bf6a69e071398fa05ec2afee78061328db15d2
parentc340897955c854b43c33562016e7d46d5406d929 (diff)
Update hugo-bin to v0.49.0 (Hugo v0.61.0)
-rw-r--r--config.yml9
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
3 files changed, 10 insertions, 7 deletions
diff --git a/config.yml b/config.yml
index 9491fa97df..c0871e79a7 100644
--- a/config.yml
+++ b/config.yml
@@ -3,9 +3,12 @@ title: "Bootstrap"
baseURL: "https://getbootstrap.com"
enableInlineShortcodes: true
-pygmentsUseClasses: true
-# you can use ```lang if you want too
-pygmentsCodeFences: true
+markup:
+ goldmark:
+ renderer:
+ unsafe: true
+ highlight:
+ noClasses: false
buildDrafts: true
buildFuture: true
diff --git a/package-lock.json b/package-lock.json
index d29223d9cf..d806c850aa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5971,9 +5971,9 @@
}
},
"hugo-bin": {
- "version": "0.47.1",
- "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.47.1.tgz",
- "integrity": "sha512-WJ3xMDTe3Qi9vcDguzSOWUVUEIVnPahlvex/Em1k7ig39IZuGAbDqIjkVzCCbtSZMUCjNHDzO35P7xyH7WX7rg==",
+ "version": "0.49.0",
+ "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.49.0.tgz",
+ "integrity": "sha512-ZNZsChCFOHLsgjcC3snPvXnkt+wPeOSdvcFFhqZvwtXu/j7/siqk7xhPwnBaXz9ch8whwo76n1/aKRRb13gnBA==",
"dev": true,
"requires": {
"bin-wrapper": "^4.1.0",
diff --git a/package.json b/package.json
index a81438576f..b020a0cb61 100644
--- a/package.json
+++ b/package.json
@@ -103,7 +103,7 @@
"find-unused-sass-variables": "^1.0.4",
"glob": "^7.1.6",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.47.1",
+ "hugo-bin": "^0.49.0",
"ip": "^1.1.5",
"jasmine-core": "^3.5.0",
"karma": "^4.4.1",