ticidesign / equalpay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:CSS 88.4%Language:HTML 7.3%Language:JavaScript 3.1%Language:Ruby 1.2%