Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

401 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build GitHub last commit GitHub commit activity Discord

Site of @remarkablegames. Built with Jekyll and hosted on GitHub Pages.

Join the Discord!

Prerequisites

Ruby:

ruby --version

If your version is behind, you can either install ruby with rbenv or RVM.

rbenv

Install and set up rbenv on macOS:

brew install rbenv
rbenv init

Reload or open a new shell:

source ~/.zshrc

Install Ruby:

rbenv install
rbenv local

Bundler:

gem install bundler
bundler --version

Update bundler:

bundle update --bundler

Installation

Clone repository:

git clone https://github.com/remarkablegames/remarkablegames.github.io.git
cd remarkablegames.github.io

Install the dependencies:

bundle install

Update

Update dependencies:

git checkout master
git pull
bundle update

Run

Development Server

bundle exec jekyll serve --livereload # --incremental --limit_posts 1

The server will be running at http://127.0.0.1:4000/:

open http://127.0.0.1:4000/

Press CTRL-C to stop the server.

Production Build

bundle exec jekyll build

The site will be generated at ./_site/.

Testing

Use HTMLProofer to validate HTML output (see post):

bundle exec jekyll build
bundle exec htmlproofer _site

Support

License

Copyright © remarkablegames

Releases

Sponsor this project

Packages

Used by

Contributors

Languages