Skip to content

meganesu/gatsby-blog-with-rss-feed-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatsby Blog with an RSS Feed

  1. Fork this repository.

  2. Clone your forked repo. (Don't forget to swap out <your-github-username> for your own GitHub username.)

    git clone https://github.com/<your-github-username>/gatsby-blog-with-rss-feed-example.git
  3. Build the site and start up a local server.

    Navigate into the cloned directory and start up the Gatsby site.

    cd gatsby-blog-with-rss-feed-example
    npm run build && npm run serve
  4. Open the site in a web browser!

    Your site is now running at http://localhost:9000!

About

The example code for my blog post, How to Add an RSS Feed to Your Gatsby Site: https://meganesulli.com/blog/gatsby-rss-feed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published