/jse

Course Site for Evening Javascript Class at Portland Code School

Primary LanguageJavaScript

jse

Course Site for Evening Javascript Class at Portland Code School

Installation

Development

  • Jekyll Development Commands
    • prefix commands with bundle exec
      • Example: bundle exec jekyll server --watch
    • besides the need to prefix with bundle exec, you can rely upon Jekyll documentation
  • There is no need to edit anything in _site folder. You may want to view files in that folder from time to time if you are not sure if your development files rendered. Other than that, it is simply some output that Jekyll creates.