Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 647 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 647 Bytes

My blog. Built with Jekyll.

Dependencies

  1. Ruby - mac users already have ruby installed.
  2. Jekyll - $ gem install jekyll
  3. Sass - $ gem install sass
  4. NodeJS - use the installer.

Local Installation

  1. Clone this repo, or download it into a directory of your choice.
  2. Inside the directory, run npm install.

Usage

Type npm run to see the list of build scripts available.

As this is just a Jekyll project, you can use any of the commands listed in their docs