mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-16 14:33:10 +00:00
Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
edc30ad0cd | ||
![]() |
b9780c5515 | ||
![]() |
9bb6578c61 | ||
![]() |
f360bbf3c6 | ||
![]() |
b749367999 | ||
![]() |
4bcb83a1a4 | ||
![]() |
97e6ec8f99 | ||
![]() |
023e552157 |
1
.github/workflows/mod-update.yml
vendored
1
.github/workflows/mod-update.yml
vendored
@@ -5,6 +5,7 @@ on:
|
|||||||
- cron: '0 3 * * *' # run daily at 03:00 AM
|
- cron: '0 3 * * *' # run daily at 03:00 AM
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@@ -1,7 +1,8 @@
|
|||||||
<!--
|
<!--
|
||||||
Displays a Bootstrap card that links to a page. Any inner text is used as description The shortcode supports the
|
Displays a Bootstrap card that links to a page. Any inner text is used as description The shortcode supports the
|
||||||
following arguments:
|
following arguments:
|
||||||
"path" Optional path of the page.
|
"path" Optional path of the page. If omitted, specify the title, icon, thumbnail, and body as needed.
|
||||||
|
"title" Optional title of the card.
|
||||||
"class" Optional class attribute of the card element, e.g. “w-50”.
|
"class" Optional class attribute of the card element, e.g. “w-50”.
|
||||||
"color" Optional theme color of the card, either "primary", "secondary", "success", "danger",
|
"color" Optional theme color of the card, either "primary", "secondary", "success", "danger",
|
||||||
"warning", "info", "light", "dark", "white", "black", "body", or "body-tertiary". By default, no
|
"warning", "info", "light", "dark", "white", "black", "body", or "body-tertiary". By default, no
|
||||||
@@ -79,7 +80,7 @@
|
|||||||
{{ $error = true -}}
|
{{ $error = true -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
{{ $description := .Inner }}
|
{{ $description := trim .Inner " \r\n" | .Page.RenderString | safeHTML }}
|
||||||
{{ $title := .Get "title" }}
|
{{ $title := .Get "title" }}
|
||||||
{{ $icon := .Get "icon" }}
|
{{ $icon := .Get "icon" }}
|
||||||
{{ $thumbnail := .Get "thumbnail" }}
|
{{ $thumbnail := .Get "thumbnail" }}
|
||||||
|
8271
package-lock.json
generated
8271
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gethinode/hinode",
|
"name": "@gethinode/hinode",
|
||||||
"version": "0.18.6",
|
"version": "0.18.7",
|
||||||
"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",
|
||||||
@@ -86,6 +86,9 @@
|
|||||||
"stylelint": "^15.10.3",
|
"stylelint": "^15.10.3",
|
||||||
"stylelint-config-standard-scss": "^10.0.0"
|
"stylelint-config-standard-scss": "^10.0.0"
|
||||||
},
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"fsevents": "^2.3.3"
|
||||||
|
},
|
||||||
"hugo-bin": {
|
"hugo-bin": {
|
||||||
"buildTags": "extended"
|
"buildTags": "extended"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user