Skip to content

Commit

Permalink
Merge pull request #104 from gethinode/develop
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
markdumay authored May 11, 2023
2 parents a46b4d1 + 0e1ee57 commit 8bce022
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 29 deletions.
12 changes: 4 additions & 8 deletions config/_default/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
[en.params.head]
tagline = "A Hugo Theme"
[en.params.feature]
message = "Welcome to Hinode!"
tagline = "A clean documentation and blog theme for your Hugo site based on Bootstrap 5."
link = "/en/about"
link = "about"
caption = "About"
[en.params.footer]
license = "Licensed under Creative Commons (<a href='https://creativecommons.org/licenses/by-nc-sa/4.0/' class='link-secondary' target='_blank'>CC BY-NC-SA 4.0</a>)."
license = "Licensed under Creative Commons (<a href='https://creativecommons.org/licenses/by-nc-sa/4.0/' class='link-secondary' target='_blank' rel='noopener noreferrer'>CC BY-NC-SA 4.0</a>)."
socialTitle = "Follow me"
socialCaption = "I work on everything coding and tweet developer memes"

Expand All @@ -21,11 +19,9 @@
[nl.params.head]
tagline = "Een Hugo Thema"
[nl.params.feature]
message = "Welkom bij Hinode!"
tagline = "Een documentatie en blog thema voor Hugo gebaseerd op Bootstrap 5."
link = "/nl/over-mij"
link = "over-mij"
caption = "Over mij"
[nl.params.footer]
license = "Gelicenseerd onder Creative Commons (<a href='https://creativecommons.org/licenses/by-nc-sa/4.0/' class='link-secondary' target='_blank'>CC BY-NC-SA 4.0</a>)."
license = "Gelicenseerd onder Creative Commons (<a href='https://creativecommons.org/licenses/by-nc-sa/4.0/' class='link-secondary' target='_blank' rel='noopener noreferrer'>CC BY-NC-SA 4.0</a>)."
socialTitle = "Volg mij"
socialCaption = "Ik doe aan programmeren en tweet memes"
8 changes: 4 additions & 4 deletions config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

[[main]]
name = "Sample project"
url = "/en/projects/sample-project/"
url = "/projects/sample-project/"
parent = "Projects"
weight = 1

[[main]]
name = "Another project"
url = "/en/projects/another-project/"
url = "/projects/another-project/"
parent = "Projects"
weight = 2

Expand Down Expand Up @@ -60,12 +60,12 @@

[[sample]]
name = "Sample project"
url = "/en/projects/sample-project/"
url = "/projects/sample-project/"
parent = "Projects"
weight = 1

[[sample]]
name = "Another project"
url = "/en/projects/another-project/"
url = "/projects/another-project/"
parent = "Projects"
weight = 2
8 changes: 4 additions & 4 deletions config/_default/menus/menus.nl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

[[main]]
name = "Voorbeeldproject"
url = "/nl/projecten/voorbeeldproject/"
url = "/projecten/voorbeeldproject/"
parent = "Projecten"
weight = 1

[[main]]
name = "Ander project"
url = "/nl/projecten/ander-project/"
url = "/projecten/ander-project/"
parent = "Projecten"
weight = 2

Expand Down Expand Up @@ -60,12 +60,12 @@

[[sample]]
name = "Voorbeeldproject"
url = "/nl/projecten/voorbeeldproject/"
url = "/projecten/voorbeeldproject/"
parent = "Projecten"
weight = 1

[[sample]]
name = "Ander project"
url = "/nl/projecten/ander-project/"
url = "/projecten/ander-project/"
parent = "Projecten"
weight = 2
4 changes: 3 additions & 1 deletion content/en/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
author: Mark Dumay
title: A Clean Theme for Hugo
title: Welcome to Hinode!
---

A clean documentation and blog theme for your Hugo site based on Bootstrap 5.
5 changes: 4 additions & 1 deletion content/nl/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
author: "Hugo Authors"
author: Mark Dumay
title: Welkom bij Hinode!
---

Een documentatie en blog thema voor Hugo gebaseerd op Bootstrap 5.
1 change: 1 addition & 0 deletions content/nl/blog/bootstrap-elements.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
author: Mark Dumay
title: Bootstrap elementen
slug: "bootstrap-elementen"
date: 2023-02-17
description: Gebruik shortcodes om eenvoudig Bootstrap elementen toe te voegen.
tags: ["bootstrap", "shortcode"]
Expand Down
1 change: 1 addition & 0 deletions content/nl/blog/child.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
author: "Mark Dumay"
title: "Child Theme"
slug: "child-theme"
date: 2023-02-17
description: "Het Hinode child theme zorgt er voor dat je site gebruik maakt van de laatste Hinode versie."
tags: ["theme"]
Expand Down
1 change: 1 addition & 0 deletions content/nl/blog/first-post.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
author: Mark Dumay
title: Eerste artikel
slug: "eerste-artikel"
date: 2022-10-01
description: Dit is mijn eerste artikel.
tags: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/nl/blog/fourth-post.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
author: Mark Dumay
title: Vierde artikel
slug: "vierde-artikel"
date: 2023-01-01
description: Dit is mijn vierde artikel.
tags: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/nl/blog/second-post.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
author: Mark Dumay
title: Tweede artikel
slug: "tweede-artikel"
date: 2022-11-01
description: Dit is mijn tweede artikel.
tags: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/nl/blog/third-post.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
author: Mark Dumay
title: Derde artikel
slug: "derde-artikel"
date: 2022-12-01
description: Dit is mijn derde artikel.
tags: ["blog"]
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gethinode/child",
"version": "0.8.1",
"version": "0.8.2",
"description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@gethinode/hinode": "^0.12.9",
"@gethinode/hinode": "^0.12.11",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.0-alpha3",
"eslint": "^8.40.0",
Expand Down

0 comments on commit 8bce022

Please sign in to comment.