Brian Vaughn
3e4f2687c6
Update copyright headers ( #3086 )
...
Added and updated copyright headers.
Added some missing Flow types.
Removed an invalid prop-types import.
2020-07-07 10:35:57 -04:00
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
2018-09-19 13:11:19 +01:00
Brian Vaughn
5b569343a4
Split gatsby-node into separate files
2017-11-10 11:04:00 +00:00
Brian Vaughn
5d0ca1114d
Fix lint warnings
2017-11-09 22:57:40 +00:00
Brian Vaughn
77f22ea5c8
WIP upgrade to new gatsby-remark-code-repls
2017-11-09 18:10:40 +00:00
Brian Vaughn
d743b1c6ed
gatsby-remark-codepen-examples supports 'directory' option
2017-11-07 11:03:49 +00:00
Brian Vaughn
cadaeae62b
Reorganized codepen folder further to support nesting
2017-11-06 14:22:49 +00:00
Brian Vaughn
6eef46d1cb
Renamed 'examples' folder to 'codepen' for clarity
2017-11-06 14:05:14 +00:00
Brian Vaughn
56735c44a0
Prettier
2017-11-06 13:59:25 +00:00
Brian Vaughn
64e0aade1e
Refactor Codepen payload a little
2017-11-06 13:44:45 +00:00
Brian Vaughn
f14eb61e5f
Removed HTML boilerplate from examples folder to simplify build script
2017-11-06 13:37:45 +00:00
Brian Vaughn
b809279c83
Replaced string.split().pop() with string.endsWith()
2017-11-06 13:32:39 +00:00
Brian Vaughn
d8d60761f2
Merged master
2017-11-06 13:24:49 +00:00
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.
2017-11-06 13:01:13 +00:00
Tay Yang Shun
7a44e5ba7a
Add redirect to root
2017-10-24 01:13:15 +08:00
Yangshun Tay
137f0ffa0c
Minor formatting fixes
2017-10-24 01:05:23 +08:00
Yangshun Tay
60dab3606e
Shift home into pages
2017-10-24 01:05:23 +08:00
Brian Vaughn
331fd30e59
Added semicolon to fix Prettier
2017-10-22 13:45:07 -07:00
Brian Vaughn
e21f2ae943
Added inline comment.
2017-10-22 13:43:49 -07:00
Emmanuel Fallancy
4f5c110246
Fix the blog redirect
2017-10-23 07:40:45 +11:00
Emmanuel Fallancy
1a98da7d98
Fix the blog slug html creation that leads to improper redirect
2017-10-22 23:24:11 +11:00
Brian Vaughn
f11badf8a6
Updated Prettier tasks to cover gatsby-* JS files in root
2017-10-21 13:04:33 -07:00
Eric Simons
d255c1afc6
sync js files to codepen
2017-10-15 11:36:37 -07:00
Brian Vaughn
7a9f04cad8
Removed MIT section from website source file headers
2017-10-10 10:36:40 -07:00
Brian Vaughn
c4dc0e82b8
Merge pull request #47 from yangshun/fix-duplicate-redirect
...
Add check for unique redirect URLs
2017-10-07 09:20:27 -07:00
Yangshun Tay
ad9a5c7403
Add check for unique redirect URLs
2017-10-07 23:57:11 +08:00
Brian Vaughn
0e647230e2
Replaced CC-BY 4.0 license in source code headers with MIT
2017-10-07 08:00:22 -07:00
Yangshun Tay
5f804b269d
Standardize license across source files ( #45 )
2017-10-07 10:10:04 +01:00
Brian Vaughn
c9e1c3b834
Updated license name in headers
2017-10-06 13:27:15 -07:00
Brian Vaughn
9d9b2021ed
Migrated Gatsby website source and config
2017-10-04 14:56:10 -07:00