Home
Daily
πŸ—’οΈ FlexiBlog: Getting Started
December 20, 2025
1 min

Table Of Contents

01
🧩 1. Install the Required Tools
02
πŸ—‚οΈ 2. Unzip the FlexiBlog Theme
03
🎨 3. Create a New Gatsby Site Using a FlexiBlog Starter
04
βš™οΈ 4. Open the Project in VS Code
05
πŸš€ 5. Run the Development Server

This guide will help you install FlexiBlog, set up your tools, and run your blog locally β€” even if you have zero coding experience.


🧩 1. Install the Required Tools

Before installing the FlexiBlog theme, you need 3 things:


βœ” 1.1 Install Visual Studio Code (VS Code)

VS Code is the text editor you will use to open and edit your blog files.

Download it here: πŸ‘‰ https://code.visualstudio.com/

Install it like any normal application.

Recommended extensions for beginners:

  • Prettier β€” Code Formatter
  • ESLint
  • GitLens
  • Markdown Preview Enhanced

You don’t need to understand coding to use VS Code. Think of it like β€œMicrosoft Word but for websites.”


βœ” 1.2 Install Node.js

Download here: πŸ‘‰ https://nodejs.org

After installation, check if it works:

node -v
npm -v

You should see version numbers.


βœ” 1.3 Install Gatsby CLI

Gatsby is the framework used by FlexiBlog.

Install globally:

npm install -g gatsby-cli

πŸ—‚οΈ 2. Unzip the FlexiBlog Theme

  1. Download the ZIP file from ThemeForest
  2. Unzip it
  3. Open your Terminal / Command Prompt
  4. Navigate into the extracted folder:
cd @elegantstack

(Your folder name may vary.)


🎨 3. Create a New Gatsby Site Using a FlexiBlog Starter

Each starter is a different design. Choose one you like.

Example: Create a Personal Blog starter

gatsby new site ./starters/gatsby-starter-flexiblog-personal

Other available starters:

StarterCommand
Agencygatsby new site ./starters/gatsby-starter-flexiblog-agency
Beautygatsby new site ./starters/gatsby-starter-flexiblog-beauty
Educationgatsby new site ./starters/gatsby-starter-flexiblog-education
Medicalgatsby new site ./starters/gatsby-starter-flexiblog-medical
Minimalgatsby new site ./starters/gatsby-starter-flexiblog-minimal
Minimal-v2gatsby new site ./starters/gatsby-starter-flexiblog-minimal-v2
Newsgatsby new site ./starters/gatsby-starter-flexiblog-news
Personalgatsby new site ./starters/gatsby-starter-flexiblog-personal
Sciencegatsby new site ./starters/gatsby-starter-flexiblog-science

Tip: You only need ONE starter. Choose the one closest to the style you want.


βš™οΈ 4. Open the Project in VS Code

After the starter is created:

cd site

Now open it in VS Code:

code .

VS Code will open the whole blog project.


πŸš€ 5. Run the Development Server

Start the live preview of your site:

npm run develop

Open your browser and visit:

πŸ‘‰ http://localhost:8000

You will now see your blog running!



Tags

#FlexiBlog

Share

Related Posts

πŸ—’οΈ FlexiBlog
πŸ—’οΈ FlexiBlog: How to add Post, Images, and Videos
December 23, 2025
1 min
Β© 2025, All Rights Reserved.
Powered By

Social Media

githublinkedinyoutube