No description
Find a file
Georgi Yanev ca3b074d29 Make accesibility score 100 in Lighthouse
While we could fetch the lang attribute data from the gatsby config file, it's probably better to couple those with the particular page's Helmet as if we have a different language (i18n) we would need to be able to define that too.
2018-07-21 10:57:37 +03:00
src Make accesibility score 100 in Lighthouse 2018-07-21 10:57:37 +03:00
static Update yarn.lock + move files 2017-08-11 11:30:01 -04:00
.eslintrc.js Add missing newline 2017-10-22 00:03:20 +02:00
.gitignore Ignore yarn.lock 2017-08-18 23:01:48 -04:00
.prettierrc Add .prettierrc 2017-09-19 09:14:04 +02:00
.travis.yml Update .travis.yml 2017-10-22 00:16:34 +02:00
gatsby-config.js Add pathPrefix 2017-11-13 10:38:28 -08:00
gatsby-node.js Rename boundActionCreators to actions 2018-06-18 20:45:24 +09:00
LICENSE Added LICENSE and 404.js files. 2018-03-18 21:05:41 -05:00
package-lock.json Install prismjs 2018-06-18 20:42:49 +09:00
package.json Install prismjs 2018-06-18 20:42:49 +09:00
README.md Update README.md 2018-03-17 13:01:20 +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