paulmolluzzo / personal-site

Static site built with Jekyll and compacted with Gulp.

Home Page:https://paul.molluzzo.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Site

Static site built with Jekyll and compacted with Gulp. Modeled after Compact.

Setup

You need ruby and bundler for the Jekyll stuff, node and npm for the Gulp stuff. You can use the LiveReload extension to auto-refresh your browser window if you're developing on the site.

Run bundle install and then npm install.

Use

  1. Build the site: npm run build
  2. Start the server: npm start

If you're developing on the site run npm run dev to start a server with guard that'll watch for changes to the source code and refresh the browser if you're running the Live Reload extension.

Test

  1. npm run test

© 2017 Paul Molluzzo

About

Static site built with Jekyll and compacted with Gulp.

https://paul.molluzzo.com/


Languages

Language:CSS 87.8%Language:HTML 6.4%Language:Ruby 3.1%Language:JavaScript 2.7%