Rico Sta. Cruz
1a2fbbcebb
gatsby-node.js: make onCreateNode more readable
2017-06-09 10:13:06 +08:00
Kyle Mathews
13430a68d1
update starter blog for alpha18
2017-06-02 13:37:24 -07:00
Kyle Mathews
4f47229cb6
Upgrade to 1.0-alpha16
2017-05-26 10:46:52 +01:00
Kyle Mathews
11e1d019cb
Remove and ignore yarn.lock as causes troubles with canaries
2017-05-22 23:51:20 +01:00
Kyle Mathews
6a806c21cd
Update starter to latest canary
2017-05-19 11:57:38 +02:00
Kyle Mathews
1d2329c1c9
Fix path to styles.css
2017-05-03 12:44:45 -07:00
Kyle Mathews
532d70bcb9
Update to alpha13
2017-04-24 15:15:39 -07:00
Kyle Mathews
b23a664df6
Update for latest canary + prettier
2017-04-21 12:19:19 -07:00
Kyle Mathews
b7d1dbf4e1
Upgrade to latest canary
2017-04-11 18:00:00 -07:00
Kyle Mathews
ea66dae113
Update dependencies
2017-04-11 08:38:08 -07:00
Kyle Mathews
1eb4820ba3
Merge pull request #26 from rsternagel/rsternagel-toml
...
delete config.toml cause seems unused
2017-04-01 22:54:45 -04:00
rsternagel
5cb7d5105b
delete config.toml cause seems unused
...
With User/Repository@SHA: gatsbyjs/gatsby@66f90132b4 the code loading this config has been removed. So the config seems obsolete.
2017-04-01 10:58:10 +02:00
Kyle Mathews
1dc7ca52c0
Update to latest canary
2017-03-27 12:34:02 -04:00
Kyle Mathews
9bbe18709c
Remove extra import fixes #24
2017-03-27 10:22:49 -04:00
Kyle Mathews
927626063b
Update dependencies
2017-03-27 10:22:28 -04:00
Kyle Mathews
38e6579146
Merge pull request #25 from hsribei/master
...
Fix double-prefixing of profile picture.
2017-03-27 09:57:52 -04:00
Helder S Ribeiro
a8602d1d7c
Fix double-prefixing of profile picture.
2017-03-25 20:07:49 -04:00
Kyle Mathews
854294a799
Upgrade branch to latest gatsby
2017-03-14 11:01:37 -07:00
Kyle Mathews
601f3dcb9e
Add yarn.lock
2017-02-22 09:54:17 -08:00
Kyle Mathews
a313342afa
Merge pull request #21 from captbaritone/refactor
...
Replace `access` with `lodash.get`, make more declarative.
2017-02-02 09:39:23 -08:00
Jordan Eldredge
df2c7ef323
Replace access with lodash.get, make more declarative.
...
Lodash already has support for safe property access via the explicit
`get` method, and as a shorthand to many of the collection methods (such
as `sortBy`.
I also took this opportunity to refactor the code to be a bit more
functional, which allows us to place the list tiems inline with the rest
of the JSX, which I find far more readable.
Interesting project!
2017-02-02 09:30:51 -08:00
Kyle Mathews
5f52e0b75e
Remove unused layout key from frontmatter
2017-01-03 13:09:47 -07:00
Kyle Mathews
49bc7e5ef7
Delete yarn.lock
...
We're not using them yet in any real way and they cause trouble on some build platforms.
2016-12-15 09:20:30 -08:00
Kyle Mathews
0d0a2f3010
Merge pull request #20 from irekrog/master
...
add react-addons-shallow-compare
2016-12-11 07:50:20 -08:00
irekrog
e6f0d083a9
add react-addons-shallow-compare
2016-12-11 15:51:16 +01:00
Kyle Mathews
e333cb1aad
Add post written in javascript to demonstrate new js frontmatter capability
2016-12-09 16:15:42 -08:00
Kyle Mathews
066a0cea86
Remove vestige className
2016-12-06 21:24:13 -08:00
Kyle Mathews
d8740e1109
Update dependencies
2016-11-28 14:16:38 -08:00
Kyle Mathews
ed3087926f
Update to latest typography
2016-10-19 10:40:54 -06:00
Kyle Mathews
f058f67701
Add yarn.lock
2016-10-11 10:00:39 -07:00
Kyle Mathews
98e654bee7
Upgrade to alpha1
2016-10-05 18:31:48 -07:00
Kyle Mathews
640be90860
Upgrade to alpha-2
2016-09-21 10:22:04 -07:00
Kyle Mathews
f404f3a1bf
Merge pull request #15 from chiedo/master
...
Switched from DocumentTitle to the More Robust HelmetJS lib
2016-09-14 09:35:13 -07:00
Chiedo
2b832d4b01
Switched from DocumentTitle to the More Robust HelmetJS lib
2016-09-14 11:04:58 -04:00
Kyle Mathews
94a2ab7ea3
remove all unneeded things
2016-09-10 10:44:26 -07:00
Kyle Mathews
6398adac1b
Update for Gatsby 0.12.6 — remove now unneeded dependencies
2016-09-09 16:49:33 -07:00
Kyle Mathews
44a945f78d
Add two required loaders
2016-09-02 09:34:53 -07:00
Kyle Mathews
0e5fa0c7a0
Update dependencies
2016-08-18 13:09:23 -07:00
Kyle Mathews
8adca0d4ab
Switch to use react-typography
2016-08-04 16:17:57 -06:00
Kyle Mathews
728dee0b30
Use new API from latest typography release
2016-08-03 19:03:43 -06:00
Kyle Mathews
7cb361f81d
Update dependencies
2016-08-03 18:20:30 -06:00
Kyle Mathews
f7fed5a3ce
No reason to set maximum-scale unless building web app
2016-08-02 15:40:43 -06:00
Kyle Mathews
0f0991b06c
Pin version of eslint-plugin-jsx-a11y so doesn't break NPM2
2016-07-30 10:36:36 -07:00
Kyle Mathews
153a255db2
Update dependencies
2016-07-30 09:01:28 -07:00
Kyle Mathews
7e36a90334
Add scripts to develop/build gatby w/o global Gatsby install
...
npm run develop
npm run build
2016-07-20 11:52:52 -07:00
Kyle Mathews
fe529b5ee6
Upgrade for Gatsby 0.12
2016-07-20 11:52:05 -07:00
Kyle Mathews
bea1c89913
Add deploy script
2016-07-13 13:46:30 -07:00
Kyle Mathews
29f9fa0471
Update dependencies
2016-07-13 13:39:24 -07:00
Kyle Mathews
710eebc3b5
Update dependencies
2016-07-05 20:44:49 -07:00
Kyle Mathews
454199e133
Add an example post with more varied HTML elements
2016-06-28 21:48:24 -07:00