Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.
Kevin Cazelles edited this page Apr 10, 2019 · 4 revisions

Welcome to the McCannLab.github.io wiki!

2. edit the content locally

Once the repository cloned and Hugo installed, open a terminal and use:

hugo server

This will return a message, something like:

Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)

Uou can copy paste http://localhost:1313/ is your web browser. The command hugo server start a watcher, so basically each time you change the content, it will update the local website.

  1. add your change on the online website

Once the content edited git push! Be careful, start by git pull to make sure you have the latest version of the code.

  1. Notes:

Sometime, an update of the theme will be needed:

git submodule update --init --recursive  

Clone this wiki locally