Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
hinode_demo = "https://demo.gethinode.com/"
hinode_fr = "https://demo.gethinode.com/fr/"
hinode_release_v0_22_0 = "https://github.com/gethinode/hinode/releases/tag/v0.22.0-beta7"
hinode_customization_demo = "https://customization-demo.gethinode.com/"
hinode_version_demo = "https://version-demo.gethinode.com/"
html_codeguide = "https://codeguide.co/#html"
hugo = "https://gohugo.io"
Expand Down
2 changes: 1 addition & 1 deletion content/en/guides/custom-appearance/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ thumbnail:
Hinode is a Hugo theme focused on blogs and documentation sites. Using the flexibility of Hugo's templates, you can adapt the layout to your needs and liking. In this guide, we will first customize the homepage using the predefined configuration options. Next, we will replace the grid layout with a custom layout that displays a simple list of articles. Finally, we will customize the header of the single page layout by adding an author name.

> [!NOTE]
> A full-working example of this guide is available on {{< link repository_versioning >}}GitHub{{< /link >}}. Visit {{< link hinode_version_demo />}} for a live demo.
> A full-working example of this guide is available on {{< link repository_versioning >}}GitHub{{< /link >}}. Visit {{< link hinode_customization_demo />}} for a live demo.

## Step 1 - Preparing the basic content

Expand Down