Site of @remarkablegames. Built with Jekyll and hosted on GitHub Pages.
Join the Discord!
Ruby:
ruby --versionIf your version is behind, you can either install ruby with rbenv or RVM.
Install and set up rbenv on macOS:
brew install rbenv
rbenv initReload or open a new shell:
source ~/.zshrcInstall Ruby:
rbenv install
rbenv localgem install bundler
bundler --versionUpdate bundler:
bundle update --bundlerClone repository:
git clone https://github.com/remarkablegames/remarkablegames.github.io.git
cd remarkablegames.github.ioInstall the dependencies:
bundle installUpdate dependencies:
git checkout master
git pull
bundle updatebundle exec jekyll serve --livereload # --incremental --limit_posts 1The 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.
bundle exec jekyll buildThe site will be generated at ./_site/.
Use HTMLProofer to validate HTML output (see post):
bundle exec jekyll build
bundle exec htmlproofer _siteCopyright ยฉ remarkablegames