gatsby-starter-morning-dew icon indicating copy to clipboard operation
gatsby-starter-morning-dew copied to clipboard

:rocket: A Gatsby theme/starter to build lightning-fast blog/websites

Results 12 gatsby-starter-morning-dew issues
Sort by recently updated
recently updated
newest added

I noticed when navigating around sometimes the page won't load. Looked at the console and get errors pertaining to disqus, basically it won't load. I click refresh then the page...

Also, a link to the relevant documentation of `git push --force`.

The MDX page is very useful! It would be more useful with a working example of importing a component. ~I'm trying to add one here, but it's not working. (Which...

Good reading: https://www.gatsbyjs.org/docs/gatsby-image/

enhancement

Hi ! I'm in trouble. Line number is not displayed. In gatsby-config.js, I write the following code. ```js plugins: [ { resolve: `gatsby-transformer-remark`, options: { plugins: [ `gatsby-remark-images`, { resolve:...

Blockquotes fail to nest. This can be seen from https://github.com/maxpou/gatsby-starter-morning-dew/pull/120 --- viewing https://github.com/dHannasch/gatsby-starter-morning-dew/blob/nested-blockquote/content/posts/2018-01-03-Big-Sample-Post/index.md#blockquotes on GitHub shows how the blockquotes are supposed to nest, but when you `gatsby build`, the inner...

The example is taken from https://www.gatsbyjs.org/docs/mdx/markdown-syntax/ . You can see how the nested blockquotes look (as rendered by GitHub) at https://github.com/dHannasch/gatsby-starter-morning-dew/blob/nested-blockquote/content/posts/2018-01-03-Big-Sample-Post/index.md#blockquotes .

This sets up images to display a caption centered under the image if --- and only if --- a title is explicitly provided. If the user just goes along including...

This includes video support by default, with a demonstration page modeled on the image demonstration page. Interested? Adding video support turned out to be a little fiddly due to interactions...