gatsby-personal-starter-blog
gatsby-personal-starter-blog copied to clipboard
Gatsby starter for a personal site & blog
Is there any way we can add og images in posts?
Hi, there. I tried starting a new Gatsby site by running `gatsby new my-blog-starter https://github.com/thomaswang/gatsby-personal-starter-blog`. It was installing fine until I got this error. Any idea why this happened and...
The thing is, no matter what i do using the cms or `/admin` locally the netlify build is always triggered. However, I discovered that using `[skip ci]` in the commit...
Hi, i deployed a copy of the blog to Netlify and hooked up my Github account. However, typing .netlify.app/ghost does not get me an admin panel and I cant seem...
Hi, I cloned your repo and runned npm install. It crashes with a following output: `C:\Users\dabro\blogApp\gatsby-personal-starter-blog\node_modules\oniguruma>if not defined npm_config_node_gyp (node "C:\Users\dabro\AppData\Roaming\nvm\v10.15.1\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Users\dabro\AppData\Roaming\nvm\v10.15.1\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) Building the...
1)How do we remove the posts that are already present i.e "the hello world" 2) the blog posts disappear after git push
when removing the content from the blog map the map isnt showing in Git. How can I use a .keep like file to make sure the map is added to...
In hello word post example, where we have an image we have wrapped element witch is undefined. The HTML element must be span - maybe.