Be sure to have both the jekyll
and jekyll-paginate
gem installed.
Then using your favorite terminal do:
$ git clone git@github.com:team-mayes/team-site.git
$ cd team-site
$ jekyll serve
To edit:
Edit the text in the "_pages" folder. Images go in the assets/img folder.
To publish:
$ jekyll build
The created site will be in _site. It can be moved to the server via scp or FileZilla.
This site is based on the Jackal Jekyll theme. Thanks to Clement Moron for creating it!