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.
- Install the latest version of DocPad
- Clone this repo
- Run
docpad update
- Go into the primary recipe repo submodule directory
cd src/documents/the-mason-jar
- Run
git submodule init
- Run
git submodule update
- Do a
git pull origin master
to get the latest
To build the site to pull in new changes in the primary recipe repo:
- Commit any changes to the primary repo and push them up to Github
- Go into the primary recipe repo submodule directory
cd src/documents/the-mason-jar
- Pull primary recipes repo
git pull origin master
- Run
git submodule update
- Head back up to the root directory
cd ../../../
- Run
docpad build
or, if that doesn't workdocpad run
- Add and commit the changes
git add
thengit commit -am
- Add Heroku as a remote
git remote add heroku git@heroku.com:www-the-mason-jar.git
- Push to Github
git push origin master
- Push to Heroku
git push heroku master
- The "out" folder will usually have conflicts you'll need to merge manually
- Take care of any conflicts in the /src folder
- Run
docpad build
or, if that doesn't workdocpad run
- Add and commit the changes
git add
thengit commit -am
- Should be good to go