Website: http://mandwdevclub.github.io/
- Fork this repository
- Make changes in a branch
- Make a PR!
- Make sure ruby is on your system
- If you don't already have it, install bundler
gem install bundler
- In the project root, run
bundle install
to get dependencies for Jekyll - Start the development server with
bundle exec jekyll serve
You should now be able to see the site running locally in a browser at http://localhost:4000
Take a look at the other posts on the site to see how they are formatted.
- Create a new file in the
_posts
directory - Add the frontmatter (stuff at the top) in the correct format
- Below that, add your Markdown post!
Commit changes to your local fork, push, then submit a PR!