Contributing to the blog - GothamSass/chrysler GitHub Wiki
in progress
We welcome anyone to contribute to our blog! Our site is powered by Harp JS. If you want to preview your work locally, you will need to setup a local instance. Follow our getting started directions. If you need help with anything, tweet @gothamsass or open an issue.
- Write up your blog post in a markdown file. New to markdown? Here's a good resource.
- Save your new post to
blog/posts
. Your filename will form your url. Filenames should be lowercase. Use dashes to separate words. ex.using-sass-mixins
. - Open
blog/posts/_data.json
and append your new blog post details at the bottom
"using-sass-mixins": { "title": "Using Sass Mixins for Fun and Profit", "date": "2015-02-14", "authors": "Awesomesass Author", "description": "Examples of how to leverage mixins for big gains on your next project", "tags": [ "mixins", "recipes" ]
4. Open a pull request against ``gh-pages``.
Your post will be reviewed by the organizing team before posting to ensure it adheres to content requirements. If you are using imagery, it must abide by the [code of conduct](code-of-conduct).