Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

garfieldnate/old_personal_site_octopress

Repository files navigation

#Nate's Blog

Uses Octopress 3. See docs here:

https://github.com/octopress/octopress

##Setup

  • Install Ruby
  • Install Bundler
  • run bundler in the project directory

##Running Octopress/Jekyl Commands

Octopress commands are listed here and Jekyll commands are listed here. Run the commands with bundle like so:

bundle exec octopress [command]
bundle exec jekyll [command]

##Deploying:

bundle exec jekyll build
bundle exec octopress deploy