{"id":2987,"date":"2021-06-27T17:21:18","date_gmt":"2021-06-27T17:21:18","guid":{"rendered":"https:\/\/iwebcode.design\/?p=2987"},"modified":"2021-10-22T09:35:47","modified_gmt":"2021-10-22T09:35:47","slug":"how-to-create-a-website-with-gatsby","status":"publish","type":"post","link":"https:\/\/iwebcode.design\/how-to-create-a-website-with-gatsby\/","title":{"rendered":"How to Create a Website with Gatsby?"},"content":{"rendered":"

This blog has purposed to be a basic outline of making a site utilizing Gatsby. The site will direct you along in making a site, regardless of whether you don’t think a lot about web improvement. It showed the themes during the instructional exercises, however, here we learn through everything all together and will be pretty much as immediate as could be expected.<\/p>\n

What is Gatsby?<\/h2>\n

It is an open-source structure that uses React.js to produce static sites. What is a static site?<\/p>\n

A static site doesn’t progressively change. Dynamic sites render diverse substance relying upon the information it gets. A static site will be conveyed to you as it has put away. Despite the fact that it utilizes Graphql(which is a question language), there is no information base. All things considered, information recovering happens when the application is being worked, from neighborhood documents.<\/p>\n

Modules, Themes, Starters<\/h3>\n

There is a plenitude of modules accessible that add usefulness to your application, for example, Responsive Images, an RSS channel, Google Analytics, and so forth<\/p>\n

Its Themes are Plugins that accompanied pre-arranged usefulness, information sourcing, as well as UI code. There are “Starters”, which are site standards that are pre-arranged considering an immediate reason, such as making a portfolio.<\/p>\n

Creation and Installation<\/h3>\n
    \n
  1. Install npm<\/strong> for project creation.<\/li>\n
  2. Insert project name<\/li>\n
  3. After project opening run command in npm develop<\/li>\n
  4. Components already created, you have to make folders and files.<\/li>\n
  5. The image folder is already in-build in Gatsby.<\/li>\n<\/ol>\n

    It is recommended to take only one name as you will start having warnings if you changed the name after some time<\/p>\n

    On the other hand, at the place of starter, you can use plugins the place of it which are as follows:<\/p>\n