Skip to content

macntech/ghost-starter

Repository files navigation

Ghost Starter Theme

A simple starter theme for a new Ghost project based on bootstrap 5 and on the newest Ghost engine version 5. The theme already includes:

  • Bootstrap 5
  • Fontawesome 6
  • Basic Website Frame

💾 Installation

Download the zip of this repo and copy it into your local Ghost folder under themes. Start building your own theme!

Some commands may need sudo access.

  1. Restart Ghost
  2. Visit the admin panel: http://localhost:2368/ghost
  3. Select General
  4. Select ghoststarter from the Theme dropdown

Usage

If you want to work on the theme and give it your own design idea you should have the latest version of ghost-cli and npm installed. Navigate to your theme and:

npm install

If you change some styles in the SCSS you need to re-compile it to your CSS with:

npm run dev

🔮 Help

You can check out my tutorial series on my blog https://macandtech.com how to create your own Ghost theme our of this template!

Thanks for sharing!

About

A simple starter theme for a new Ghost project

Resources

License

Stars

Watchers

Forks

Releases

No releases published