Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 199 Bytes

Jekyll.markdown

File metadata and controls

18 lines (12 loc) · 199 Bytes

Serve the page on a test server:

jekyll serve

Detailed build:

jekyll build --trace

Restrict your Ruby environment to the gems in the Gemfile:

bundle exec jekyll serve