Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

GeyserMC/GeyserBlog

Repository files navigation

Important

Deprecation warning

This repo contains the source code for the old GeyserMC blog website, which has since been integrated into the main website repo.

GeyserBlog

The official GeyserMC blog!

Running Locally

This site is created using Jekyll with the default Minima theme.

  1. Install Jekyll and Bundler
  2. Clone the repo: git clone https://github.com/GeyserMC/GeyserBlog
  3. Run cd GeyserBlog
  4. Run bundle install to install the dependencies
  5. To start the server, run bundle exec jekyll serve

Please note that support will not be provided for running the site locally, there are many Jekyll tutorials available online.