Skip to content

Commit 76e8f31

Browse files
committed
update README
1 parent a62a13f commit 76e8f31

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# fauna-gatsby-comments
2-
Fauna powered comments for a Gatsby blog
1+
<a href="https://fauna-gatsby-comments.netlify.app/" target="_blank">
2+
<img src="https://fauna-gatsby-comments.netlify.app/images/comments-app-open-graph-image.jpg" alt="fauna-gatsby-comments main image" />
3+
</a>
4+
5+
# Roll your own comments with Gatsby and FaunaDB
6+
7+
In this tutorial we'll learn how to write all the [FaunaDB](https://fauna.com/) operations required to drive a [Gatsby](https://www.gatsbyjs.org/) Blog commenting system.
8+
9+
Check out the demo app [here](https://fauna-gatsby-comments.netlify.app/)
10+
11+
If you used **fauna-gatsby-comments** to help build your project i'd love to hear from you: [@pauliescanlon](https://twitter.com/PaulieScanlon)
12+
13+
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/P5P31B7G8)

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
"React",
77
"Gatsby",
88
"FaunaDB",
9-
"Netlify Continuous Delivery",
9+
"Netlify Continuous Deployment",
1010
"Netlify Identity Widget",
1111
"Netlify Serverless functions",
1212
"Apollo",

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const IndexPage = () => {
4141
{""} operations required to drive a Gatsby Blog commenting system.
4242
<Divider />
4343
This comments app also uses the Netlify Identity Widget, Netlify
44-
Continues Deployment, Netlify serverless functions and Apollo/GraphQL
44+
Continuous Deployment, Netlify serverless functions and Apollo/GraphQL
4545
</Text>
4646
<Divider />
4747
<Text

0 commit comments

Comments
 (0)