Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 152 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 152 Bytes

Cheatsheet

# Run Jekyll server locally
bundle exec jekyll serve --drafts  --livereload

# Build for publishing
bundle exec jekyll build