Skip to content
Mike Meehan edited this page Jun 27, 2020 · 6 revisions

Welcome to the website wiki!

New to the lab? Just published an article? Congratulations! You probably want to show off to all your friends right? You came to the right place.

The purpose of this Wiki is to briefly describe how to add new content and modify the website. We assume some prior knowledge of how Github works (Introduction to GitHub is an introductory course to help you with that) and basic terminal usage.

We follow the convention of forking the repository, modifying your source code, then submitting a pull request where other members of the lab can inspect your new content. Check Configuring your Github account wiki page to help you with this procedure.

After you cloned the forked repository to your computer, you can follow steps on Building the website locally wiki page get the website running locally using hugo server.

Finally, the reason you are here is adding new content to the website. You can find a thorough tutorial on how to do it on Adding new content wiki page.

For more advanced modification of the website see Modifying the website format. See Hugo Academic docs for a thorough description of all functionality.

After all of the changes are done and you satisfied with how the website looks on your local machine, submit your Pull Request (see Configuring your Github account wiki page again) to have additional pair of eyes to look at your changes to catch any typos or errors before merging it.

Clone this wiki locally