-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
NB: if you do no intend to build the website locally, you can skip this part.
This website is built with Hugo, and thus requires its installation to build the website locally. The documentation about this is very clear and I (@KevCaz) strongly recommend the use of a package manager, e.g chocolatey on Windows, brew on MacOS, apt-get
on Debian/Ubuntu, pacman
on ArcLinux, etc.
You can clone this repository as any other repository:
git clone https://github.com/McCannLab/McCannLab.github.io.git
But if you intend to rebuild the website locally then you need to include the submodules using the --recurse-submodules
option:
git clone --recurse-submodules https://github.com/McCannLab/McCannLab.github.io.git
When you clone this repository with GitKraken, you will be aseked whether or not you want to initialize submodules. If you want to build the website, you must answer 'yes'. If it is the first time you've heard about submodules, you should better check out this section of GitKraken documentation out.
Sometimes, an update of the theme will be needed:
git submodule update --init --recursive