Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

rbctee/rbctee.github.io

Repository files navigation

Blog

Serving

bundle exec jekyll serve --watch --drafts

GitHub Pages

To build for GitHub pages (when using custom plugins):

# install jgd
sudo gem install jgd

# build and push remotely
# the argument `-n` specifies to jgd to use bundle when building the pages
jgd -n

P.S. You have to serve the content from the branch gh-pages. Moreover, before using jgd, make sure you committed the files.