mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
chore(deps-dev): update a group of dev dependencies
This commit is contained in:
Vendored
+1
@@ -70,6 +70,7 @@
|
||||
"eslint.validate": [
|
||||
"go-html-template",
|
||||
"javascript",
|
||||
"typescript",
|
||||
"html",
|
||||
"markdown",
|
||||
"json",
|
||||
|
||||
@@ -792,6 +792,9 @@ RSS = true
|
||||
# prefix = "https://twitter.com/"
|
||||
# Title = "Twitter"
|
||||
|
||||
# [params.social.twitter.icon]
|
||||
# class = "fa-brands fa-x-twitter fa-fw"
|
||||
|
||||
# TypeIt config
|
||||
[params.typeit]
|
||||
# typing speed between each step (measured in milliseconds)
|
||||
@@ -1290,7 +1293,7 @@ errorColor = "#ff4949"
|
||||
# custom macros map
|
||||
# syntax: <macro> = <definition>
|
||||
[params.page.math.katex.macros]
|
||||
# "\\f" = "#1f(#2)" # usage: $\f{a}{b}$
|
||||
# "\\f" = "#1f(#2)" # usage: $\f{a}{b}$
|
||||
|
||||
# MathJax server-side rendering (https://www.mathjax.org)
|
||||
# MathJax config: https://docs.mathjax.org/en/latest/options/index.html
|
||||
@@ -1303,7 +1306,7 @@ cdn = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
|
||||
# custom macros map
|
||||
# syntax: <macro> = <definition>
|
||||
[params.page.math.mathjax.macros]
|
||||
# bold = ["{\\bf #1}", 1] # usage: $\bold{math}$
|
||||
# bold = ["{\\bf #1}", 1] # usage: $\bold{math}$
|
||||
|
||||
[params.page.math.mathjax.loader]
|
||||
load = [ "ui/safe" ]
|
||||
@@ -1312,6 +1315,7 @@ load = [ "ui/safe" ]
|
||||
# custom = "https://cdn.jsdelivr.net/gh/sonoisa/XyJax-v3@3.0.1/build/"
|
||||
|
||||
# more loader config e.g source, dependencies, provides etc.
|
||||
|
||||
[params.page.math.mathjax.options]
|
||||
enableMenu = true
|
||||
# HTML tags that won't be searched for math
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- hugo.Store.Set "version" "v0.4.0-alpha.3" -}}
|
||||
{{- hugo.Store.Set "version" "v0.4.0-alpha.4-20251231044319-f643c8b7" -}}
|
||||
{{- .Store.Set "this" dict -}}
|
||||
|
||||
{{- partial "init/detection-env.html" . -}}
|
||||
|
||||
+3
-3
@@ -42,10 +42,10 @@
|
||||
"prepare": "simple-git-hooks"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^6.2.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"@antfu/eslint-config": "^6.7.3",
|
||||
"@types/node": "^24.10.4",
|
||||
"auto-changelog-plus": "^1.2.3",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint": "^9.39.2",
|
||||
"lint-staged": "^16.2.7",
|
||||
"serve": "^14.2.5",
|
||||
"simple-git-hooks": "^2.13.1",
|
||||
|
||||
Generated
+401
-472
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user