Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.48 KB

File metadata and controls

34 lines (20 loc) · 1.48 KB

Copyright 2013 NPR. All rights reserved. No part of these materials may be reproduced, modified, stored in a retrieval system, or retransmitted, in any form or by any means, electronic, mechanical or otherwise, without prior written permission from NPR.

(Want to use this code? Send an email to nprapps@npr.org!)

nprapps.github.com

Getting Started

Matt Stiles has a helpful post explaining how to get set up.

Things To Know

  • Pushing code to the repo will automatically publish any changes you've made. If you're not ready to publish yet, save your changes to a separate branch, and then merge it back to master when you're ready.

  • Writing a blog post? Use this as a starting point.

  • Linking to a post we've written somewhere else (like Source)? Use this as a starting point.

How To Embed Code Snippets

Save your code snippet as a Gist on your GitHub account. For example: https://gist.github.com/alykat/8319004

Take the username and Gist ID in the URL and sub it into the script tag below:

<script src="https://gist.github.com/YOUR-USERNAME/GIST-ID.js"> </script>

So the example Gist URL would get you:

<script src="https://gist.github.com/alykat/8319004.js"> </script>