/parchment-website

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

Primary LanguageCSSMIT LicenseMIT

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).