mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-08 02:24:20 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2e1040b25b | ||
![]() |
c019703a30 | ||
![]() |
81a3be47a7 | ||
![]() |
e2c5c92e9b | ||
![]() |
791f318614 | ||
![]() |
7be58d48dc |
BIN
images/screenshot.png
Normal file
BIN
images/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 903 KiB |
BIN
images/tn.png
Normal file
BIN
images/tn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
1006
package-lock.json
generated
1006
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@markdumay/hugo-theme-hinode",
|
"name": "@markdumay/hugo-theme-hinode",
|
||||||
"version": "0.4.0",
|
"version": "0.4.2",
|
||||||
"description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
|
"description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@@ -44,15 +44,15 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/markdumay/hugo-theme-hinode#readme",
|
"homepage": "https://github.com/markdumay/hugo-theme-hinode#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fortawesome/fontawesome-free": "^6.0.0",
|
"@fortawesome/fontawesome-free": "^6.1.1",
|
||||||
"@fullhuman/postcss-purgecss": "^4.1.3",
|
"@fullhuman/postcss-purgecss": "^4.1.3",
|
||||||
"autoprefixer": "^10.4.2",
|
"autoprefixer": "^10.4.7",
|
||||||
"bootstrap": "^5.1.3",
|
"bootstrap": "^5.1.3",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^8.16.0",
|
||||||
"eslint-config-standard": "^16.0.3",
|
"eslint-config-standard": "^17.0.0",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "^2.26.0",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-n": "^15.2.0",
|
||||||
"eslint-plugin-promise": "^5.2.0",
|
"eslint-plugin-promise": "^6.0.0",
|
||||||
"exec-bin": "^1.0.0",
|
"exec-bin": "^1.0.0",
|
||||||
"flexsearch": "^0.7.21",
|
"flexsearch": "^0.7.21",
|
||||||
"hugo-installer": "^3.1.0",
|
"hugo-installer": "^3.1.0",
|
||||||
@@ -60,10 +60,10 @@
|
|||||||
"postcss-cli": "^9.1.0",
|
"postcss-cli": "^9.1.0",
|
||||||
"purgecss-whitelister": "^2.4.0",
|
"purgecss-whitelister": "^2.4.0",
|
||||||
"shx": "^0.3.4",
|
"shx": "^0.3.4",
|
||||||
"stylelint": "^14.6.1",
|
"stylelint": "^14.8.3",
|
||||||
"stylelint-config-standard-scss": "^3.0.0"
|
"stylelint-config-standard-scss": "^3.0.0"
|
||||||
},
|
},
|
||||||
"otherDependencies": {
|
"otherDependencies": {
|
||||||
"hugo": "0.97.0"
|
"hugo": "0.99.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
name = "Hinode"
|
name = "Hinode"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/markdumay/hugo-theme-hinode/blob/main/LICENSE"
|
licenselink = "https://github.com/markdumay/hugo-theme-hinode/blob/main/LICENSE"
|
||||||
description = "Hinode is a clean blog theme for Hugo, an open-source static site generator."
|
description = "A clean blog theme for your Hugo site based on Bootstrap 5."
|
||||||
homepage = "https://github.com/markdumay/hugo-theme-hinode"
|
homepage = "https://github.com/markdumay/hugo-theme-hinode"
|
||||||
demosite = "https://hinode-demo.markdumay.org/"
|
demosite = "https://hinode-demo.markdumay.org/"
|
||||||
tags = ["blog", "minimal", "modern", "customizable", "search", "bootstrap"]
|
tags = ["blog", "minimal", "modern", "customizable", "search", "bootstrap"]
|
||||||
|
Reference in New Issue
Block a user