Important
This repo contains the source code for the old GeyserMC blog website, which has since been integrated into the main website repo.
The official GeyserMC blog!
This site is created using Jekyll with the default Minima theme.
- Install Jekyll and Bundler
- Clone the repo:
git clone https://github.com/GeyserMC/GeyserBlog
- Run
cd GeyserBlog
- Run
bundle install
to install the dependencies - 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.