GitXplorerGitXplorer
M

michael0x2a-website

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d4ad3969c096c998385a17d0e2aec32b700027f9

Update 'current projects/focuses' section

MMichael0x2a committed 9 years ago
Unverified
dab63830b69586bcd4a075274d87808d203ccb76

Fix bugs in turtle page

MMichael0x2a committed 9 years ago
Unverified
9f58d86dc8c2f2bd9665d692f556c9230902c24d

Update to Jekyll 3

MMichael0x2a committed 9 years ago
Unverified
51275b8d63e04b97a5079af52ed0a783bbde2129

Make phrasing tweaks to some old posts

MMichael0x2a committed 9 years ago
Unverified
ad93c6530531bcb15d954ec9e684b859b14a0735

Add info on other sites I participate on

MMichael0x2a committed 9 years ago
Unverified
12aae00f4d3c76de8a7e5f613724c2a8664e6cfc

Update projects and contact info

MMichael0x2a committed 9 years ago

README

The README file for this repository.

Michael0x2a - Readme

Build instructions

You must have both Ruby and Node installed. Be sure to install Ruby 2.x (64-bit) using RubyInstaller if you're using Windows.

Run the following inside the michael0x2a-website folder to install dependencies:

gem install bundle
npm install bower

bundle install
bower install 
npm install

To develop locally, run and visit localhost:9000:

grunt serve 

Note that no minification or size optimizations will occur. To fully build a production-ready site, run:

grunt build

...and deploy the contents of the dist folder. If you want to view the production code on localhost, run:

grunt serve:dist

Running this command will first run grunt build then serve the contents of the dist folder at localhost:9000.