Skip to content

Commit

Permalink
Update Dev Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jul 10, 2024
1 parent af0c2fd commit cb0ab3f
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 73 deletions.
18 changes: 2 additions & 16 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1157,9 +1157,6 @@
"xmldoc",
"xmlns",
"xoxo",
"xpds",
"xperia",
"xpress",
"xpzs",
"xrscorp",
"yandex",
Expand All @@ -1168,9 +1165,7 @@
"yodal",
"youtube",
"zetes",
"zipmatch",
"zonar",
"ZOOMRADII"
"zipmatch"
],
"flagWords": [
"blacklist",
Expand All @@ -1182,23 +1177,14 @@
],
"language": "en,en-US",
"ignoreRegExpList": [
"<!-- prettier-ignore -->\\n(`{3,})\\w*\\n[\\s\\S]+?\\1",
"\\[(\\*{2})?@\\w+?\\1\\]",
"\\[`\\w+`\\]",
"ve{2,}r{2,}y",
"ve+r+y+long\\w*",
"\\/.*?\\/",
"\\_\\w+",
"\\#\\w+"
],
"ignorePaths": [
".cspell.json",
"**/node_modules/**",
"*.min.*",
"{coverage,dist,.cache,.git,.vscode,.DS_Store,tests,*.yml}/**/*",
"*.{log,scss,svg,snap}",
"CODEOWNERS",
"test.*"
"CODEOWNERS"
],
"useGitignore": true
}
17 changes: 0 additions & 17 deletions assets/css/_codefences.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
} /* Error */
.highlight .k {
color: #50a14f;
font-weight: bold;
} /* Keyword */
.highlight .o {
color: #666;
Expand Down Expand Up @@ -74,7 +73,6 @@
} /* Generic.Error */
.highlight .gh {
color: #008;
font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
color: #0a0;
Expand All @@ -84,36 +82,29 @@
} /* Generic.Output */
.highlight .gp {
color: #c65d09;
font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
color: #808;
font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
color: #04d;
} /* Generic.Traceback */
.highlight .kc {
color: #08b;
font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
color: #a626a4;
font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
color: #072;
font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
color: #071;
} /* Keyword.Pseudo */
.highlight .kr {
color: #a626a4;
font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
color: #920;
Expand All @@ -132,18 +123,15 @@
} /* Name.Builtin */
.highlight .nc {
color: #0e84b5;
font-weight: bold;
} /* Name.Class */
.highlight .no {
color: #6ad;
} /* Name.Constant */
.highlight .nd {
color: #555;
font-weight: bold;
} /* Name.Decorator */
.highlight .ni {
color: #d55537;
font-weight: bold;
} /* Name.Entity */
.highlight .ne {
color: #007020;
Expand All @@ -153,15 +141,12 @@
} /* Name.Function */
.highlight .nl {
color: #002070;
font-weight: bold;
} /* Name.Label */
.highlight .nn {
color: #555;
font-weight: bold;
} /* Name.Namespace */
.highlight .nt {
color: #905;
font-weight: bold;
} /* Name.Tag */
.highlight .nv {
color: #b6d;
Expand All @@ -172,7 +157,6 @@

.highlight .ow {
color: #007020;
font-weight: bold;
} /* Operator.Word */
.highlight .w {
color: #bbb;
Expand Down Expand Up @@ -213,7 +197,6 @@
} /* Literal.String.Double */
.highlight .se {
color: #4070a0;
font-weight: bold;
} /* Literal.String.Escape */
.highlight .sh {
color: #4070a0;
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/analytics.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{{- if not hugo.IsServer -}}
<script async src="https://www.googletagmanager.com/gtag/js?id={{- .Site.GoogleAnalytics -}}" fetchpriority="low"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id={{- .Site.Config.Services.GoogleAnalytics.ID -}}" fetchpriority="low"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{ .Site.GoogleAnalytics }}', {ad_storage:"denied", analytics_storage:"denied"});
gtag('config', '{{- .Site.Config.Services.GoogleAnalytics.ID -}}', {ad_storage:"denied", analytics_storage:"denied"});
</script>
{{- end -}}
4 changes: 2 additions & 2 deletions layouts/partials/card-component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="col-12 col-lg-6 col-xl-3 my-3" {{ if .Params.keywords }} data-tags="{{ .Params.keywords }}" {{ end -}}>
<div class="col-12 col-lg-6 col-xl-3 my-3" {{ if .Params.keywords }} data-tags="{{- .Params.keywords -}}" {{ end -}}>
<div class="card card-blog-brief h-100 border bg-light shadow-sm">
<div class="card-header top-rounded mb-0 pb-0 border-0"
style="background-image: url(/img/headers/elements/{{ .Title | urlize }}.png);">
style="background-image: url(/img/headers/elements/{{- .Title | urlize -}}.png);">
</div>
<div class="card-body bg-white border-0 pb-0">
<h3 class="card-title px-2 ml-n2 name {{ if .Params.DoNotTranslateTitle }}notranslate" translate="no{{ end -}}">
Expand Down
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"htmlhint": "1.1.4",
"hugo-bin": "0.124.0",
"hugo-bin": "0.125.2",
"jquery": "3.7.1",
"npm-run-all": "4.1.5",
"popper.js": "1.16.1",
"postcss": "8.4.38",
"postcss": "8.4.39",
"postcss-cli": "11.0.0",
"prettier": "3.2.5",
"prettier": "3.3.2",
"stylelint": "16.6.0",
"stylelint-config-standard-scss": "13.1.0"
},
Expand Down

0 comments on commit cb0ab3f

Please sign in to comment.