Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 788 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 788 Bytes

Website

Contains the webpage that is displayed at parchmentmc.net and parchmentmc.org

Usage

Installation

Install the Bundler and Jekyll gems by following the installation instructions at Jekyll.

Install the gems used by the website:

bundle install

Building

For building the site, run the following command and find the site files under the _site folder.

bundle exec jekyll build

Development

For site development, the following command builds and reloads the site on each change and serves the site through a local webserver.

bundle exec jekyll serve --livereload

Note that changes to the _config.yml file requires a full restart of Jekyll (exit and rerun the above command).