No description
Find a file
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
components Update to latest typography 2016-10-19 10:40:54 -06:00
css Use typography-theme-wordpress-2016 as default theme 2016-06-28 20:02:19 -07:00
pages Replace access with lodash.get, make more declarative. 2017-02-02 09:30:51 -08:00
utils Use typography-theme-wordpress-2016 as default theme 2016-06-28 20:02:19 -07:00
wrappers Switched from DocumentTitle to the More Robust HelmetJS lib 2016-09-14 11:04:58 -04:00
.gitignore Update to latest typography 2016-10-19 10:40:54 -06:00
.travis.yml Test automatically on Travis 2016-02-20 12:41:19 -08:00
config.toml Use Gatby's new link prefixing format. 2015-11-21 16:59:27 -08:00
html.js Remove vestige className 2016-12-06 21:24:13 -08:00
package.json Replace access with lodash.get, make more declarative. 2017-02-02 09:30:51 -08:00
README.md Update dependencies, use .js file extensions 2016-02-21 23:45:50 +01:00

gatsby-starter-blog

Gatsby starter for creating a blog

Install this starter (assuming Gatsby is installed) by running from your CLI: gatsby new gatsby-blog https://github.com/gatsbyjs/gatsby-starter-blog

Running in development

gatsby develop