Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geysermc/geyserblog
GeyserMC Blog.
https://github.com/geysermc/geyserblog
blog geyser jekyll
Last synced: 28 days ago
JSON representation
GeyserMC Blog.
- Host: GitHub
- URL: https://github.com/geysermc/geyserblog
- Owner: GeyserMC
- Created: 2021-12-01T01:22:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T08:39:01.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:48:11.935Z (10 months ago)
- Topics: blog, geyser, jekyll
- Language: HTML
- Homepage: https://blog.geysermc.org
- Size: 5.97 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.