Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Gatsbygram case study and code for blog (gatsbyjs#707)
* WIP commit on 1st blog post * Get author mapping to blog posts working * Update to latest canary * Add missing files * Tweak styles for blog post template * Shrink bioline slightly on mobile * Shrink header a bit * Don't error on components w/o queries + write out empty json file * Update to the latest canary * rough draft of blog post * some blog-specific styling * Style tweaks * Make bio use header font * WIP push * WIP * WIP * MOER changes * Lots of changes * Copy edits * Spell check and copy edits * Run prettier 0.20 * Responsive stylings for new gatsbygram about page * Do cache bust JS urls in service worker * Update packages * Start gatsbygram case study blog post * Tweak docs layout * Sort blog posts * Update yarn.lock * Up canary build * Don't use back ticks for requires as turns out Webpack dislikes this * Up dependencies * Rum lerna bootstrap when publishing sites * Try script again * try again * Fix requring debug * nuder try * Make website + example sites packages so they get setup with bootstrap w/ latest versions of packages * Fix another broken require * Use yarn for lerna bootstrap * Make using yarn for lerna global * Revert making sites bootstrappable — Gatsby breaks with symlinked packages * Just use canary versions of the site until can get bootstrapping worked out * Up dependencies * Fix another broken node require * Upppidity * Updates to gatsbygram case study * Copy updates * Crop photo * copy edits * Add repeat view filmstrip * Fix another require * Add lots of code comments to Gatsbygram * Copy edits * Up gatsby version * Copy edits plus screenshot of post detail page * copy edits * Copy edits * Copy edits * Copy edits * Don't show draft posts in blog index * Allow setting background color of markdown responsive images * Update instagram scrapper to only get 100 posts * Remove .netlify file * Set maxHeight so images cropped nicely — sadly much slower * Don't use SW for navigation for normal files * Up packages * Up dependencies * Adjust publish date * Copy edit * Open responsive image in new tab so react-router won't interfer * Add social metadata to pages * location not available on server * Copy edits * Typo * update to the app structure section (gatsbyjs#708) I thought this was a more strightforward order for describing things, and it puts one of the most unique parts of Gatsby 1.0 right at the top. * Copy edits brought over from google doc * copy updates * Preload www fonts * Add new Google Analytics tracking id for gatsbyjs.org * Add thanks for reviewers * Server render helmet data + ensure no inlined icons * Correct typo
- Loading branch information