Skip to content

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

License

Notifications You must be signed in to change notification settings

ParchmentMC/Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

814c6f9 · Apr 19, 2025

History

71 Commits
Nov 13, 2024
Dec 18, 2021
Aug 10, 2022
Nov 6, 2022
Nov 6, 2022
Nov 13, 2024
Apr 19, 2025
Nov 6, 2022
Jun 18, 2022
Apr 24, 2021
Nov 13, 2024
Apr 13, 2024
Apr 24, 2021
Nov 6, 2022
Apr 13, 2024
Nov 6, 2022
Dec 18, 2021
Nov 6, 2022
Nov 6, 2022
Nov 6, 2022

Repository files navigation

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