Source code to deploy my github main page. Base on Hugo wensite generator.
You can download the theme manually by going to https://github.com/rhazdon/hugo-theme-hello-friend-ng.git and pasting it to themes/hello-friend-ng
in your root directory.
You can also clone it directly to your Hugo folder:
$ git clone https://github.com/rhazdon/hugo-theme-hello-friend-ng.git themes/hello-friend-ng
If you don't want to make any radical changes, it's the best option, because you can get new updates when they are available. To do so, include it as a git submodule:
$ git submodule add https://github.com/rhazdon/hugo-theme-hello-friend-ng.git themes/hello-friend-ng
To deploy the website locally (localhost:1313) use :
$ hugo server
To publish static files of the website on public directory, use:
$ hugo
Philippe scorsolini : https://github.com/phisco/phisco_dev
Djordje Atlialp : https://github.com/rhazdon/hugo-theme-hello-friend-ng