Search
Search
Easy to install
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 on Github
In your repository, click on code button and copy SSH git url.

Clone repository
In your terminal and where you want to install the repository.
git clone git@github.com:hugolify/hugolify-template.git
/go.mod
This part needs modify (use your repository name):
module github.com/hugolify/hugolify-template
/package.json
This part needs modify with your informations:
{
"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/"
}
}
With yarn
yarn
With npm
npm install