How to build and deploy a site

I need advice to debug deploy Netlify App

I am a new user to netlify. I used github to store this static html template that I liked from Colorlib and want to now use the theme for my company’s website.

I am not sure what to use as build commands and deploy the site.

hey there, so this is what is coming back from the logs:

5:53:15 PM: ​
5:53:15 PM: $ jekyll build
5:53:15 PM: bash: jekyll: command not found
5:53:15 PM: ​
5:53:15 PM: ┌─────────────────────────────┐
5:53:15 PM: │   "build.command" failed    │
5:53:15 PM: └─────────────────────────────┘
5:53:15 PM: ​
5:53:15 PM:   Error message
5:53:15 PM:   Command failed with exit code 127: jekyll build
5:53:15 PM: ​
5:53:15 PM:   Error location
5:53:15 PM:   In Build command from settings:
5:53:15 PM:   jekyll build

can you post your package.json and also a screenshot from your build settings please?

your settings in the UI need to match what is defined in your package.json need to match the requirements for your project for everything to build smoothly :+1: