Supporting presentation for a Blogging workshop held by Women Hack for Non-Profits.
Slides available to view at womenhackfornonprofits.github.io/whfnp-blogging-workshop and made with the awesome, open source project reveal.js.
Special thanks to Ben Nadel for sharing his top blogging tips.
- Clone this repo:
git clone [email protected]:womenhackfornonprofits/whfnp-blogging-workshop.git
- Open
index.html
in your browser
- Create a feature branch:
git checkout -b your-feature-branch
- Add or update the
section
divs inindex.html
(see Reveal.js README for more instructions and neat tricks to make your slides pop) - Push your changes up to GitHub:
git push origin your-feature-branch
- Make a Pull Request based on the
gh-pages
branch - Share this PR with the team and get it reviewed before merging it into
gh-pages
.