Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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
2 changes: 1 addition & 1 deletion content/en/docs/0.9/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Start a new Hinode project in three steps:

1. **Create a new site**

Hinode is available as a [template]({{< param "links.repository_template" >}}), and a [main theme]({{< param "links.repository" >}}). The ctemplate uses [npm]({{< param "links.npm" >}}) to link to the latest available version of Hinode. Unless you plan to customize a lot, it is recommended to use the template:
Hinode is available as a [template]({{< param "links.repository_template" >}}), and a [main theme]({{< param "links.repository" >}}). The template uses [npm]({{< param "links.npm" >}}) to link to the latest available version of Hinode. Unless you plan to customize a lot, it is recommended to use the template:

{{< command >}}
git clone https://github.com/gethinode/template.git my-hinode-site && cd my-hinode-site
Expand Down