You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recommend 'bundle exec jekyll serve' for local preview
Bare jekyll runs against whatever gems are installed; bundle exec pins
to Gemfile.lock, the same versions GitHub Pages builds with. Also point
the front-matter step at _data/authors.yml so a new author's posts get a
byline.
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
0 commit comments