mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-07 18:14:28 +00:00
Compare commits
15 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
88eb894fde | ||
![]() |
8870668c21 | ||
![]() |
cd379fa8d7 | ||
![]() |
fd029492f7 | ||
![]() |
29b0d6f978 | ||
![]() |
bed2afe44d | ||
![]() |
8c3ea99429 | ||
![]() |
d8929da5ec | ||
![]() |
4a5e8c7311 | ||
![]() |
600b487f43 | ||
![]() |
ed013e9b6f | ||
![]() |
5a299a73dc | ||
![]() |
bf76ee7108 | ||
![]() |
7a1c3970ea | ||
![]() |
a679b1c7e0 |
@@ -7,6 +7,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.datatable-sorter {
|
.datatable-sorter {
|
||||||
|
padding-left: 0;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -27,6 +27,7 @@ const purgecss = require('@fullhuman/postcss-purgecss')({
|
|||||||
'./_vendor/github.com/gethinode/mod-flexsearch/assets/scss/modules/flexsearch/flexsearch.scss',
|
'./_vendor/github.com/gethinode/mod-flexsearch/assets/scss/modules/flexsearch/flexsearch.scss',
|
||||||
'./_vendor/github.com/gethinode/mod-katex/dist/katex.scss',
|
'./_vendor/github.com/gethinode/mod-katex/dist/katex.scss',
|
||||||
'./_vendor/github.com/gethinode/mod-leaflet/dist/leaflet.scss',
|
'./_vendor/github.com/gethinode/mod-leaflet/dist/leaflet.scss',
|
||||||
|
'./_vendor/github.com/gethinode/mod-simple-datatables/dist/simple-datatables.scss',
|
||||||
'./_vendor/github.com/twbs/bootstrap/scss/_carousel.scss',
|
'./_vendor/github.com/twbs/bootstrap/scss/_carousel.scss',
|
||||||
'./_vendor/github.com/twbs/bootstrap/scss/_dropdown.scss',
|
'./_vendor/github.com/twbs/bootstrap/scss/_dropdown.scss',
|
||||||
'./_vendor/github.com/twbs/bootstrap/scss/_modal.scss',
|
'./_vendor/github.com/twbs/bootstrap/scss/_modal.scss',
|
||||||
|
@@ -122,6 +122,13 @@ arguments:
|
|||||||
Enables horizontal scrolling of the cards. By default, the card group
|
Enables horizontal scrolling of the cards. By default, the card group
|
||||||
wraps any cards beyond the amount of defined columns to a new line. When
|
wraps any cards beyond the amount of defined columns to a new line. When
|
||||||
`scroll` is set to true, a horizontal scroll bar is added instead.
|
`scroll` is set to true, a horizontal scroll bar is added instead.
|
||||||
|
spacer:
|
||||||
|
type: bool
|
||||||
|
optional: true
|
||||||
|
comment: >-
|
||||||
|
Inserts a spacer before the card.
|
||||||
|
release: v0.24.16
|
||||||
|
group: partial
|
||||||
hook:
|
hook:
|
||||||
type: string
|
type: string
|
||||||
optional: true
|
optional: true
|
||||||
|
@@ -90,6 +90,18 @@ arguments:
|
|||||||
- publication
|
- publication
|
||||||
- tags
|
- tags
|
||||||
- none
|
- none
|
||||||
|
body:
|
||||||
|
type: select
|
||||||
|
optional: true
|
||||||
|
default: full
|
||||||
|
parent: cascade
|
||||||
|
release: v0.24.16
|
||||||
|
comment: >-
|
||||||
|
Body of the card.
|
||||||
|
options:
|
||||||
|
values:
|
||||||
|
- full
|
||||||
|
- none
|
||||||
footer:
|
footer:
|
||||||
type: select
|
type: select
|
||||||
optional: true
|
optional: true
|
||||||
@@ -146,6 +158,16 @@ arguments:
|
|||||||
- 16x9
|
- 16x9
|
||||||
- 21x9
|
- 21x9
|
||||||
group: partial
|
group: partial
|
||||||
|
portrait:
|
||||||
|
type: bool
|
||||||
|
parent: cascade
|
||||||
|
optional: true
|
||||||
|
default: false
|
||||||
|
release: v0.24.16
|
||||||
|
comment: >-
|
||||||
|
Flag to adjust the ratio from landscape to portrait. The image itself is
|
||||||
|
not rotated, only the crop area is adjusted. Not applicable to vector
|
||||||
|
graphics.
|
||||||
alt:
|
alt:
|
||||||
type: string
|
type: string
|
||||||
optional: true
|
optional: true
|
||||||
|
@@ -255,11 +255,12 @@ As an example, the following shortcodes show a square check, a brand logo, a cir
|
|||||||
|
|
||||||
## Image
|
## Image
|
||||||
|
|
||||||
As an example, the following shortcode displays an image with rounded corners and a 21x9 aspect ratio.
|
As an example, the following shortcode displays an image with rounded corners and a 4x3 aspect ratio in portrait mode.
|
||||||
|
|
||||||
<!-- markdownlint-disable MD037 -->
|
<!-- markdownlint-disable MD037 -->
|
||||||
{{< example lang="hugo" >}}
|
{{< example lang="hugo" >}}
|
||||||
{{</* image src="img/flowers.jpg" ratio="21x9" caption="Figure caption" class="rounded" */>}}
|
{{</* image src="img/flowers.jpg" ratio="4x3" caption="Figure caption" class="rounded col-md-6"
|
||||||
|
portrait=true wrapper="text-center" */>}}
|
||||||
{{< /example >}}
|
{{< /example >}}
|
||||||
<!-- markdownlint-enable MD037 -->
|
<!-- markdownlint-enable MD037 -->
|
||||||
|
|
||||||
|
@@ -145,6 +145,7 @@
|
|||||||
"col-md-2",
|
"col-md-2",
|
||||||
"col-md-3",
|
"col-md-3",
|
||||||
"col-md-4",
|
"col-md-4",
|
||||||
|
"col-md-6",
|
||||||
"col-md-8",
|
"col-md-8",
|
||||||
"col-md-9",
|
"col-md-9",
|
||||||
"col-md-auto",
|
"col-md-auto",
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
- id: shareLink
|
- id: shareLink
|
||||||
translation: "Diese Seite teilen per {{ . }}"
|
translation: "Diese Seite teilen per {{ . }}"
|
||||||
- id: shareSystem
|
- id: shareSystem
|
||||||
translation: "Betriebssystem"
|
translation: "System"
|
||||||
- id: copyToClipboard
|
- id: copyToClipboard
|
||||||
translation: "In die Zwischenablage kopieren"
|
translation: "In die Zwischenablage kopieren"
|
||||||
- id: copiedToClipboard
|
- id: copiedToClipboard
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
# Navigation
|
# Navigation
|
||||||
- id: colorMode
|
- id: colorMode
|
||||||
translation: "Thema umschalten"
|
translation: "Modus umschalten"
|
||||||
- id: colorLight
|
- id: colorLight
|
||||||
translation: "Light"
|
translation: "Light"
|
||||||
- id: colorDark
|
- id: colorDark
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
|
|
||||||
# Sidebar
|
# Sidebar
|
||||||
- id: toggleSidebar
|
- id: toggleSidebar
|
||||||
translation: "Menünavigation anzuzeigen oder auszublenden"
|
translation: "Menünavigation anzeigen oder ausblenden"
|
||||||
|
|
||||||
# Feature
|
# Feature
|
||||||
- id: addedFeature
|
- id: addedFeature
|
||||||
|
@@ -23,9 +23,11 @@
|
|||||||
{{- $color := .color -}}
|
{{- $color := .color -}}
|
||||||
{{- $padding := .padding -}}
|
{{- $padding := .padding -}}
|
||||||
{{- $header := .header -}}
|
{{- $header := .header -}}
|
||||||
|
{{- $body := .body -}}
|
||||||
{{- $footer := .footer -}}
|
{{- $footer := .footer -}}
|
||||||
{{- $orientation := .orientation -}}
|
{{- $orientation := .orientation -}}
|
||||||
{{- $ratio := .ratio -}}
|
{{- $ratio := .ratio -}}
|
||||||
|
{{- $portrait := .portrait | default false -}}
|
||||||
{{- $wrapper := .wrapper | default "p-0" -}}
|
{{- $wrapper := .wrapper | default "p-0" -}}
|
||||||
{{- $style := .style -}}
|
{{- $style := .style -}}
|
||||||
{{- $align := .align -}}
|
{{- $align := .align -}}
|
||||||
@@ -36,7 +38,9 @@
|
|||||||
{{- $buttonType := .buttonType -}}
|
{{- $buttonType := .buttonType -}}
|
||||||
{{- $iconRounded := .iconRounded }}
|
{{- $iconRounded := .iconRounded }}
|
||||||
{{- $scroll := .scroll | default false }}
|
{{- $scroll := .scroll | default false }}
|
||||||
|
{{- $spacer := .spacer | default false }}
|
||||||
{{- $hook := .hook | default "assets/card.html" }}
|
{{- $hook := .hook | default "assets/card.html" }}
|
||||||
|
{{- $cols := string .cols | default "3" -}}
|
||||||
|
|
||||||
<!-- Override arguments -->
|
<!-- Override arguments -->
|
||||||
{{ $isPages := in (slice "page.Pages" "resource.Resources") (printf "%T" $pages) }}
|
{{ $isPages := in (slice "page.Pages" "resource.Resources") (printf "%T" $pages) }}
|
||||||
@@ -50,6 +54,13 @@
|
|||||||
{{ $pages = first $paginator.PageSize (after (mul (sub $paginator.PageNumber 1) $paginator.PageSize) $pages) }}
|
{{ $pages = first $paginator.PageSize (after (mul (sub $paginator.PageNumber 1) $paginator.PageSize) $pages) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ $cardWrapper := "" }}
|
||||||
|
{{ if $scroll }}
|
||||||
|
{{ $cardWrapper = printf "card-block card-block-%d" (int $cols) }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ if not $spacer }}{{ $class = printf "%s h-100" $class }}{{ end }}
|
||||||
|
|
||||||
{{ $list := slice }}
|
{{ $list := slice }}
|
||||||
{{ if $isPages }}
|
{{ if $isPages }}
|
||||||
{{ range $index, $element := $pages }}
|
{{ range $index, $element := $pages }}
|
||||||
@@ -79,13 +90,10 @@
|
|||||||
{{- $max := $count -}}
|
{{- $max := $count -}}
|
||||||
{{- $max = math.Min (.max | default $count) $count -}}
|
{{- $max = math.Min (.max | default $count) $count -}}
|
||||||
{{- $responsive := .responsive | default true -}}
|
{{- $responsive := .responsive | default true -}}
|
||||||
{{- $cols := string .cols | default "3" -}}
|
|
||||||
|
|
||||||
{{- $sizes := "100vw" }}
|
{{- $sizes := "100vw" }}
|
||||||
{{- $colGrid := "" -}}
|
{{- $colGrid := "" -}}
|
||||||
{{ if $scroll }}
|
{{ if not $scroll }}
|
||||||
{{- $colGrid = (printf "card-block-%d" $cols) -}}
|
|
||||||
{{ else }}
|
|
||||||
{{ $colGrid = printf "row-cols-%s" $cols }}
|
{{ $colGrid = printf "row-cols-%s" $cols }}
|
||||||
{{- if eq $cols "1" }}
|
{{- if eq $cols "1" }}
|
||||||
{{ $colGrid = "row-cols-1" -}}
|
{{ $colGrid = "row-cols-1" -}}
|
||||||
@@ -120,18 +128,20 @@
|
|||||||
|
|
||||||
<!-- Main code -->
|
<!-- Main code -->
|
||||||
<div class="container {{ $wrapper }} {{ if $scroll }}card-container-wrapper{{ end }}">
|
<div class="container {{ $wrapper }} {{ if $scroll }}card-container-wrapper{{ end }}">
|
||||||
<div class="row g-{{ $gutter }} {{ if $scroll }}d-flex flex-row flex-nowrap card-container scrollbar-horizontal pb-4 w-100{{ else }}{{ $colGrid }}{{ end }}">
|
<div class="row g-{{ $gutter }} {{ if $scroll }}d-flex flex-row flex-nowrap card-container scrollbar-horizontal pb-4 w-100 {{ end }} {{ $colGrid }}">
|
||||||
{{ range $index, $element := $list }}
|
{{ range $index, $element := $list }}
|
||||||
{{- $params := (dict
|
{{- $params := (dict
|
||||||
"class" (printf "h-100 %s" $class)
|
"class" (printf " %s" $class)
|
||||||
"color" $color
|
"color" $color
|
||||||
"footer" $footer
|
"footer" $footer
|
||||||
|
"body" $body
|
||||||
"header" $header
|
"header" $header
|
||||||
"loading" $loading
|
"loading" $loading
|
||||||
"sizes" $sizes
|
"sizes" $sizes
|
||||||
"orientation" $orientation
|
"orientation" $orientation
|
||||||
"padding" $padding
|
"padding" $padding
|
||||||
"ratio" $ratio
|
"ratio" $ratio
|
||||||
|
"portrait" $portrait
|
||||||
"subtle" $subtle
|
"subtle" $subtle
|
||||||
"style" $style
|
"style" $style
|
||||||
"align" $align
|
"align" $align
|
||||||
@@ -142,7 +152,8 @@
|
|||||||
) -}}
|
) -}}
|
||||||
{{- $params = merge $element $params }}
|
{{- $params = merge $element $params }}
|
||||||
|
|
||||||
<div class="col">
|
<div class="{{ with $cardWrapper }}{{ . }}{{ else }}col{{ end }}">
|
||||||
|
{{ if $spacer }}<div class="spacer"></div>{{ end }}
|
||||||
{{- partial $hook $params -}}
|
{{- partial $hook $params -}}
|
||||||
</div>
|
</div>
|
||||||
{{- if and (lt $index (sub $max 1)) $separator -}}
|
{{- if and (lt $index (sub $max 1)) $separator -}}
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
{{- $class := .class -}}
|
{{- $class := .class -}}
|
||||||
{{- $color := .color -}}
|
{{- $color := .color -}}
|
||||||
{{- $description := .description -}}
|
{{- $description := .description -}}
|
||||||
|
{{- $body := .body | default "full" -}}
|
||||||
{{- $footer := .footer | default "none" -}}
|
{{- $footer := .footer | default "none" -}}
|
||||||
{{- $gutter := .gutter | default "0" -}}
|
{{- $gutter := .gutter | default "0" -}}
|
||||||
{{- $header := .header | default "full" -}}
|
{{- $header := .header | default "full" -}}
|
||||||
@@ -29,6 +30,7 @@
|
|||||||
{{- $orientation := .orientation | default "stacked" -}}
|
{{- $orientation := .orientation | default "stacked" -}}
|
||||||
{{- $padding := (string .padding) | default "auto" -}}
|
{{- $padding := (string .padding) | default "auto" -}}
|
||||||
{{- $ratio := .ratio -}}
|
{{- $ratio := .ratio -}}
|
||||||
|
{{- $portrait := .portrait | default false -}}
|
||||||
{{- $thumbnail := .thumbnail -}}
|
{{- $thumbnail := .thumbnail -}}
|
||||||
{{- $title := .title -}}
|
{{- $title := .title -}}
|
||||||
{{- $subtle := .subtle -}}
|
{{- $subtle := .subtle -}}
|
||||||
@@ -58,6 +60,9 @@
|
|||||||
{{- if not $href }}{{ $href = .RelPermalink }}{{ end -}}
|
{{- if not $href }}{{ $href = .RelPermalink }}{{ end -}}
|
||||||
{{- if not $description }}{{ $description = partial "utilities/GetDescription.html" (dict "page" .) }}{{ end -}}
|
{{- if not $description }}{{ $description = partial "utilities/GetDescription.html" (dict "page" .) }}{{ end -}}
|
||||||
{{- if not $thumbnail }}{{ $thumbnail = (or (and (reflect.IsMap .Params.Thumbnail) .Params.Thumbnail.url) .Params.Thumbnail) }}{{ end -}}
|
{{- if not $thumbnail }}{{ $thumbnail = (or (and (reflect.IsMap .Params.Thumbnail) .Params.Thumbnail.url) .Params.Thumbnail) }}{{ end -}}
|
||||||
|
{{ if not $ratio }}
|
||||||
|
{{- if and (reflect.IsMap .Params.Thumbnail) .Params.Thumbnail.ratio }}{{ $ratio = .Params.Thumbnail.ratio }}{{ end -}}
|
||||||
|
{{ end }}
|
||||||
{{- if not $icon }}{{ $icon = .Params.icon }}{{ end -}}
|
{{- if not $icon }}{{ $icon = .Params.icon }}{{ end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
@@ -69,6 +74,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{- if eq $orientation "none" }}{{ $thumbnail = "" }}{{ $icon = "" }}{{ end -}}
|
{{- if eq $orientation "none" }}{{ $thumbnail = "" }}{{ $icon = "" }}{{ end -}}
|
||||||
|
{{- if eq $body "none" }}{{ $description = "" }}{{ end -}}
|
||||||
|
|
||||||
<!-- Inline partial to render the card's body -->
|
<!-- Inline partial to render the card's body -->
|
||||||
{{- define "partials/card-body.html" -}}
|
{{- define "partials/card-body.html" -}}
|
||||||
@@ -161,7 +167,7 @@
|
|||||||
<div class="row g-0 row-cols-2 h-100{{ if $button }} pb-5{{ end }}">
|
<div class="row g-0 row-cols-2 h-100{{ if $button }} pb-5{{ end }}">
|
||||||
{{- if $thumbnail -}}
|
{{- if $thumbnail -}}
|
||||||
<div class="{{ $col1 }}">
|
<div class="{{ $col1 }}">
|
||||||
{{- partial $hook (dict "url" $thumbnail "ratio" (or $ratio "1x1") "sizes" $sizes "wrapper" "h-100 card-img-wrap" "class" "rounded-start card-img-h100 card-img-bg" "title" $title "loading" $loading) -}}
|
{{- partial $hook (dict "url" $thumbnail "ratio" (or $ratio "1x1") "portrait" $portrait "sizes" $sizes "wrapper" "h-100 card-img-wrap" "class" "rounded-start card-img-h100 card-img-bg" "title" $title "loading" $loading) -}}
|
||||||
</div>
|
</div>
|
||||||
{{- else if $icon -}}
|
{{- else if $icon -}}
|
||||||
<div class="{{ $col1 }} p-{{ $padding }}">
|
<div class="{{ $col1 }} p-{{ $padding }}">
|
||||||
@@ -206,7 +212,7 @@
|
|||||||
<!-- Render stacked / default card -->
|
<!-- Render stacked / default card -->
|
||||||
<div class="card {{ $colorStyle }} {{ $class }} text-{{ $align }}">
|
<div class="card {{ $colorStyle }} {{ $class }} text-{{ $align }}">
|
||||||
{{- if $thumbnail -}}
|
{{- if $thumbnail -}}
|
||||||
{{- partial $hook (dict "url" $thumbnail "ratio" (or $ratio "16x9") "sizes" $sizes "wrapper" "card-img-wrap" "class" "card-img-top card-img-bg" "title" (or $alt $title) "loading" $loading) -}}
|
{{- partial $hook (dict "url" $thumbnail "ratio" (or $ratio "16x9") "portrait" $portrait "sizes" $sizes "wrapper" "card-img-wrap" "class" "card-img-top card-img-bg" "title" (or $alt $title) "loading" $loading) -}}
|
||||||
{{- else if $icon -}}
|
{{- else if $icon -}}
|
||||||
<div class="card-icon p-{{ $padding }} {{ $iconStyle }} text-{{ $align }} {{ if $iconRounded }}fa-stack {{ $stack }}{{ end }} w-100">
|
<div class="card-icon p-{{ $padding }} {{ $iconStyle }} text-{{ $align }} {{ if $iconRounded }}fa-stack {{ $stack }}{{ end }} w-100">
|
||||||
{{ if $iconRounded }}
|
{{ if $iconRounded }}
|
||||||
|
@@ -31,6 +31,7 @@
|
|||||||
"page" $page
|
"page" $page
|
||||||
"url" .url
|
"url" .url
|
||||||
"ratio" $ratio
|
"ratio" $ratio
|
||||||
|
"portrait" $portrait
|
||||||
"plain" $plain
|
"plain" $plain
|
||||||
"imageset" true
|
"imageset" true
|
||||||
) }}
|
) }}
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
{{- $page := .page -}}
|
{{- $page := .page -}}
|
||||||
{{- $url := .url -}}
|
{{- $url := .url -}}
|
||||||
{{- $ratio := .ratio -}}
|
{{- $ratio := .ratio -}}
|
||||||
|
{{- $portrait := .portrait -}}
|
||||||
{{- $height := .height -}}
|
{{- $height := .height -}}
|
||||||
{{- $width := .width -}}
|
{{- $width := .width -}}
|
||||||
{{- $plain := .plain | default false }}
|
{{- $plain := .plain | default false }}
|
||||||
@@ -84,10 +85,27 @@
|
|||||||
|
|
||||||
<!-- Derive image width and height -->
|
<!-- Derive image width and height -->
|
||||||
{{ if not $plain }}
|
{{ if not $plain }}
|
||||||
{{ with $dims }}
|
{{ if $portrait }}
|
||||||
{{ range $dim := (. | last 1) }}
|
{{ with $dims }}
|
||||||
{{ $width = (int (index (split $dim "x") 0)) }}
|
{{ $newDims := slice }}
|
||||||
{{ $height = (int (index (split $dim "x") 1)) }}
|
{{ range $dim := . }}
|
||||||
|
{{ $width = (int (index (split $dim "x") 1)) }}
|
||||||
|
{{ $height = (int (index (split $dim "x") 0)) }}
|
||||||
|
{{- $newDims = $newDims | append (printf "%dx%d" (int $width) $height ) -}}
|
||||||
|
{{ end }}
|
||||||
|
{{ $dims = $newDims }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ $newWidth := $height }}
|
||||||
|
{{ $newHeight := $width }}
|
||||||
|
{{ $width = $newWidth }}
|
||||||
|
{{ $height = $newHeight }}
|
||||||
|
{{ else }}
|
||||||
|
{{ with $dims }}
|
||||||
|
{{ range $dim := (. | last 1) }}
|
||||||
|
{{ $width = (int (index (split $dim "x") 0)) }}
|
||||||
|
{{ $height = (int (index (split $dim "x") 1)) }}
|
||||||
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
12
package-lock.json
generated
12
package-lock.json
generated
@@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "@gethinode/hinode",
|
"name": "@gethinode/hinode",
|
||||||
"version": "0.24.14",
|
"version": "0.24.16",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@gethinode/hinode",
|
"name": "@gethinode/hinode",
|
||||||
"version": "0.24.14",
|
"version": "0.24.16",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fullhuman/postcss-purgecss": "^6.0.0",
|
"@fullhuman/postcss-purgecss": "^6.0.0",
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
"cssnano": "^7.0.4",
|
"cssnano": "^7.0.4",
|
||||||
"cssnano-preset-advanced": "^7.0.4",
|
"cssnano-preset-advanced": "^7.0.4",
|
||||||
"hugo-bin": "0.125.2",
|
"hugo-bin": "0.126.0",
|
||||||
"purgecss-whitelister": "^2.4.0"
|
"purgecss-whitelister": "^2.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -3313,9 +3313,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/hugo-bin": {
|
"node_modules/hugo-bin": {
|
||||||
"version": "0.125.2",
|
"version": "0.126.0",
|
||||||
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.125.2.tgz",
|
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.126.0.tgz",
|
||||||
"integrity": "sha512-JNjhuoGFBwJo6qDOeYUiXSoD7rPbwY36wyHJaqbRe9APNY1nPGO1Yy/Ut7rLcriKTBWKPZrh5Hz+9PzGnLV5Lw==",
|
"integrity": "sha512-tncBaQ1Gku3eVKB7PUiubj1VGXdTVB7OCYgrRqwlxxYMaIte9weg+uvEkZLJZJItNMv2wV2GpfIXblS5mLlvvg==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "github",
|
"type": "github",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gethinode/hinode",
|
"name": "@gethinode/hinode",
|
||||||
"version": "0.24.14",
|
"version": "0.24.16",
|
||||||
"description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator",
|
"description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hugo",
|
"hugo",
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
"cssnano": "^7.0.4",
|
"cssnano": "^7.0.4",
|
||||||
"cssnano-preset-advanced": "^7.0.4",
|
"cssnano-preset-advanced": "^7.0.4",
|
||||||
"hugo-bin": "0.125.2",
|
"hugo-bin": "0.126.0",
|
||||||
"purgecss-whitelister": "^2.4.0"
|
"purgecss-whitelister": "^2.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Reference in New Issue
Block a user