gatsby-casper icon indicating copy to clipboard operation
gatsby-casper copied to clipboard

A Casper blog starter for Gatsby

Results 9 gatsby-casper issues
Sort by recently updated
recently updated
newest added

It looks like .mdx files are ignored.

Tags can specify images for their pages. This is demonstrated here: https://github.com/scttcper/gatsby-casper/blob/master/src/content/tag.yaml ```yaml - id: speeches description: Some of the greatest words ever spoken. image: img/speeches-cover.jpg ``` However, if you...

Hi @scttcper, Love your site, awesome job. I actually need your help in adding an image credit for blog post images using the same markdown package we are using -...

When in mobile view, it shows a did not load symbol

Anyone implemented the netlify cms? Can anyone help?

Hi, I am following the documentation for the Gatsby plugin https://www.gatsbyjs.com/plugins/gatsby-remark-table-of-contents/. When I add the `toc` block to my markdown file, I get an empty code block in the HTML...

> gatsby build success open and validate gatsby-configs - 0.236s success load plugins - 1.514s success onPreInit - 0.020s success delete html and css files from previous builds - 0.019s...

As stated above: Is it possible to make it so I can make the logo an SVG instead of a raster image? I think this would be great since SVGs...

in PostContent.tsx ``` export const PostFullContent = styled.section` max-width: 1040px; ... ... .gatsby-resp-image-wrapper { // For Full size images max-width: none !important; } img[alt$='full'] { max-width: none; position: absolute !important;...