/xblog

:pencil: Simple blog starter, built with GatsbyJS and NetlifyCMS

Primary LanguageJavaScriptMIT LicenseMIT

Netlify Status

๐Ÿ“ xBlog

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 in.zakiy@gmail.com

๐Ÿ’ซ Quick Deploy

Deploy to Netlify

๐Ÿš€ Quick Development

  1. Clone repo

    git clone https://github.com/ahmadzakiy/xblog.git
    yarn
  2. Start developing

    Navigate into your new siteโ€™s directory and start it up.

    cd xblog/
    yarn develop
  3. 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 edit src/pages/index.js. Save your changes and the browser will update in real time!