mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-08 02:24:20 +00:00
Compare commits
19 Commits
v1.0.0-bet
...
v1.0.0-bet
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e70f3acb57 | ||
![]() |
6e7b40ad0f | ||
![]() |
7446b2958e | ||
![]() |
6c18ada352 | ||
![]() |
323b42996b | ||
![]() |
ab8074b293 | ||
![]() |
9419e18ba9 | ||
![]() |
0f007ba5c2 | ||
![]() |
7d0943fb0c | ||
![]() |
3d2cfdaf0a | ||
![]() |
281c16b561 | ||
![]() |
fe68bd6be3 | ||
![]() |
3bf0c241a3 | ||
![]() |
a6a670cd2b | ||
![]() |
a44b5449f8 | ||
![]() |
461f53c67e | ||
![]() |
9a5059d8bd | ||
![]() |
c1586ee00e | ||
![]() |
88d2a50954 |
@@ -29,7 +29,7 @@ blueprint:
|
|||||||
link:
|
link:
|
||||||
cols:
|
cols:
|
||||||
padding:
|
padding:
|
||||||
max:
|
limit:
|
||||||
pagination:
|
pagination:
|
||||||
paginate:
|
paginate:
|
||||||
background:
|
background:
|
||||||
|
@@ -69,7 +69,7 @@
|
|||||||
{{- $params = merge $params (dict
|
{{- $params = merge $params (dict
|
||||||
"page" page
|
"page" page
|
||||||
"list" $pages
|
"list" $pages
|
||||||
"max" $args.max
|
"limit" $args.limit
|
||||||
"cols" $args.cols
|
"cols" $args.cols
|
||||||
"icon-rounded" $args.iconRounded
|
"icon-rounded" $args.iconRounded
|
||||||
"href" (cond $moreButton $moreLink "")
|
"href" (cond $moreButton $moreLink "")
|
||||||
|
@@ -10,10 +10,10 @@
|
|||||||
footerBelowFold = false
|
footerBelowFold = false
|
||||||
loading = "lazy"
|
loading = "lazy"
|
||||||
breakpoint = "md"
|
breakpoint = "md"
|
||||||
|
titleCase = false
|
||||||
[main.padding]
|
[main.padding]
|
||||||
x = 4
|
x = 4
|
||||||
y = 4
|
y = 4
|
||||||
titleCase = false
|
|
||||||
[main.internalLinks]
|
[main.internalLinks]
|
||||||
validate = true
|
validate = true
|
||||||
pretty = false
|
pretty = false
|
||||||
|
@@ -22,7 +22,8 @@ arguments:
|
|||||||
release: 1.0.0
|
release: 1.0.0
|
||||||
list:
|
list:
|
||||||
cards:
|
cards:
|
||||||
max:
|
limit:
|
||||||
|
release: v1.0.0
|
||||||
cols:
|
cols:
|
||||||
release: v0.19.0
|
release: v0.19.0
|
||||||
paginate:
|
paginate:
|
||||||
@@ -158,3 +159,12 @@ arguments:
|
|||||||
group: partial
|
group: partial
|
||||||
deprecated: v1.0.0
|
deprecated: v1.0.0
|
||||||
alternative: href-title
|
alternative: href-title
|
||||||
|
max:
|
||||||
|
type: int
|
||||||
|
optional: true
|
||||||
|
comment: Maximum number of elements to display.
|
||||||
|
group: partial
|
||||||
|
options:
|
||||||
|
min: 1
|
||||||
|
deprecated: v1.0.0
|
||||||
|
alternative: limit
|
||||||
|
@@ -11,8 +11,8 @@ arguments:
|
|||||||
full:
|
full:
|
||||||
id:
|
id:
|
||||||
class:
|
class:
|
||||||
options:
|
highlight-options:
|
||||||
release: v0.27.6
|
release: v1.0.0
|
||||||
# deprecated arguments
|
# deprecated arguments
|
||||||
path:
|
path:
|
||||||
type: string
|
type: string
|
||||||
@@ -22,3 +22,11 @@ arguments:
|
|||||||
the path of the repository is used as base path instead.
|
the path of the repository is used as base path instead.
|
||||||
deprecated: v1.0.0
|
deprecated: v1.0.0
|
||||||
alternative: file
|
alternative: file
|
||||||
|
options:
|
||||||
|
type: string
|
||||||
|
optional: true
|
||||||
|
comment: >-
|
||||||
|
Hugo highlighting options, see https://gohugo.io/shortcodes/highlight/#options-1.
|
||||||
|
release: v0.27.6
|
||||||
|
deprecated: v1.0.0
|
||||||
|
alternative: highlight-options
|
||||||
|
@@ -31,6 +31,11 @@ arguments:
|
|||||||
deprecated: v1.0.0
|
deprecated: v1.0.0
|
||||||
alternative: media-id
|
alternative: media-id
|
||||||
options:
|
options:
|
||||||
|
type: string
|
||||||
|
optional: true
|
||||||
|
comment: >-
|
||||||
|
Optional query parameters to append to video asset's url. The query string
|
||||||
|
is prepended with a `?` symbol. Only applicable to Cloudinary.
|
||||||
release: v0.28.2
|
release: v0.28.2
|
||||||
deprecated: v1.0.0
|
deprecated: v1.0.0
|
||||||
alternative: query-args
|
alternative: query-args
|
||||||
|
@@ -8,10 +8,10 @@
|
|||||||
footerBelowFold = false
|
footerBelowFold = false
|
||||||
loading = "lazy"
|
loading = "lazy"
|
||||||
breakpoint = "md"
|
breakpoint = "md"
|
||||||
|
titleCase = true
|
||||||
[main.padding]
|
[main.padding]
|
||||||
x = 4
|
x = 4
|
||||||
y = 4
|
y = 4
|
||||||
titleCase = true
|
|
||||||
[main.internalLinks]
|
[main.internalLinks]
|
||||||
validate = true
|
validate = true
|
||||||
pretty = true
|
pretty = true
|
||||||
|
@@ -37,7 +37,7 @@ content_blocks:
|
|||||||
more:
|
more:
|
||||||
title: More Posts
|
title: More Posts
|
||||||
padding: 0
|
padding: 0
|
||||||
max: 3
|
limit: 3
|
||||||
class: border-0 card-zoom card-body-margin
|
class: border-0 card-zoom card-body-margin
|
||||||
|
|
||||||
- _bookshop_name: articles
|
- _bookshop_name: articles
|
||||||
@@ -55,7 +55,7 @@ content_blocks:
|
|||||||
title: More articles
|
title: More articles
|
||||||
cols: 1
|
cols: 1
|
||||||
padding: 4
|
padding: 4
|
||||||
max: 2
|
limit: 2
|
||||||
header-style: none
|
header-style: none
|
||||||
footer-style: tags
|
footer-style: tags
|
||||||
orientation: horizontal-sm
|
orientation: horizontal-sm
|
||||||
|
@@ -27,7 +27,7 @@ content_blocks:
|
|||||||
title: More Posts
|
title: More Posts
|
||||||
cols: 3
|
cols: 3
|
||||||
padding: 0
|
padding: 0
|
||||||
max: 9
|
limit: 9
|
||||||
paginate: true
|
paginate: true
|
||||||
cover: false
|
cover: false
|
||||||
header-style: none
|
header-style: none
|
||||||
|
@@ -26,12 +26,12 @@ The `articles` content block renders a group of article cards.
|
|||||||
more:
|
more:
|
||||||
title: More Blogs
|
title: More Blogs
|
||||||
padding: 0
|
padding: 0
|
||||||
max: 3
|
limit: 3
|
||||||
background:
|
background:
|
||||||
color: primary
|
color: primary
|
||||||
subtle: true
|
subtle: true
|
||||||
class: border-0 card-zoom card-body-margin
|
class: border-0 card-zoom card-body-margin
|
||||||
justify: center
|
justify: start
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< /example-bookshop >}}
|
{{< /example-bookshop >}}
|
||||||
|
@@ -252,8 +252,6 @@ Use the `file` shortcode to print and highlight the full content of a given inpu
|
|||||||
{{< /example >}}
|
{{< /example >}}
|
||||||
<!-- markdownlint-enable MD037 -->
|
<!-- markdownlint-enable MD037 -->
|
||||||
|
|
||||||
{{< file full="false" file="./config/_default/languages.toml" id="file-collapse-5" >}}
|
|
||||||
|
|
||||||
## Icon
|
## Icon
|
||||||
|
|
||||||
As an example, the following shortcodes show a square check, a brand logo, a circle check, and a custom icon.
|
As an example, the following shortcodes show a square check, a brand logo, a circle check, and a custom icon.
|
||||||
|
@@ -119,27 +119,15 @@
|
|||||||
"breadcrumb-item",
|
"breadcrumb-item",
|
||||||
"btn",
|
"btn",
|
||||||
"btn-close",
|
"btn-close",
|
||||||
"btn-danger",
|
|
||||||
"btn-dark",
|
|
||||||
"btn-group",
|
"btn-group",
|
||||||
"btn-info",
|
|
||||||
"btn-lg",
|
|
||||||
"btn-light",
|
"btn-light",
|
||||||
"btn-link",
|
"btn-link",
|
||||||
"btn-outline-danger",
|
|
||||||
"btn-outline-dark",
|
|
||||||
"btn-outline-info",
|
|
||||||
"btn-outline-light",
|
|
||||||
"btn-outline-primary",
|
"btn-outline-primary",
|
||||||
"btn-outline-secondary",
|
"btn-outline-secondary",
|
||||||
"btn-outline-success",
|
|
||||||
"btn-outline-warning",
|
|
||||||
"btn-primary",
|
"btn-primary",
|
||||||
"btn-secondary",
|
"btn-secondary",
|
||||||
"btn-sm",
|
"btn-sm",
|
||||||
"btn-social",
|
"btn-social",
|
||||||
"btn-success",
|
|
||||||
"btn-warning",
|
|
||||||
"btn-xs",
|
"btn-xs",
|
||||||
"card",
|
"card",
|
||||||
"card-block-2",
|
"card-block-2",
|
||||||
@@ -147,6 +135,7 @@
|
|||||||
"card-body-link",
|
"card-body-link",
|
||||||
"card-body-margin",
|
"card-body-margin",
|
||||||
"card-button",
|
"card-button",
|
||||||
|
"card-button-link",
|
||||||
"card-container",
|
"card-container",
|
||||||
"card-container-wrapper",
|
"card-container-wrapper",
|
||||||
"card-emphasize",
|
"card-emphasize",
|
||||||
@@ -197,7 +186,6 @@
|
|||||||
"col-sm-12",
|
"col-sm-12",
|
||||||
"col-sm-3",
|
"col-sm-3",
|
||||||
"col-sm-6",
|
"col-sm-6",
|
||||||
"col-sm-8",
|
|
||||||
"collapse",
|
"collapse",
|
||||||
"collapsed",
|
"collapsed",
|
||||||
"container",
|
"container",
|
||||||
@@ -219,7 +207,6 @@
|
|||||||
"d-sm-block",
|
"d-sm-block",
|
||||||
"d-sm-none",
|
"d-sm-none",
|
||||||
"data-table",
|
"data-table",
|
||||||
"disabled",
|
|
||||||
"display-1",
|
"display-1",
|
||||||
"display-4",
|
"display-4",
|
||||||
"dropdown",
|
"dropdown",
|
||||||
@@ -243,29 +230,24 @@
|
|||||||
"fa-angle-left",
|
"fa-angle-left",
|
||||||
"fa-arrow-left",
|
"fa-arrow-left",
|
||||||
"fa-arrow-right",
|
"fa-arrow-right",
|
||||||
"fa-book-open",
|
|
||||||
"fa-bootstrap",
|
"fa-bootstrap",
|
||||||
"fa-check",
|
|
||||||
"fa-chevron-right",
|
"fa-chevron-right",
|
||||||
"fa-circle",
|
"fa-circle",
|
||||||
"fa-circle-check",
|
"fa-circle-check",
|
||||||
"fa-circle-play",
|
"fa-circle-play",
|
||||||
"fa-circle-question",
|
"fa-circle-question",
|
||||||
"fa-code",
|
"fa-code",
|
||||||
"fa-display",
|
|
||||||
"fa-divide",
|
"fa-divide",
|
||||||
"fa-docker",
|
"fa-docker",
|
||||||
"fa-ellipsis",
|
"fa-ellipsis",
|
||||||
"fa-face-frown",
|
"fa-face-frown",
|
||||||
"fa-facebook",
|
"fa-facebook",
|
||||||
"fa-fluid",
|
"fa-fluid",
|
||||||
"fa-font-awesome",
|
|
||||||
"fa-fw",
|
"fa-fw",
|
||||||
"fa-github",
|
"fa-github",
|
||||||
"fa-globe",
|
"fa-globe",
|
||||||
"fa-grip",
|
"fa-grip",
|
||||||
"fa-h",
|
"fa-h",
|
||||||
"fa-hand-pointer",
|
|
||||||
"fa-heart",
|
"fa-heart",
|
||||||
"fa-house",
|
"fa-house",
|
||||||
"fa-info",
|
"fa-info",
|
||||||
@@ -273,14 +255,11 @@
|
|||||||
"fa-link",
|
"fa-link",
|
||||||
"fa-linkedin",
|
"fa-linkedin",
|
||||||
"fa-magnifying-glass",
|
"fa-magnifying-glass",
|
||||||
"fa-markdown",
|
|
||||||
"fa-medium",
|
"fa-medium",
|
||||||
"fa-moon",
|
"fa-moon",
|
||||||
"fa-robot",
|
|
||||||
"fa-rocket",
|
"fa-rocket",
|
||||||
"fa-rotate-90",
|
"fa-rotate-90",
|
||||||
"fa-share-nodes",
|
"fa-share-nodes",
|
||||||
"fa-sitemap",
|
|
||||||
"fa-sort",
|
"fa-sort",
|
||||||
"fa-square-check",
|
"fa-square-check",
|
||||||
"fa-stack",
|
"fa-stack",
|
||||||
@@ -288,7 +267,6 @@
|
|||||||
"fa-stack-2x",
|
"fa-stack-2x",
|
||||||
"fa-sun",
|
"fa-sun",
|
||||||
"fa-timeline",
|
"fa-timeline",
|
||||||
"fa-trash-can",
|
|
||||||
"fa-up-right-from-square",
|
"fa-up-right-from-square",
|
||||||
"fa-whatsapp",
|
"fa-whatsapp",
|
||||||
"fa-wrapper",
|
"fa-wrapper",
|
||||||
@@ -345,12 +323,9 @@
|
|||||||
"img-wrap",
|
"img-wrap",
|
||||||
"invisible",
|
"invisible",
|
||||||
"is-search",
|
"is-search",
|
||||||
"justify-content-around",
|
|
||||||
"justify-content-between",
|
"justify-content-between",
|
||||||
"justify-content-center",
|
"justify-content-center",
|
||||||
"justify-content-end",
|
"justify-content-end",
|
||||||
"justify-content-evenly",
|
|
||||||
"justify-content-md-end",
|
|
||||||
"justify-content-md-start",
|
"justify-content-md-start",
|
||||||
"justify-content-start",
|
"justify-content-start",
|
||||||
"katex",
|
"katex",
|
||||||
@@ -391,8 +366,7 @@
|
|||||||
"mt-auto",
|
"mt-auto",
|
||||||
"mt-md-0",
|
"mt-md-0",
|
||||||
"multi-docs-collapse-15",
|
"multi-docs-collapse-15",
|
||||||
"multi-docs-collapse-19",
|
"multi-docs-collapse-16",
|
||||||
"multi-docs-collapse-20",
|
|
||||||
"multi-file-collapse-1",
|
"multi-file-collapse-1",
|
||||||
"multi-file-collapse-5",
|
"multi-file-collapse-5",
|
||||||
"mx-auto",
|
"mx-auto",
|
||||||
@@ -421,8 +395,6 @@
|
|||||||
"navbar-toggler",
|
"navbar-toggler",
|
||||||
"next",
|
"next",
|
||||||
"no-js",
|
"no-js",
|
||||||
"offset-md-4",
|
|
||||||
"offset-sm-2",
|
|
||||||
"order-0",
|
"order-0",
|
||||||
"order-1",
|
"order-1",
|
||||||
"order-first",
|
"order-first",
|
||||||
@@ -523,7 +495,6 @@
|
|||||||
"text-decoration-none",
|
"text-decoration-none",
|
||||||
"text-end",
|
"text-end",
|
||||||
"text-info",
|
"text-info",
|
||||||
"text-md-end",
|
|
||||||
"text-muted",
|
"text-muted",
|
||||||
"text-nowrap",
|
"text-nowrap",
|
||||||
"text-primary",
|
"text-primary",
|
||||||
@@ -601,19 +572,13 @@
|
|||||||
"block-diagram",
|
"block-diagram",
|
||||||
"blog",
|
"blog",
|
||||||
"body-docs-collapse-15",
|
"body-docs-collapse-15",
|
||||||
"body-docs-collapse-19",
|
"body-docs-collapse-16",
|
||||||
"body-docs-collapse-20",
|
|
||||||
"body-file-collapse-1",
|
"body-file-collapse-1",
|
||||||
"body-file-collapse-5",
|
"body-file-collapse-5",
|
||||||
"bouton",
|
"bouton",
|
||||||
"breadcrumb",
|
"breadcrumb",
|
||||||
"build-a-static-website-fast-and-flexible",
|
|
||||||
"button",
|
"button",
|
||||||
"button-group",
|
"button-group",
|
||||||
"buttons-with-a-badge",
|
|
||||||
"buttons-with-a-collapsible-panel",
|
|
||||||
"buttons-with-a-tooltip",
|
|
||||||
"buttons-with-an-icon",
|
|
||||||
"c4-diagram",
|
"c4-diagram",
|
||||||
"card",
|
"card",
|
||||||
"card-group",
|
"card-group",
|
||||||
@@ -626,7 +591,6 @@
|
|||||||
"cloudinary",
|
"cloudinary",
|
||||||
"collapse",
|
"collapse",
|
||||||
"collapse-1",
|
"collapse-1",
|
||||||
"colored-buttons",
|
|
||||||
"command-prompt",
|
"command-prompt",
|
||||||
"comment-nous-partageons-vos-informations",
|
"comment-nous-partageons-vos-informations",
|
||||||
"comment-utilisons-nous-les-cookies-",
|
"comment-utilisons-nous-les-cookies-",
|
||||||
@@ -635,78 +599,50 @@
|
|||||||
"cookies-etc",
|
"cookies-etc",
|
||||||
"custom-activity",
|
"custom-activity",
|
||||||
"data-tables",
|
"data-tables",
|
||||||
"developer-friendly-and-secure",
|
|
||||||
"docs",
|
"docs",
|
||||||
"documentation",
|
"documentation",
|
||||||
"elements-type",
|
"elements-type",
|
||||||
"entity-relationship-diagram",
|
"entity-relationship-diagram",
|
||||||
"example",
|
"example",
|
||||||
"examples",
|
|
||||||
"exemple",
|
"exemple",
|
||||||
"fa-address-card",
|
"fa-address-card",
|
||||||
"fa-face-frown",
|
"fa-face-frown",
|
||||||
"fa-font-awesome",
|
|
||||||
"fa-hand-pointer",
|
|
||||||
"fa-square-check",
|
"fa-square-check",
|
||||||
"fab-bootstrap",
|
"fab-bootstrap",
|
||||||
"fab-docker",
|
"fab-docker",
|
||||||
"fab-facebook",
|
"fab-facebook",
|
||||||
"fab-github",
|
"fab-github",
|
||||||
"fab-linkedin",
|
"fab-linkedin",
|
||||||
"fab-markdown",
|
|
||||||
"fab-medium",
|
"fab-medium",
|
||||||
"fab-whatsapp",
|
"fab-whatsapp",
|
||||||
"fab-x-twitter",
|
"fab-x-twitter",
|
||||||
"faq-03262a038417e1bab3887f63db7d440f",
|
"faq-2ab61bd9d625ad933606ccabfaffa9a8",
|
||||||
"faq-03262a038417e1bab3887f63db7d440f-heading-faq-03262a038417e1bab3887f63db7d440f",
|
"faq-2ab61bd9d625ad933606ccabfaffa9a8-heading-faq-2ab61bd9d625ad933606ccabfaffa9a8",
|
||||||
"faq-03262a038417e1bab3887f63db7d440f-item-0",
|
"faq-2ab61bd9d625ad933606ccabfaffa9a8-item-0",
|
||||||
"faq-03262a038417e1bab3887f63db7d440f-item-1",
|
"faq-2ab61bd9d625ad933606ccabfaffa9a8-item-1",
|
||||||
"faq-03262a038417e1bab3887f63db7d440f-item-2",
|
"faq-2ab61bd9d625ad933606ccabfaffa9a8-item-2",
|
||||||
"faq-516ddc5b7dd16bc24b857082a9aab4ed",
|
"faq-471c32251ced209d707f5815bdaa693a",
|
||||||
"faq-516ddc5b7dd16bc24b857082a9aab4ed-heading-faq-516ddc5b7dd16bc24b857082a9aab4ed",
|
"faq-471c32251ced209d707f5815bdaa693a-heading-faq-471c32251ced209d707f5815bdaa693a",
|
||||||
"faq-516ddc5b7dd16bc24b857082a9aab4ed-item-0",
|
"faq-471c32251ced209d707f5815bdaa693a-item-0",
|
||||||
"faq-516ddc5b7dd16bc24b857082a9aab4ed-item-1",
|
"faq-471c32251ced209d707f5815bdaa693a-item-1",
|
||||||
"faq-516ddc5b7dd16bc24b857082a9aab4ed-item-2",
|
"faq-471c32251ced209d707f5815bdaa693a-item-2",
|
||||||
"faq-56ff67870957c4eb63627fad0245b8b7",
|
"faq-67dbd72b681a398b4c77f0f3652e0905",
|
||||||
"faq-56ff67870957c4eb63627fad0245b8b7-heading-faq-56ff67870957c4eb63627fad0245b8b7",
|
"faq-67dbd72b681a398b4c77f0f3652e0905-heading-faq-67dbd72b681a398b4c77f0f3652e0905",
|
||||||
"faq-56ff67870957c4eb63627fad0245b8b7-item-0",
|
"faq-67dbd72b681a398b4c77f0f3652e0905-item-0",
|
||||||
"faq-56ff67870957c4eb63627fad0245b8b7-item-1",
|
"faq-67dbd72b681a398b4c77f0f3652e0905-item-1",
|
||||||
"faq-56ff67870957c4eb63627fad0245b8b7-item-2",
|
"faq-67dbd72b681a398b4c77f0f3652e0905-item-2",
|
||||||
"faq-a65942a4e80d8b9331232f2839b0b404",
|
|
||||||
"faq-a65942a4e80d8b9331232f2839b0b404-heading-faq-a65942a4e80d8b9331232f2839b0b404",
|
|
||||||
"faq-a65942a4e80d8b9331232f2839b0b404-item-0",
|
|
||||||
"faq-a65942a4e80d8b9331232f2839b0b404-item-1",
|
|
||||||
"faq-a65942a4e80d8b9331232f2839b0b404-item-2",
|
|
||||||
"faq-b7d43cad454395dd12765b2970e95cbc",
|
|
||||||
"faq-b7d43cad454395dd12765b2970e95cbc-heading-faq-b7d43cad454395dd12765b2970e95cbc",
|
|
||||||
"faq-b7d43cad454395dd12765b2970e95cbc-item-0",
|
|
||||||
"faq-b7d43cad454395dd12765b2970e95cbc-item-1",
|
|
||||||
"faq-b7d43cad454395dd12765b2970e95cbc-item-2",
|
|
||||||
"faq-c411b9f9b15c4b7a1a0d1de458f85fc9",
|
|
||||||
"faq-c411b9f9b15c4b7a1a0d1de458f85fc9-heading-faq-c411b9f9b15c4b7a1a0d1de458f85fc9",
|
|
||||||
"faq-c411b9f9b15c4b7a1a0d1de458f85fc9-item-0",
|
|
||||||
"faq-c411b9f9b15c4b7a1a0d1de458f85fc9-item-1",
|
|
||||||
"faq-c411b9f9b15c4b7a1a0d1de458f85fc9-item-2",
|
|
||||||
"faq-e6bc2b3599e2d94773085876d5822076",
|
|
||||||
"faq-e6bc2b3599e2d94773085876d5822076-heading-faq-e6bc2b3599e2d94773085876d5822076",
|
|
||||||
"faq-e6bc2b3599e2d94773085876d5822076-item-0",
|
|
||||||
"faq-e6bc2b3599e2d94773085876d5822076-item-1",
|
|
||||||
"faq-e6bc2b3599e2d94773085876d5822076-item-2",
|
|
||||||
"fas-1",
|
"fas-1",
|
||||||
"fas-2",
|
"fas-2",
|
||||||
"fas-3",
|
"fas-3",
|
||||||
"fas-angle-left",
|
"fas-angle-left",
|
||||||
"fas-arrow-left",
|
"fas-arrow-left",
|
||||||
"fas-arrow-right",
|
"fas-arrow-right",
|
||||||
"fas-book-open",
|
|
||||||
"fas-check",
|
|
||||||
"fas-chevron-right",
|
"fas-chevron-right",
|
||||||
"fas-circle",
|
"fas-circle",
|
||||||
"fas-circle-check",
|
"fas-circle-check",
|
||||||
"fas-circle-play",
|
"fas-circle-play",
|
||||||
"fas-circle-question",
|
"fas-circle-question",
|
||||||
"fas-code",
|
"fas-code",
|
||||||
"fas-display",
|
|
||||||
"fas-divide",
|
"fas-divide",
|
||||||
"fas-ellipsis",
|
"fas-ellipsis",
|
||||||
"fas-globe",
|
"fas-globe",
|
||||||
@@ -718,23 +654,18 @@
|
|||||||
"fas-link",
|
"fas-link",
|
||||||
"fas-magnifying-glass",
|
"fas-magnifying-glass",
|
||||||
"fas-moon",
|
"fas-moon",
|
||||||
"fas-robot",
|
|
||||||
"fas-rocket",
|
"fas-rocket",
|
||||||
"fas-share-nodes",
|
"fas-share-nodes",
|
||||||
"fas-sitemap",
|
|
||||||
"fas-sort",
|
"fas-sort",
|
||||||
"fas-sun",
|
"fas-sun",
|
||||||
"fas-timeline",
|
"fas-timeline",
|
||||||
"fas-trash-can",
|
|
||||||
"fas-up-right-from-square",
|
"fas-up-right-from-square",
|
||||||
"fichier",
|
"fichier",
|
||||||
"fil-dariane",
|
"fil-dariane",
|
||||||
"file",
|
"file",
|
||||||
"flexible--ready-to-use",
|
|
||||||
"flowchart",
|
"flowchart",
|
||||||
"footer-docs-collapse-15",
|
"footer-docs-collapse-15",
|
||||||
"footer-docs-collapse-19",
|
"footer-docs-collapse-16",
|
||||||
"footer-docs-collapse-20",
|
|
||||||
"footer-file-collapse-1",
|
"footer-file-collapse-1",
|
||||||
"footer-file-collapse-5",
|
"footer-file-collapse-5",
|
||||||
"formula-katex",
|
"formula-katex",
|
||||||
@@ -791,11 +722,9 @@
|
|||||||
"navbar-sample-collapse",
|
"navbar-sample-collapse",
|
||||||
"navigation",
|
"navigation",
|
||||||
"notification",
|
"notification",
|
||||||
"outlined-buttons",
|
|
||||||
"overview",
|
"overview",
|
||||||
"persona",
|
"persona",
|
||||||
"pie-chart",
|
"pie-chart",
|
||||||
"powered-by-open-source",
|
|
||||||
"projecten",
|
"projecten",
|
||||||
"projects",
|
"projects",
|
||||||
"projets",
|
"projets",
|
||||||
@@ -807,10 +736,8 @@
|
|||||||
"réduire",
|
"réduire",
|
||||||
"security",
|
"security",
|
||||||
"sequence-diagram",
|
"sequence-diagram",
|
||||||
"sized-buttons",
|
|
||||||
"spinner",
|
"spinner",
|
||||||
"state-diagram",
|
"state-diagram",
|
||||||
"stateful-buttons",
|
|
||||||
"sub",
|
"sub",
|
||||||
"sup",
|
"sup",
|
||||||
"sécurité",
|
"sécurité",
|
||||||
|
2
go.mod
2
go.mod
@@ -18,7 +18,7 @@ require (
|
|||||||
github.com/gethinode/mod-simple-datatables v1.1.7 // indirect
|
github.com/gethinode/mod-simple-datatables v1.1.7 // indirect
|
||||||
github.com/gethinode/mod-simple-datatables/v2 v2.0.1 // indirect
|
github.com/gethinode/mod-simple-datatables/v2 v2.0.1 // indirect
|
||||||
github.com/gethinode/mod-utils/v3 v3.3.1 // indirect
|
github.com/gethinode/mod-utils/v3 v3.3.1 // indirect
|
||||||
github.com/gethinode/mod-utils/v4 v4.6.0 // indirect
|
github.com/gethinode/mod-utils/v4 v4.8.0 // indirect
|
||||||
github.com/nextapps-de/flexsearch v0.0.0-20250606060143-c28f52c09b7a // indirect
|
github.com/nextapps-de/flexsearch v0.0.0-20250606060143-c28f52c09b7a // indirect
|
||||||
github.com/twbs/bootstrap v5.3.7+incompatible // indirect
|
github.com/twbs/bootstrap v5.3.7+incompatible // indirect
|
||||||
)
|
)
|
||||||
|
4
go.sum
4
go.sum
@@ -440,6 +440,10 @@ github.com/gethinode/mod-utils/v4 v4.5.1 h1:VKmqi6+oC93noHUJ6HvFlelglHT/9+kXQjpJ
|
|||||||
github.com/gethinode/mod-utils/v4 v4.5.1/go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4=
|
github.com/gethinode/mod-utils/v4 v4.5.1/go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4=
|
||||||
github.com/gethinode/mod-utils/v4 v4.6.0 h1:XQ7hiCrn15SzgkcD0j53XVZPQYeQKUxg/UUkr80pJ2w=
|
github.com/gethinode/mod-utils/v4 v4.6.0 h1:XQ7hiCrn15SzgkcD0j53XVZPQYeQKUxg/UUkr80pJ2w=
|
||||||
github.com/gethinode/mod-utils/v4 v4.6.0/go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4=
|
github.com/gethinode/mod-utils/v4 v4.6.0/go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4=
|
||||||
|
github.com/gethinode/mod-utils/v4 v4.7.0 h1:JaL/+APOwdEzAi6y174ZdwoguCdALyGiGX8qBVXXBdU=
|
||||||
|
github.com/gethinode/mod-utils/v4 v4.7.0/go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4=
|
||||||
|
github.com/gethinode/mod-utils/v4 v4.8.0 h1:/+M3EHqA8IzgBWXX1GLmT/xKbk2FVhUwmUfMnk/goF4=
|
||||||
|
github.com/gethinode/mod-utils/v4 v4.8.0/go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4=
|
||||||
github.com/nextapps-de/flexsearch v0.0.0-20230711092928-1243fd883ec3 h1:H/qVR5O4BXjRjD+5PZB+r4ug2BSJ2Of4RtwOntd+OKo=
|
github.com/nextapps-de/flexsearch v0.0.0-20230711092928-1243fd883ec3 h1:H/qVR5O4BXjRjD+5PZB+r4ug2BSJ2Of4RtwOntd+OKo=
|
||||||
github.com/nextapps-de/flexsearch v0.0.0-20230711092928-1243fd883ec3/go.mod h1:5GdMfPAXzbA2gXBqTjC6l27kioSYzHlqDMh0+wyx7sU=
|
github.com/nextapps-de/flexsearch v0.0.0-20230711092928-1243fd883ec3/go.mod h1:5GdMfPAXzbA2gXBqTjC6l27kioSYzHlqDMh0+wyx7sU=
|
||||||
github.com/nextapps-de/flexsearch v0.0.0-20240108021025-afd75f742f22 h1:re7L8FxbXQpnX8BgzkdUnDpsUmloGNyLmiy2ZCln8pg=
|
github.com/nextapps-de/flexsearch v0.0.0-20240108021025-afd75f742f22 h1:re7L8FxbXQpnX8BgzkdUnDpsUmloGNyLmiy2ZCln8pg=
|
||||||
|
@@ -125,7 +125,9 @@
|
|||||||
{{ if in (slice "types" "both") $args.renderType }}
|
{{ if in (slice "types" "both") $args.renderType }}
|
||||||
{{ $prefix := strings.Repeat $args.headerLevel "#" }}
|
{{ $prefix := strings.Repeat $args.headerLevel "#" }}
|
||||||
{{ range $k, $v := $types.udt }}
|
{{ range $k, $v := $types.udt }}
|
||||||
{{ printf "%s %s %s" $prefix $k (T "type") | $args.page.RenderString }}
|
{{ $title := $k }}
|
||||||
|
{{ if site.Params.main.titleCase }}{{ $title = title $title }}{{ end }}
|
||||||
|
{{ printf "%s %s %s" $prefix $title (T "type") | $args.page.RenderString }}
|
||||||
{{ partial "inline/args-table.html" (merge $params (dict "args" $v)) }}
|
{{ partial "inline/args-table.html" (merge $params (dict "args" $v)) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@@ -113,7 +113,7 @@
|
|||||||
{{/* Limit list to max elements */}}
|
{{/* Limit list to max elements */}}
|
||||||
{{- $count := len $elements -}}
|
{{- $count := len $elements -}}
|
||||||
{{- $max := $count -}}
|
{{- $max := $count -}}
|
||||||
{{- $max = math.Min ($args.max | default $count) $count -}}
|
{{- $max = math.Min ((or $args.limit $args.max) | default $count) $count -}}
|
||||||
{{- if not $args.paginate -}}
|
{{- if not $args.paginate -}}
|
||||||
{{- $elements = first $max $elements -}}
|
{{- $elements = first $max $elements -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
@@ -203,9 +203,22 @@
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
<div class="{{ $col2 }}">
|
<div class="{{ $col2 }}">
|
||||||
<div class="card-body d-flex p-{{ $args.padding }} flex-column h-100 flex-fill">
|
<div class="card-body d-flex p-{{ $args.padding }} flex-column h-100 flex-fill">
|
||||||
{{ if $page }}<div>{{ partial "inline/card-caption.html" (dict "page" $page "keywords" $args.headerStyle "color" $args.color) }}</div>{{ end }}
|
{{ if $page }}
|
||||||
|
<div>{{ partial "inline/card-caption.html" (dict
|
||||||
|
"page" $page
|
||||||
|
"keywords" $args.headerStyle
|
||||||
|
"color" $args.color
|
||||||
|
) }}
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
<div class="flex-fill">
|
<div class="flex-fill">
|
||||||
{{- partial "inline/card-body.html" (dict "title" $title "href" $href "color" $args.color "description" $description "button" $args.button) -}}
|
{{- partial "inline/card-body.html" (dict
|
||||||
|
"title" $title
|
||||||
|
"href" $href
|
||||||
|
"color" $args.color
|
||||||
|
"description" $description
|
||||||
|
"button" $args.button
|
||||||
|
) -}}
|
||||||
</div>
|
</div>
|
||||||
{{ if $page }}<div>{{ partial "inline/card-caption.html" (dict "page" $page "keywords" $args.footerStyle "color" $args.color) }}</div>{{ end }}
|
{{ if $page }}<div>{{ partial "inline/card-caption.html" (dict "page" $page "keywords" $args.footerStyle "color" $args.color) }}</div>{{ end }}
|
||||||
{{ if and $href $args.button }}
|
{{ if and $href $args.button }}
|
||||||
|
@@ -33,10 +33,6 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{- $thumbnail = $page.Params.Thumbnail -}}
|
{{- $thumbnail = $page.Params.Thumbnail -}}
|
||||||
{{ if or $page.Params.photoCredits $page.Params.photoSource }}
|
|
||||||
{{ warnf "DEPRECATED: frontmatter variables `photoCredits` and `photoSource` have been deprecated in release v0.18: %s" $page.RelPermalink }}
|
|
||||||
{{ end }}
|
|
||||||
{{- if and $page.Params.photoCredits $page.Params.PhotoSource }}{{ $credits = printf (T "photoFull") $page.Params.photoCredits $page.Params.PhotoSource }}{{ end -}}
|
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{ if $thumbnail -}}
|
{{ if $thumbnail -}}
|
@@ -26,27 +26,27 @@
|
|||||||
{{- $class := partial "utilities/GetArgParent" (dict "page" . "arg" "class" "merge" true) -}}
|
{{- $class := partial "utilities/GetArgParent" (dict "page" . "arg" "class" "merge" true) -}}
|
||||||
{{- $color := partial "utilities/GetArgParent" (dict "page" . "arg" "color") -}}
|
{{- $color := partial "utilities/GetArgParent" (dict "page" . "arg" "color") -}}
|
||||||
{{- $description := trim .Inner " \r\n" | .Page.RenderString | safeHTML -}}
|
{{- $description := trim .Inner " \r\n" | .Page.RenderString | safeHTML -}}
|
||||||
{{- $footer := partial "utilities/GetArgParent" (dict "page" . "arg" "footer-style") | partial "utilities/GetArgParent" (dict "page" . "arg" "footer") | default "none" -}}
|
{{- $footer := or (partial "utilities/GetArgParent" (dict "page" . "arg" "footer-style")) (partial "utilities/GetArgParent" (dict "page" . "arg" "footer")) -}}
|
||||||
{{- $gutter := partial "utilities/GetArgParent" (dict "page" . "arg" "gutter") | default "0" -}}
|
{{- $gutter := partial "utilities/GetArgParent" (dict "page" . "arg" "gutter") -}}
|
||||||
{{- $header := partial "utilities/GetArgParent" (dict "page" . "arg" "header-style") | partial "utilities/GetArgParent" (dict "page" . "arg" "header") | default "full" -}}
|
{{- $header := or (partial "utilities/GetArgParent" (dict "page" . "arg" "header-style")) (partial "utilities/GetArgParent" (dict "page" . "arg" "header")) -}}
|
||||||
{{- $icon := .Get "icon" -}}
|
{{- $icon := .Get "icon" -}}
|
||||||
{{- $iconRounded := partial "utilities/GetArgParent" (dict "page" . "arg" "icon-rounded") | partial "utilities/GetArgParent" (dict "page" . "arg" "iconRounded") | default false -}}
|
{{- $iconRounded := or (partial "utilities/GetArgParent" (dict "page" . "arg" "icon-rounded")) (partial "utilities/GetArgParent" (dict "page" . "arg" "iconRounded")) -}}
|
||||||
{{- $align := partial "utilities/GetArgParent" (dict "page" . "arg" "align") | default "start" -}}
|
{{- $align := partial "utilities/GetArgParent" (dict "page" . "arg" "align") -}}
|
||||||
{{- $style := partial "utilities/GetArgParent" (dict "page" . "arg" "icon-style") | partial "utilities/GetArgParent" (dict "page" . "arg" "style") | default "" -}}
|
{{- $style := or (partial "utilities/GetArgParent" (dict "page" . "arg" "icon-style")) (partial "utilities/GetArgParent" (dict "page" . "arg" "style")) -}}
|
||||||
{{- $subtle := partial "utilities/GetArgParent" (dict "page" . "arg" "subtle") | default false -}}
|
{{- $subtle := partial "utilities/GetArgParent" (dict "page" . "arg" "subtle") -}}
|
||||||
{{- $loading := .Get "loading" -}}
|
{{- $loading := .Get "loading" -}}
|
||||||
{{- $orientation := partial "utilities/GetArgParent" (dict "page" . "arg" "orientation") | default "stacked" -}}
|
{{- $orientation := partial "utilities/GetArgParent" (dict "page" . "arg" "orientation") -}}
|
||||||
{{- $padding := partial "utilities/GetArgParent" (dict "page" . "arg" "padding") | default 3 -}}
|
{{- $padding := partial "utilities/GetArgParent" (dict "page" . "arg" "padding") -}}
|
||||||
{{- $ratio := partial "utilities/GetArgParent" (dict "page" . "arg" "ratio") | default "" -}}
|
{{- $ratio := partial "utilities/GetArgParent" (dict "page" . "arg" "ratio") -}}
|
||||||
{{- $page := .Page -}}
|
{{- $page := .Page -}}
|
||||||
{{- $path := .Get "path" -}}
|
{{- $path := .Get "path" -}}
|
||||||
{{- $thumbnail := .Get "thumbnail" -}}
|
{{- $thumbnail := .Get "thumbnail" -}}
|
||||||
{{- $anchor := .Get "anchor" -}}
|
{{- $anchor := .Get "anchor" -}}
|
||||||
{{- $title := .Get "title" -}}
|
{{- $title := .Get "title" -}}
|
||||||
{{- $button := partial "utilities/GetArgParent" (dict "page" . "arg" "button") | default false -}}
|
{{- $button := partial "utilities/GetArgParent" (dict "page" . "arg" "button") -}}
|
||||||
{{- $linkType := partial "utilities/GetArgParent" (dict "page" . "arg" "link-type") | partial "utilities/GetArgParent" (dict "page" . "arg" "buttonType") | default "" -}}
|
{{- $linkType := or (partial "utilities/GetArgParent" (dict "page" . "arg" "link-type")) (partial "utilities/GetArgParent" (dict "page" . "arg" "buttonType")) -}}
|
||||||
{{- $cols := partial "utilities/GetArgParent" (dict "page" . "arg" "cols") | default 3 -}}
|
{{- $cols := partial "utilities/GetArgParent" (dict "page" . "arg" "cols") -}}
|
||||||
{{- $scroll := partial "utilities/GetArgParent" (dict "page" . "arg" "scroll") | default false -}}
|
{{- $scroll := partial "utilities/GetArgParent" (dict "page" . "arg" "scroll") -}}
|
||||||
{{- $wrapper := "" -}}
|
{{- $wrapper := "" -}}
|
||||||
|
|
||||||
{{/* Override arguments */}}
|
{{/* Override arguments */}}
|
||||||
@@ -66,7 +66,6 @@
|
|||||||
{{ $wrapper = printf "card-block-%d p-0" $cols }}
|
{{ $wrapper = printf "card-block-%d p-0" $cols }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
{{/* Main code */}}
|
{{/* Main code */}}
|
||||||
{{ if not $error -}}
|
{{ if not $error -}}
|
||||||
{{/* Render card */}}
|
{{/* Render card */}}
|
||||||
|
@@ -73,7 +73,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<div class="border-start border-end border-bottom mb-3">
|
<div class="border-start border-end border-bottom mb-3">
|
||||||
<div class="collapse multi-{{ $id }}{{ if $args.show }} show{{ end }} syntax-highlight" id="body-{{ $id }}">
|
<div class="collapse multi-{{ $id }}{{ if $args.show }} show{{ end }} syntax-highlight" id="body-{{ $id }}">
|
||||||
{{- highlight (trim $content "\r\n") $lang $args.options -}}
|
{{- highlight (trim $content "\r\n") $lang (or $args.highlightOptions $args.options) -}}
|
||||||
</div>
|
</div>
|
||||||
<div class="collapse multi-{{ $id }}{{ if not $args.show }} show{{ end }} p-3" id="footer-{{ $id }}">
|
<div class="collapse multi-{{ $id }}{{ if not $args.show }} show{{ end }} p-3" id="footer-{{ $id }}">
|
||||||
<a class="nav-link active"
|
<a class="nav-link active"
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
{{- partial "single/thumbnail.html" (dict "page" . "wrapper" "mb-5") -}}
|
{{- partial "page/thumbnail.html" (dict "page" . "wrapper" "mb-5") -}}
|
||||||
|
|
||||||
{{ partial "utilities/ProcessContent" (dict "page" .Page "raw" .RawContent) }}
|
{{ partial "utilities/ProcessContent" (dict "page" .Page "raw" .RawContent) }}
|
||||||
|
@@ -27,9 +27,10 @@
|
|||||||
{{ if .Date }}
|
{{ if .Date }}
|
||||||
{{ $lastmodstr := (partial "utilities/date.html" (dict "date" .Lastmod "format" "long")) -}}
|
{{ $lastmodstr := (partial "utilities/date.html" (dict "date" .Lastmod "format" "long")) -}}
|
||||||
{{ $datestr := (partial "utilities/date.html" (dict "date" .Date "format" "long")) -}}
|
{{ $datestr := (partial "utilities/date.html" (dict "date" .Date "format" "long")) -}}
|
||||||
{{ $datestr | i18n "postedOnDate" -}}
|
{{ if gt .Lastmod .Date }}
|
||||||
{{ if eq $metadata "full" }}
|
{{ $lastmodstr | i18n "lastModified" }}
|
||||||
{{ if ne $datestr $lastmodstr -}} ({{ $lastmodstr | i18n "lastModified" }}){{ end }}
|
{{ else }}
|
||||||
|
{{ $datestr | i18n "postedOnDate" -}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
•
|
•
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{{ define "main" -}}
|
{{ define "main" -}}
|
||||||
{{- $breakpoint := $.Scratch.Get "breakpoint" -}}
|
{{- $breakpoint := $.Scratch.Get "breakpoint" -}}
|
||||||
{{- $sidebar := partial "body/sidebar" . -}}
|
{{- $sidebar := partial "page/sidebar" . -}}
|
||||||
{{- $toc := partial "body/panel-toc" . -}}
|
{{- $toc := partial "page/panel-toc" . -}}
|
||||||
|
|
||||||
{{ with $sidebar }}
|
{{ with $sidebar }}
|
||||||
<div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvass-sidebar" aria-labelledby="offcanvas-label">
|
<div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvass-sidebar" aria-labelledby="offcanvas-label">
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@gethinode/hinode",
|
"name": "@gethinode/hinode",
|
||||||
"version": "1.0.0-beta2",
|
"version": "1.0.0-beta4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@gethinode/hinode",
|
"name": "@gethinode/hinode",
|
||||||
"version": "1.0.0-beta2",
|
"version": "1.0.0-beta4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fullhuman/postcss-purgecss": "^7.0.2",
|
"@fullhuman/postcss-purgecss": "^7.0.2",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gethinode/hinode",
|
"name": "@gethinode/hinode",
|
||||||
"version": "1.0.0-beta2",
|
"version": "1.0.0-beta4",
|
||||||
"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",
|
||||||
|
Reference in New Issue
Block a user