Use Github template
Go to our Github template repository and click to use this template button then create a new repository.

Hugolify template on Github
Create a new repository

Create a new repository on Github
Clone repository localy
In your repository, click on code button and copy SSH git url.

Clone repository
Command
In your terminal and where you want to install the repository.
git clone git@github.com:hugolify/hugolify-template.git
Rename to your repository name
Module
/go.mod
module github.com/hugolify/hugolify-template
Package
/package.json
{
"name": "hugolify-www",
"version": "1.2.3",
"homepage": "https://www.hugolify.io",
"repository": "https://github.com/sebousan/hugolify-www",
"author": {
"name": "Sébastien Moulène",
"url": "https://www.sebastienmoulene.com/"
}
}
Install packages
With yarn
yarn
With npm
npm install