This repository was archived by the owner on Jul 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kevin Cazelles edited this page Apr 10, 2019
·
4 revisions
Welcome to the McCannLab.github.io wiki!
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.
- 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.
- Notes:
Sometime, an update of the theme will be needed:
git submodule update --init --recursive