Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geysermc/geyserblog

GeyserMC Blog.
https://github.com/geysermc/geyserblog

blog geyser jekyll

Last synced: 28 days ago
JSON representation

GeyserMC Blog.

Awesome Lists containing this project

README

        

> [!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](https://github.com/GeyserMC/GeyserWebsite/tree/master/blog).

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