This is a starter for blogging site, built with GatsbyJS and NetlifyCMS. If you just want to start writing and edit website's copy, just hit deploy button directly to setup and host your website on Netlify, otherwise if you want to add some configuration like Google Analytic ID or want to change website's style you can clone this repo to local and start developement.
Have a question ? hit me up at rifki.rhp@gmail.com
-
Clone repo
git clone https://github.com/rifkihp/gatsby-netlifycms.git yarn
-
Start developing
Navigate into your new siteโs directory and start it up.
cd xblog/ yarn develop
-
Open the source code and start editing!
Your site is now running at
http://localhost:8000
!Note: You'll also see a second link:
http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.Open the
xblog
directory in your code editor of choice and editsrc/pages/index.js
. Save your changes and the browser will update in real time!