No description
  • HTML 67%
  • JavaScript 25.4%
  • CSS 7.5%
  • Batchfile 0.1%
Find a file
2014-05-06 08:48:27 -06:00
.idea Added a videos section. 2014-05-06 08:48:27 -06:00
_includes Changing things up to be exigo related 2013-09-27 21:32:03 -06:00
_layouts Changing things up to be exigo related 2013-09-27 21:32:03 -06:00
_site Added a videos section. 2014-05-06 08:48:27 -06:00
css Updated look of header. More spacing. Translucent. 2014-04-22 10:57:34 -06:00
downloads Adding a few more details 2013-06-14 15:15:42 -06:00
img Header tweaks. 2014-04-22 11:47:44 -06:00
js Adding lightbox 2013-06-14 21:17:03 -06:00
video Adding videos for reports and deficiency cards 2013-12-10 21:08:16 -07:00
.deployment Adding deployment script 2013-06-14 12:09:58 -06:00
.DS_Store Added a screenshots section. 2014-05-06 08:39:55 -06:00
.gitignore Started cleaning. 2014-04-23 13:47:03 -06:00
deploy.cmd Fixing flag 2013-06-14 12:13:22 -06:00
favicon.ico Changing things up to be exigo related 2013-09-27 21:32:03 -06:00
index.html Changing things up to be exigo related 2013-09-27 21:32:03 -06:00
npm-debug.log Adding produce check sheet video 2013-12-09 22:02:52 -07:00
Readme.md Changing things up to be exigo related 2013-09-27 21:32:03 -06:00

This site is constructed with jekyll that github static site builder.

To build run

jekyll build

To do active development (site rebuilds automatically as the files change)

jekyll serve --watch

If you don't have jekyll then that's a quick gem install

sudo gem install jekyll