Commit Graph

27 Commits

Author SHA1 Message Date
Vladimir Razuvaev
81bfee964d Fix issues on Windows (#3213)
* Upgrade gatsby-remark-code-repls

* fix path issue on Windows

Gatsby uses `slash` to normalize paths. Because of this `path.join` causes an issue on Windows
2020-08-19 14:12:35 -04:00
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
Alexey Pyltsyn
b18fc40880 Specify lang option for gatsby-plugin-manifest 2019-10-20 01:38:56 +03:00
Saurabh Daware
0726327dbb WebApp manifest added to allow users "Add to Homescreen" documentations (#2377)
* manifest config added and src/images/react_logo.png added for icon

* inverted commas fix as per linter

* added legacy:true option for ios

* legacy:true lint fix

* added meta tags for ios and moved logo from src to static
2019-10-09 09:05:28 -07:00
Dante Calderón
1ed0ecb989 Open external links in a new Tab (#1380)
Add this functionality with gatsby-remark-external-links plugin
2019-04-26 21:43:02 +03:00
Soichiro Miki
add50079b1 Port external gatsby-remark-autolink-headers plugin 2019-02-07 00:33:31 +09:00
Dustin Schau
fc0ef96fb6 chore: minor tweaks and run prettier 2018-09-28 14:29:44 -05:00
Dustin Schau
9d6015a871 fix: refactor plugin to use source-filesystem and onCreateNode 2018-09-28 14:25:10 -05: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
Dan
db66436112 Make CodePen links more prominent and consistent 2018-06-23 02:10:56 +01:00
Brian Vaughn
3c3646139e Updated gatsby-config to add Code Sandbox dependencies 2018-05-23 15:33:41 -07:00
Brian Vaughn
48a92c592e Moved versions control into versions.yml and Gatsby plug-in 2018-04-13 13:42:50 -07:00
Brian Vaughn
bb55d1083b Re-ran Prettier after version bump 2017-12-21 09:22:05 -08:00
Brian Vaughn
76988ced6f Bumped deps. Added gatsby-remark-embed-snippet. 2017-12-21 09:00:58 -08:00
Brian Vaughn
5d0ca1114d Fix lint warnings 2017-11-09 22:57:40 +00:00
Brian Vaughn
1ab70d014d Updated gatsby-config to reflect minor plug-in changes 2017-11-09 18:10:40 +00:00
Brian Vaughn
77f22ea5c8 WIP upgrade to new gatsby-remark-code-repls 2017-11-09 18:10:40 +00:00
Brian Vaughn
a3e7c8b7ed Added gatsby-remark-babel-repl-link plug-in 2017-11-07 11:35:35 +00:00
Brian Vaughn
d743b1c6ed gatsby-remark-codepen-examples supports 'directory' option 2017-11-07 11:03:49 +00:00
Brian Vaughn
6fd0d7950e Added custom remark transform for Codepen example links 2017-11-06 23:00:26 +00:00
Brian Vaughn
13c0e48b34 Merge branch 'refactor-index' 2017-11-06 13:01:22 +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
Joe Lim
4235274d10 add plugin to intercept markdown links 2017-10-25 14:00:34 -07:00
Brian Vaughn
7a9f04cad8 Removed MIT section from website source file headers 2017-10-10 10:36:40 -07:00
Brian Vaughn
0e647230e2 Replaced CC-BY 4.0 license in source code headers with MIT 2017-10-07 08:00:22 -07: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