Skip to content

Beautifully responsive clean and modern Gatsby theme with rich typography

License

Notifications You must be signed in to change notification settings

anamwp/gatsby-theme-callisto

 
 

Repository files navigation

WPSpark

Gatsby Template - Callisto

Dependencies

Before start development or deploy make sure our spark-lite WordPress plugin is installed inside your WordPress installation Download Spark Lite.

Minimum Requirement to build

  1. At least one blog post with featured Image in your WordPress site
  2. One category and that category related post

Install gatsby CLI

To install gatsby CLI globaly.

npm install -g gatsby-cli

🚀 Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site.

    # create a new Gatsby site using theme callisto
    gatsby new callisto https://github.com/wpspark/gatsby-theme-callisto.git
  2. Create .env file.

    Navigate into your new site’s directory and create a new .env file.

    cd callisto/
    touch env/.env.mysitename

    Open .env.mysitename file with a text editor and add below config inside .env.mysitename file.

    baseUrl = "yoursite.com" # without http/https
    protocol = "https"
  3. Start developing.

    To start development process run below command from your terminal.

    gatsby develop mysitename
    or 
    npm start mysitename
  4. 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.

  5. Build Process.

    To build your site run bellow command from your terminal.

    npm run clean
    gatsby build mysitename

💫 Deploy With Netlify

Deploy to Netlify

About

Beautifully responsive clean and modern Gatsby theme with rich typography

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • CSS 0.9%