Skip to content

the-mason-jar/www-the-mason-jar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powered by DocPad

A static front-end to the primary recipe repo. If you're looking at this and want to submit your own cocktails or infusions, go there.

To get running locally (beta)

  1. Install the latest version of DocPad
  2. Clone this repo
  3. Run docpad update
  4. Go into the primary recipe repo submodule directory cd src/documents/the-mason-jar
  5. Run git submodule init
  6. Run git submodule update
  7. Do a git pull origin master to get the latest

To build the site to pull in new changes in the primary recipe repo:

  1. Commit any changes to the primary repo and push them up to Github
  2. Go into the primary recipe repo submodule directory cd src/documents/the-mason-jar
  3. Pull primary recipes repo git pull origin master
  4. Run git submodule update
  5. Head back up to the root directory cd ../../../
  6. Run docpad build or, if that doesn't work docpad run
  7. Add and commit the changes git add then git commit -am
  8. Add Heroku as a remote git remote add heroku git@heroku.com:www-the-mason-jar.git
  9. Push to Github git push origin master
  10. Push to Heroku git push heroku master

How to handle a tricky merge:

  1. The "out" folder will usually have conflicts you'll need to merge manually
  2. Take care of any conflicts in the /src folder
  3. Run docpad build or, if that doesn't work docpad run
  4. Add and commit the changes git add then git commit -am
  5. Should be good to go

About

A front-end to the primary repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published