Brian Vaughn
3e4f2687c6
Update copyright headers ( #3086 )
Added and updated copyright headers.
Added some missing Flow types.
Removed an invalid prop-types import.
5 years ago
Alexander Nanberg
71b03486c0
Upgrade to Gatsby v2 ( #1104 )
* Upgrade to Gatsby v2
* Remove unnecessary polyfills since gatsby already provides them
* Move global styles to gatsby-browser
* Add fb comment and convert to cjs
* Revert to use pageQuery again
* Add back html.js
* Update dependencies
* Move TitleAndMetaTags
* Replace glamor/reset with normalize.css which fixes style order in prod
* Prettier formatting
* Remove unused types
* Remove old layout
* Fix versions link
* Update deps
* Update deps
* Remove hack since it's no longer needed
* Update dependencies
* Fix build error
* Fix prettier config resolution
* Update gatsby
* Remove custom onCreatePage logic
* Update dependencies
* Fix build
* Update dependencies
* prettier formatting
* update dependencies
* add custom babel config for flow
* upgrade dependencies
* update dependencies
* use stable gatsby release
6 years ago
Brian Vaughn
5b569343a4
Split gatsby-node into separate files
7 years ago
Brian Vaughn
5d0ca1114d
Fix lint warnings
7 years ago
Brian Vaughn
77f22ea5c8
WIP upgrade to new gatsby-remark-code-repls
7 years ago
Brian Vaughn
d743b1c6ed
gatsby-remark-codepen-examples supports 'directory' option
7 years ago
Brian Vaughn
cadaeae62b
Reorganized codepen folder further to support nesting
7 years ago
Brian Vaughn
6eef46d1cb
Renamed 'examples' folder to 'codepen' for clarity
7 years ago
Brian Vaughn
56735c44a0
Prettier
7 years ago
Brian Vaughn
64e0aade1e
Refactor Codepen payload a little
7 years ago
Brian Vaughn
f14eb61e5f
Removed HTML boilerplate from examples folder to simplify build script
7 years ago
Brian Vaughn
b809279c83
Replaced string.split().pop() with string.endsWith()
7 years ago
Brian Vaughn
f5aaf4c1b4
Moved home page example code to /content/home
Now examples are trasnformed to GraphQL during build and assembled by the index template. This makes them easier to edit and tie in with their associated markdown description.
7 years ago
Tay Yang Shun
7a44e5ba7a
Add redirect to root
7 years ago
Yangshun Tay
137f0ffa0c
Minor formatting fixes
7 years ago
Yangshun Tay
60dab3606e
Shift home into pages
7 years ago
Brian Vaughn
331fd30e59
Added semicolon to fix Prettier
7 years ago
Brian Vaughn
e21f2ae943
Added inline comment.
7 years ago
Emmanuel Fallancy
4f5c110246
Fix the blog redirect
7 years ago
Emmanuel Fallancy
1a98da7d98
Fix the blog slug html creation that leads to improper redirect
7 years ago
Brian Vaughn
f11badf8a6
Updated Prettier tasks to cover gatsby-* JS files in root
7 years ago
Eric Simons
d255c1afc6
sync js files to codepen
7 years ago
Brian Vaughn
7a9f04cad8
Removed MIT section from website source file headers
7 years ago
Yangshun Tay
ad9a5c7403
Add check for unique redirect URLs
7 years ago
Brian Vaughn
0e647230e2
Replaced CC-BY 4.0 license in source code headers with MIT
7 years ago
Yangshun Tay
5f804b269d
Standardize license across source files ( #45 )
7 years ago
Brian Vaughn
c9e1c3b834
Updated license name in headers
7 years ago
Brian Vaughn
9d9b2021ed
Migrated Gatsby website source and config
7 years ago