- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 178 for Mathews (0.39 sec)
-
docs/docs/awesome-gatsby-resources.md
- [2017-09-21: Kyle Mathews on JAMstack radio on "Static Site Generation with GatsbyJS](https://www.heavybit.com/library/podcasts/jamstack-radio/ep-22-static-site-generation-with-gatsbyjs/) - [2017-07-21: Kyle Mathews on Web of Tomorrow](https://www.orbit.fm/weboftomorrow/39/) - [2017-08-17: Kyle Mathews on Software Engineering Daily](https://softwareengineeringdaily.com/2017/08/17/gatsbyjs-with-kyle-mathews/) ## Videos
Plain Text - Registered: 2021-02-22 17:52 - Last Modified: 2021-02-11 09:54 - 10.6K bytes - Viewed (0) -
benchmarks/image-processing/package.json
{ "name": "gatsby-benchmark-image-processing", "private": true, "description": "A benchmark site to test how fast Gatsby can process images", "version": "0.1.0", "author": "Kyle Mathews <mathews******@****.***>", "dependencies": { "async-sema": "^3.1.0", "gatsby": "^2.19.5", "gatsby-image": "^2.2.39", "gatsby-plugin-manifest": "^2.2.38", "gatsby-plugin-offline": "^3.0.32", "gatsby-plugin-react-helmet": "^3.1.21",
Json - Registered: 2021-03-01 17:52 - Last Modified: 2020-01-28 19:06 - 1.3K bytes - Viewed (0) -
deprecated-packages/gatsby-plugin-guess-js/package.json
}, "keywords": [ "gatsby", "gatsby-plugin", "guess.js", "google analytics", "machine learning", "prefetch" ], "author": "Kyle Mathews <mathews******@****.***>", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-guess-js#readme", "repository": {
Json - Registered: 2021-02-22 17:52 - Last Modified: 2021-02-05 10:53 - 1.3K bytes - Viewed (0) -
docs/docs/how-to/sourcing-data/sourcing-from-drupal.md
- Read a [Drupal agency’s introduction to Gatsby](https://www.mediacurrent.com/what-is-gatsby.js/) - Watch [Kyle Mathews’ presentation on Gatsby + Drupal](https://2017.badcamp.net/session/coding-development/beginner/headless-drupal-building-blazing-fast-websites-reactgatsbyjs)
Plain Text - Registered: 2021-01-18 17:52 - Last Modified: 2021-01-04 11:38 - 4K bytes - Viewed (0) -
AUTHORS.md
Emmanuel Leblond (touilleMan) Eoin O'Neill (Eoin-ONeill-Yokai) Eric Lasota (elasota) Eric M (EricEzaM) Eric Rybicki (ericrybick) Erik Selecký (rxlecky) est31 Fabian Mathews (supagu) Fabio Alessandrelli (Faless) Ferenc Arn (tagcup) Franklin Sobrinho (TheHX) Fredia Huya-Kouadio (m4gr3d) Geequlim George Marques (vnen) Gerrit Großkopf (Grosskopf)
Plain Text - Registered: 2021-02-24 16:01 - Last Modified: 2021-02-10 15:11 - 5.4K bytes - Viewed (0) -
docs/docs/glossary/decoupled-drupal.md
``` A decoupled Drupal architecture lets you use the full power of Drupal's content management tools while gaining the performance advantages of a static Gatsby site. ## Learn more about decoupled Drupal - Watch [Kyle Mathews’ presentation on Gatsby + Drupal](https://2017.badcamp.net/session/coding-development/beginner/headless-drupal-building-blazing-fast-websites-reactgatsbyjs)
Plain Text - Registered: 2021-01-18 17:52 - Last Modified: 2021-01-04 11:38 - 2.7K bytes - Viewed (0) -
.github/actions/high-priority-prs/src/process-data.js
const web = new WebClient(token) const maintainers = { "https://github.com/wardpeet": { name: "Ward Peeters", slackUsername: "@Ward", }, "https://github.com/KyleAMathews": { name: "Kyle Mathews", slackUsername: "@kylemathews", }, "https://github.com/pieh": { name: "Michał Piechowiak", slackUsername: "@pieh", }, "https://github.com/DSchau": { name: "Dustin Schau",
JavaScript - Registered: 2021-03-01 17:52 - Last Modified: 2020-01-27 12:43 - 6.7K bytes - Viewed (0) -
docs/docs/gatsby-repl.md
Usages: `siteConfig` or `siteConfig[<property>]` Example: ```js // Command: gatsby > siteConfig.siteMetadata // Returns: { title: 'Gatsby Starter Blog', author: 'Kyle Mathews', description: 'A starter blog demonstrating what Gatsby can do.', siteUrl: 'https://gatsby-starter-blog-demo.netlify.app/', social: { twitter: 'kylemathews' } } // returns just the siteMetadata value of the config. ```
Plain Text - Registered: 2021-01-18 17:52 - Last Modified: 2020-08-18 13:27 - 6K bytes - Viewed (0) -
docs/docs/conceptual/graphql-concepts.md
<h1>Hello gatsby-image</h1> <Img fixed={data.file.childImageSharp.fixed} /> </div> ) } export const query = graphql` query { file(relativePath: { eq: "blog/avatars/kyle-mathews.jpeg" }) { childImageSharp { # Specify the image processing specifications right in the query. # Makes it trivial to update as your page's design changes. fixed(width: 125, height: 125) {
Plain Text - Registered: 2021-02-22 17:52 - Last Modified: 2021-01-04 11:38 - 12.2K bytes - Viewed (0) -
LICENSES/jsdoc.txt
# License # JSDoc 3 is free software, licensed under the Apache License, Version 2.0 (the "License"). Commercial and non-commercial use are permitted in compliance with the License. Copyright (c) 2011-2014 Michael Mathews <******@****.***> and the [contributors to JSDoc](https://github.com/jsdoc3/jsdoc/graphs/contributors). All rights reserved. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0
Plain Text - Registered: 2021-02-24 22:11 - Last Modified: 2015-03-17 18:18 - 13.9K bytes - Viewed (0)