mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-16 06:23:11 +00:00
Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
df9bc9ed6c | ||
![]() |
69338b4abf | ||
![]() |
c206054dc8 | ||
![]() |
a2bcba5916 | ||
![]() |
788b68f6bc | ||
![]() |
73697f43aa | ||
![]() |
3bef9579b4 | ||
![]() |
d18f0469fc |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
/_vendor
|
_vendor/
|
||||||
public/
|
public/
|
||||||
resources/
|
resources/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
@@ -147,19 +147,19 @@ $utilities: map-merge(
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main-cover {
|
.main-cover {
|
||||||
height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(xxl) {
|
@include media-breakpoint-up(xxl) {
|
||||||
.main-cover {
|
.main-cover {
|
||||||
height: calc(min(100vh, 1000px));
|
min-height: calc(min(100vh, 1000px));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* stylelint-disable media-feature-range-notation */
|
/* stylelint-disable media-feature-range-notation */
|
||||||
@media (min-height: 1400px) {
|
@media (min-height: 1400px) {
|
||||||
.main-cover {
|
.main-cover {
|
||||||
height: calc(min(100vh, 1000px));
|
min-height: calc(min(100vh, 1000px));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* stylelint-enable media-feature-range-notation */
|
/* stylelint-enable media-feature-range-notation */
|
||||||
|
@@ -22,6 +22,8 @@ reference = "More Projects"
|
|||||||
languageName = "Nederlands"
|
languageName = "Nederlands"
|
||||||
contentDir = "content/nl"
|
contentDir = "content/nl"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
[nl.params.opengraph]
|
||||||
|
locale = "nl_NL"
|
||||||
[nl.params.head]
|
[nl.params.head]
|
||||||
tagline = "Een Hugo Thema"
|
tagline = "Een Hugo Thema"
|
||||||
[nl.params.social]
|
[nl.params.social]
|
||||||
@@ -39,6 +41,8 @@ reference = "Meer projecten"
|
|||||||
languageName = "Français"
|
languageName = "Français"
|
||||||
contentDir = "content/fr"
|
contentDir = "content/fr"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
[fr.params.opengraph]
|
||||||
|
locale = "fr_FR"
|
||||||
[fr.params.head]
|
[fr.params.head]
|
||||||
tagline = "Un thème Hugo"
|
tagline = "Un thème Hugo"
|
||||||
[fr.params.social]
|
[fr.params.social]
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@gethinode/hinode",
|
"name": "@gethinode/hinode",
|
||||||
"version": "0.24.19",
|
"version": "0.24.20",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@gethinode/hinode",
|
"name": "@gethinode/hinode",
|
||||||
"version": "0.24.19",
|
"version": "0.24.20",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fullhuman/postcss-purgecss": "^6.0.0",
|
"@fullhuman/postcss-purgecss": "^6.0.0",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gethinode/hinode",
|
"name": "@gethinode/hinode",
|
||||||
"version": "0.24.19",
|
"version": "0.24.20",
|
||||||
"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