Update dependencies
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
0c7993fed7
commit
f786f8aaa5
4 changed files with 507 additions and 103 deletions
|
@ -91,10 +91,6 @@ params:
|
||||||
# Configure various features of this theme
|
# Configure various features of this theme
|
||||||
features:
|
features:
|
||||||
|
|
||||||
# Enables copy code button
|
|
||||||
copyCodeButton:
|
|
||||||
enable: true
|
|
||||||
|
|
||||||
# Enable dark theme
|
# Enable dark theme
|
||||||
darkMode:
|
darkMode:
|
||||||
|
|
||||||
|
@ -292,6 +288,10 @@ params:
|
||||||
# options doc: https://github.com/sampotts/plyr#options
|
# options doc: https://github.com/sampotts/plyr#options
|
||||||
# fullscreen: true
|
# fullscreen: true
|
||||||
|
|
||||||
|
# Enables copy code button
|
||||||
|
copyCodeButton:
|
||||||
|
enable: true
|
||||||
|
|
||||||
# Enable reading time support in post cards and in post pages
|
# Enable reading time support in post cards and in post pages
|
||||||
readingTime:
|
readingTime:
|
||||||
enable: true
|
enable: true
|
||||||
|
|
597
exampleSite/package-lock.json
generated
597
exampleSite/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -30,7 +30,6 @@
|
||||||
"postcss-cli": "github.com/hugo-toha/toha/v4"
|
"postcss-cli": "github.com/hugo-toha/toha/v4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fontsource/mulish": "4.5.13",
|
"@fontsource/mulish": "4.5.13",
|
||||||
"@fortawesome/fontawesome-free": "^6.6.0",
|
"@fortawesome/fontawesome-free": "^6.6.0",
|
||||||
|
@ -53,7 +52,7 @@
|
||||||
"ityped": "^1.0.3",
|
"ityped": "^1.0.3",
|
||||||
"katex": "^0.16.11",
|
"katex": "^0.16.11",
|
||||||
"mark.js": "^8.11.1",
|
"mark.js": "^8.11.1",
|
||||||
"mermaid": "^9.2.1",
|
"mermaid": "^11.2.1",
|
||||||
"plyr": "^3.7.2",
|
"plyr": "^3.7.2",
|
||||||
"popper.js": "^1.16.1",
|
"popper.js": "^1.16.1",
|
||||||
"postcss": "^8.4.41",
|
"postcss": "^8.4.41",
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
"ityped": "^1.0.3",
|
"ityped": "^1.0.3",
|
||||||
"katex": "^0.16.11",
|
"katex": "^0.16.11",
|
||||||
"mark.js": "^8.11.1",
|
"mark.js": "^8.11.1",
|
||||||
"mermaid": "^11.2.1",
|
"mermaid": "^9.2.1",
|
||||||
"plyr": "^3.7.2",
|
"plyr": "^3.7.2",
|
||||||
"popper.js": "^1.16.1",
|
"popper.js": "^1.16.1",
|
||||||
"postcss": "^8.4.41",
|
"postcss": "^8.4.41",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue