Node/NPM is required to build this project.
- In the Github web UI, go into the
templates/
directory. - Select the template you'd like to edit.
- Select the pencil icon to edit the template.
- Edit the template as you see fit.
- Add a commit update at the bottom.
- Select "Create a new branch for this commit and start a pull request."
- Whoever is in charge of building that repo will be notified so that they can merge the pull request, build, and push the new build.
- In the Github web UI, go into the
posts/
directory. - Select the "+" icon at the end of the breadcrumb trail
- Name the file with the format like 2015-01-01T23:59:59.000Z-Post-Name-Goes-Here.hbs
- Edit the post as you see fit.
- Add a commit update at the bottom.
- Select "Create a new branch for this commit and start a pull request."
- Whoever is in charge of building that repo will be notified so that they can merge the pull request, build, and push the new build.
- Ensure you have the latest from the
gh-pages
branch - Ensure that you have installed all NPM dependencies via
npm install
- Run
npm run publish
- If you would like to test locally, run
npm run start
- Commit the bundled JS files that get updated
- Push your commit to the
gh-pages
branch