GithubHelp home page GithubHelp logo

isabella232 / nprapps.github.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nprapps/nprapps.github.com

0.0 0.0 0.0 134.72 MB

The NPR visuals team's blog.

Home Page: http://blog.apps.npr.org/

License: Other

HTML 85.20% Python 0.41% CSS 9.96% Ruby 4.43%

nprapps.github.com's Introduction

Copyright 2013-20 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 [email protected]!)

nprapps.github.com

Getting Started

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

Once you have Jekyll installed, run this to install dependencies:

$ bundle update --bundler

Then run this to set up the development server and have it automatically regenerate files::

$ bundle exec jekyll serve --watch

You can see it in your browser here:

http://localhost:4000

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

A couple options:

  • Tab-indent your code, and Markdown will recognize it as a code snippet. However, if that snippet includes {{ }} tags, wrap the block of code in {% raw %} {% endraw %} to escape it. (Example)

  • 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: <script src="https://gist.github.com/YOUR-USERNAME/GIST-ID.js"> </script>

Internship posting workflow

Make copies of the previous posts:

cp 2016-10-12-winter-2017-designer-developer-internship.markdown 2017-02-14-summer-2017-designer-developer-internship.markdown
cp 2016-10-12-winter-2017-photo-internship.markdown 2017-02-14-summer-2017-photo-internship.markdown

Add redirects to old posts by changing front matter, e.g. in _posts/2016-10-12-winter-designer-developer-internship.markdown:

---
layout: redirect
redirect_url: /2017/02/14/summer-2017-designer-developer-internship.html
title: "Be our design/code/??? intern for winter/spring 2017!"

...

---

Edit the new posts with new art, new links between the two (it's cool if you forget, it just means more redirect responses), and correct NPR human resources job posting URL.

Update index.html's internship badge with latest links.

nprapps.github.com's People

Contributors

alykat avatar tylerfisher avatar eads avatar onyxfish avatar stiles avatar brmayes avatar newsroomdev avatar katiepark avatar xtinarees avatar jeremyjbowers avatar lisacharlotterost avatar dannydb avatar azambelich avatar shmcminn avatar shellytan avatar kzhu91 avatar inadarei avatar brianboyer avatar danieljwood avatar livlab avatar mazhang2718 avatar ruthwtalbot avatar banderson623 avatar connjin avatar gotoplanb avatar mileswwatkins avatar zachwill avatar lindamood avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.