Go to file
Kyle Gordy c1ba8db55b Add pagination component 2019-11-25 09:53:06 -05:00
_data Title case team names, add core platform and web job recommendations, bump up recommendation limit to 4 2019-11-24 18:35:56 -05:00
_includes Add pagination component 2019-11-25 09:53:06 -05:00
_layouts Assign post hero colors based of the post team / more post typography tweaks 2019-11-24 23:33:58 -05:00
_posts Add featured post hero component 2019-11-24 22:59:45 -05:00
assets Add pagination component 2019-11-25 09:53:06 -05:00
blog Add pagination component 2019-11-25 09:53:06 -05:00
.gitignore Add support for author metadata to be included in the post page 2019-11-22 06:37:18 -08:00
404.html Fix 404 return home link 2019-11-23 00:59:15 -05:00
CNAME Create CNAME 2019-10-22 16:56:15 -07:00
Gemfile Configure proper syntax highlighting to support new backdated blog posts 2019-11-22 07:07:13 -08:00
Gemfile.lock Configure proper syntax highlighting to support new backdated blog posts 2019-11-22 07:07:13 -08: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 Add pagination component 2019-11-25 09:53:06 -05:00
careers.html Style jobs noscript text 2019-11-24 16:45:19 -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 Split project list into a partial to use on multiple pages 2019-11-21 20:34:01 -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