Skip to content

jnagy1/EmorySciComp

 
 

Repository files navigation

EmorySciComp

This repository holds the content for Emory's Scientific Computing Group Website

From the content here, the website is generated using hugo.

Quick overview

The structure of this repository is close the general guidelines of a hugo website.

  1. static/img holds the image data (please make sure to reduce the file size as much as possible before adding images here)
  2. layouts contains some HTML code to control the general appearance of the site.
  3. contents contains markup files that have the actual content in them. This folder is broken down into several subfolders corresponding to the different pages on our website.
  4. archetypes you probably don't want to edit this.

How to edit a page?

Let's assume you want to fix a typo, update your name, add a talk, or contribute a description of your new project to the website. All these things happen mostly in the content folder. You have two options to do edits.

  1. Log-in with your github account, navigate in your browser to the file you want to edit and do the changes online. Most likely you will not have push-access to the repository but you should add a pull-request. Your changes will then be merged and updated on the website with some delay.
  2. For major changes, it may be best to work locally and do some testing in between. Best way is to fork this repository, clone it to your machine and work on the changes. When you are done, push to your fork and add a pull-request here.

Requirements

You will need to use your Github account to do any changes.

To work and test the website locally, you must have hugo installed.

Permissions

If you need permission for direct write-access, contact me at [email protected].

Acknowledgements

I am very grateful to Blair Rossetti, who helped set up this website.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%