layout | title |
---|---|
page |
Writing posts |
To write a new post follow these guidlines.
- Update the repo
- The first time, clone this repo https://github.com/simplystats/simplystats.github.io
- After that do
git pull origin master
to make sure you get all the new posts from others
- Go to the folder _posts
- Copy the example post: https://github.com/simplystats/simplystats.github.io/blob/master/_posts/2011-09-01-examplepost.md to a new file with the format:
YYYY-MM-DD-a-relevant-title-separated-by-hyphens.md
- Write your post in markdown.
- Add, commmit, and push your changes to the repo
- Tweet about the post/post to Facebook/post to reddit
To write a new post you can either contact Roger/Jeff/Rafa first to ask if you can guest post (preferred) or just send a pull request (less preferred).
- Update the repo:
- The first time fork this repo https://github.com/simplystats/simplystats.github.io
- After that do
git pull origin master
to make sure you get all the new posts from others
- Go to the folder _posts
- Copy the example post: https://github.com/simplystats/simplystats.github.io/blob/master/_posts/2011-09-01-examplepost.md to a new file with the format:
YYYY-MM-DD-a-relevant-title-separated-by-hyphens.md
- Write your post in markdown.
- Add a line at the beginning that says: Editor's note this is a guest post by ... with your information.
- Add, commmit, and push your changes to your forked branch
- Send a pull request
- We will review the pull request and if (a) the pull request can be accepted with no changes and (b) we approve of the post we will accept the pull request and your post will appear on the blog.
- Tweet about the post/post to Facebook/post to reddit