Minimal, fast Ghost theme with Tailwind CSS and dark mode.
🖥️ Live Screenshots Demo: https://frontendweb3.github.io/fastest/screenshots/
Installing the Fastest theme on your Ghost blog is a straightforward process. Follow these simple steps:
-
Download the Theme
- Navigate to the releases page of this repository.
- Download the latest
fastest.zipfile from the latest release.
-
Upload to Ghost
- Log in to your Ghost admin panel.
- Go to Settings -> Design.
- Click on Change theme and then click the Upload theme button.
- Select the
fastest.zipfile you downloaded.
-
Activate the Theme
- Once the upload is complete, click Activate to start using the fastest theme on your site.
That's it! Your Ghost blog is now using the fastest theme.
If you're a developer and want to customize the theme, you can set up a local development environment.
Clone the repository and install the dependencies. We recommend using pnpm for package management.
# Clone the repository
git clone https://github.com/your-username/fastest.git
# Navigate to the theme directory
cd fastest
# Install dependencies
pnpm installStart the development server to see live changes as you edit the files.
pnpm run devThis will compile the assets and enable live reloading. Any changes to CSS, JavaScript, or Handlebars (.hbs) files will be reflected in your browser automatically.
When you're ready to deploy your changes, build the theme assets for production and create a zip file.
pnpm run buildThis will create a fastest.zip file in the root of the project, which you can then upload to your Ghost blog.
Copyright (c) 2023-2026 fastest - Released under the MIT license.