Procedure

Procédure - Mon site

Installation

The following steps are here to help you initialize your new website. If you don’t know Hugo at all, we strongly suggest you learn more about it by following this great documentation for beginners.

a. Create Your Project

Install hugo : sudo apt-get install hugo

Hugo provides a new command to create a new website:

hugo new site my_website cd my_website

b. Install the Theme

The theme’s repository is: https://github.com/lxndrblz/anatole.git

You can download the latest release 📚 .zip file of the theme and extract it in the themes directory.

Alternatively, clone this repository to the themes directory:

git clone https://github.com/lxndrblz/anatole.git themes/anatole

Or, create an empty git repository and make this repository a submodule of your site directory:

git init git submodule add https://github.com/lxndrblz/anatole.git themes/anatole

Lien du template utilisé :

https://github.com/lxndrblz/anatole

Doc d’utilisation du template :

https://github.com/lxndrblz/anatole/wiki/1️⃣-Essential-Steps

WinSCP : pour la connexion à ovh

Je me connecte avec les identifiants ci-dessous puis change le répertoire public du projet.

IDE : VSCODE

J’utilise vscode pour modifier le code mon site qui se trouve dans se répertoire \wsl$\Ubuntu\home\calvin\calvin

Windows terminal :

Pour les commandes sous linux, il faut tous les éxécuter dans le répertoire calvin. Lancer le server en local : hugo server -t anatole Build le site (Dossier public) : hugo -t anatole