|
You are here |
www.pinecoder.dev | ||
| | | | |
matthiasnehlsen.com
|
|
| | | | | migrating static page generation from Octopress to Gatsby | |
| | | | |
lisilinhart.info
|
|
| | | | | Recently I ported my website to [GatsbyJs](https://www.gatsbyjs.org/). In my previous setup I already wrote my blog posts in markdown, but had a kind of self-built way of displaying those markdown files, which I wasn't perfectly happy with. | |
| | | | |
haseebmajid.dev
|
|
| | | | | In this article, we will look at how we can add an "edit post" button, to your Gatsby blog. When this button is clicked it will take the user to your markdown file, on github/gitlab that was used to generate the blog post they are currently viewing. Setup Before we add the edit button to a Gatsby blog, let's set up a simple Gatsby site using the Gatsby blog starter. You can skip this step and add the button to an existing site. | |
| | | | |
hackteam.io
|
|
| | | The simplest way to set up a React TypeScript project from scratch is by using Next.js. In this blog post we will explore how to use Next.js for your next project and how you have to write zero configuration to use it with TypeScript. | ||