Go to file
Kyle Gordy 5dfc478e1c Add data file for technology list, update with real info/icons, fixes #5 2019-11-23 16:09:48 -05:00
_data Add data file for technology list, update with real info/icons, fixes #5 2019-11-23 16:09:48 -05:00
_includes Add navigation data file to simplify link output/ordering 2019-11-22 19:52:33 -05:00
_layouts Display the authors full name if available, otherwise gracefully degrade 2019-11-23 11:06:22 -08:00
_posts Add another missed post 2019-11-23 11:24:17 -08:00
assets Add data file for technology list, update with real info/icons, fixes #5 2019-11-23 16:09:48 -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
README.md Add local dev instructions 2019-10-22 10:42:45 -04:00
_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 Add data file for technology list, update with real info/icons, fixes #5 2019-11-23 16:09:48 -05:00
favicon.ico Add favicon 2019-11-12 11:14:21 -05:00
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