ahmadzakiy / xblog

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

Home Page:https://www.zakiy.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

https://www.zakiy.dev/

License:MIT License


Languages

Language:JavaScript 76.5%Language:SCSS 23.5%