diff --git a/config/_default/params.toml b/config/_default/params.toml index 6ada704e..ab3ea840 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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" diff --git a/content/en/guides/custom-appearance/index.md b/content/en/guides/custom-appearance/index.md index e1ab67b5..bcf3f58d 100644 --- a/content/en/guides/custom-appearance/index.md +++ b/content/en/guides/custom-appearance/index.md @@ -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