Go to file
Kyle Gordy 03ab9c4b31 First pass at styling blog posts 2019-11-24 14:37:49 -05:00
_data Restructure the careers page and make the jobs listing dynamic 2019-11-23 14:08:47 -08:00
_includes First pass at styling blog posts 2019-11-24 14:37:49 -05:00
_layouts First pass at styling blog posts 2019-11-24 14:37:49 -05:00
_posts Merge pull request #12 from scribd/dynamic-jobs-3 2019-11-23 16:26:27 -05:00
assets First pass at styling blog posts 2019-11-24 14:37:49 -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 First pass at styling blog posts 2019-11-24 14:37:49 -05:00
careers.html Remove WIP "our structure" section, tweak job list design 2019-11-24 13:03:04 -05:00
favicon.ico
index.markdown
projects.html

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