Go to file
Kyle Gordy 7b9eda4245 Add favicon 2019-11-12 11:14:21 -05:00
_includes Setup SASS structure, add base color variables and normalize styles 2019-10-30 11:45:52 -04:00
_layouts Add empty home, blog, projects and careers pages 2019-11-10 22:21:20 -05:00
_posts Base Jekyll install 2019-10-22 10:36:16 -04:00
assets Setup SASS structure, add base color variables and normalize styles 2019-10-30 11:45:52 -04:00
.gitignore Base Jekyll install 2019-10-22 10:36:16 -04:00
404.html Base Jekyll install 2019-10-22 10:36:16 -04:00
CNAME Create CNAME 2019-10-22 16:56:15 -07:00
Gemfile Remove default Minima theme 2019-10-29 20:59:55 -04:00
Gemfile.lock Remove default Minima theme 2019-10-29 20:59:55 -04:00
LICENSE Initial commit 2019-09-09 15:48:17 -07:00
README.md Add local dev instructions 2019-10-22 10:42:45 -04:00
_config.yml Setup SASS structure, add base color variables and normalize styles 2019-10-30 11:45:52 -04:00
blog.html Add empty home, blog, projects and careers pages 2019-11-10 22:21:20 -05:00
careers.html Add empty home, blog, projects and careers pages 2019-11-10 22:21:20 -05:00
favicon.ico Add favicon 2019-11-12 11:14:21 -05:00
index.markdown Base Jekyll install 2019-10-22 10:36:16 -04:00
projects.html Add empty home, blog, projects and careers pages 2019-11-10 22:21:20 -05:00

README.md

scribd.github.io

Core Dependencies

Installation

Have Bundler resolve the Ruby dependencies.

$ bundle install

Run Jekyll to build the website.

$ bundle exec jekyll serve