Go to file
Kyle Gordy 257761c7ea Make visibility utility classes more robust, fix max-width calculation bug 2019-11-24 12:21:59 -05:00
_data Restructure the careers page and make the jobs listing dynamic 2019-11-23 14:08:47 -08:00
_includes Make visibility utility classes more robust, fix max-width calculation bug 2019-11-24 12:21:59 -05:00
_layouts Merge pull request #12 from scribd/dynamic-jobs-3 2019-11-23 16:26:27 -05:00
_posts Merge pull request #12 from scribd/dynamic-jobs-3 2019-11-23 16:26:27 -05:00
assets Make visibility utility classes more robust, fix max-width calculation bug 2019-11-24 12:21:59 -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
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
README.md
_config.yml Add post list component, change date format 2019-11-23 00:52:45 -05:00
blog.html Add basic post index layout 2019-11-23 15:09:48 -05:00
careers.html Restructure the careers page and make the jobs listing dynamic 2019-11-23 14:08:47 -08:00
favicon.ico
index.markdown
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