Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 430 Bytes

File metadata and controls

21 lines (16 loc) · 430 Bytes

This website is using Jekyll https://jekyllrb.com/

Install Jekyll

Setting up your dev environment

  • $ gem install jekyll -g

Project structure

destination: public (final code) source: src

Final code will be in the public/ folder Configuration files will be in the project root

Run project locally

  • $ bundle exec jekyll serve
  • $ jekyll serve --host=192.168.140.73

Build site

To build the site:

  • $ jekyll build