Kyle Mathews
abd4987963
Merge branch 'master' of github.com:gatsbyjs/gatsby-starter-blog
2017-07-11 15:54:15 -07:00
Kyle Mathews
237d334e60
Remove helmet from html.js
2017-07-11 15:54:08 -07:00
Kyle Mathews
e7c42e82de
Merge pull request #37 from meherranjan/master
...
Fixed an issue that caused following bug
2017-07-11 14:52:59 -07:00
Meher Ranjan
ca6108f4c3
Fixed a issue that caused following bug
...
Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `BlogIndex`. See https://fb.me/react-warning-keys for more information.
2017-07-12 02:28:26 +05:30
Kyle Mathews
6d41ce1008
Remove unused info
2017-07-11 11:43:19 -07:00
Kyle Mathews
ec2f17b6ac
update command
2017-07-08 09:40:20 -07:00
Kyle Mathews
e5cbf1ef58
Upgrade to 1.0
2017-07-06 15:25:40 -07:00
Kyle Mathews
4f37a370a0
Merge branch 'master' into 1.0
2017-07-06 14:21:35 -07:00
Kyle Mathews
d2e2bc8df7
Just use frontmatter paths for paths + cleanups
2017-07-04 10:50:40 -07:00
Kyle Mathews
4936e80940
Merge pull request #34 from rstacruz/patch-1
...
gatsby-node.js: make onCreateNode more readable
2017-06-09 11:25:41 -07:00
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