Skip to content

ISU-MolPhyl/EEOB563

Repository files navigation

EEOB 563 Course Website

This repository hosts the website for the graduate course "Molecular Phylogenetics". This is a static site built by Jekyll and based on the Millidocs Theme.

Editing and Building the Site

To edit this site, you must first clone this repository

git clone git@github.com:ISU-MolPhyl/EEOB563.git

Then, change directories to EEOB563.

cd EEOB563

To build the site, you must have Jekyll installed. If you have Jekyll, you can install the Millidocs bundle:

$ bundle

Or install it yourself as:

$ gem install millidocs

Now you should be able to serve the website on your local machine using Jekyll:

jekyll serve

This will generate the whole site so that you can view it on your own machine at http://127.0.0.1:4000/.

Now if you make changes, you will be able to preview them before pushing the source to the remote host on GitHub.

Directory Structure and Making Edits

Most of the files in the site directory determine the style and layout of the pages. This Jekyll theme only supports page, which are all composed in Markdown and should be located in the top directory.

About

Introduction to the theory and practice of phylogenetic analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published