Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 173 Bytes

File metadata and controls

10 lines (9 loc) · 173 Bytes

Commands to work with jekyll

  • Setup a jekyll site, inside the root directory
jekyll new .
  • Start jekyll server to test website
bundle exec jekyll serve