Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 674 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 674 Bytes

Contributing to atomthem.es

  1. Create a fork of the site's repository
  2. Clone that fork to your computer and run 'bundle install' from the project's directory to grab any dependencies
  3. Run rake theme:new to create a new theme
  4. Edit the resulting file in the _posts/ directory, filling out the metadata and adding some post content
  5. Add a thumbnail to your post by creating a 720×400px image, adding it to '/images', and listing its path in your metadata
  6. Run rake site:preview to make sure you're happy with your post
  7. Push your changes to GitHub and open a pull request on our repository