Our Ghost v5 Theme made for SREDevOps.org based on Tailwind CSS v3, responsive, dark color schema, SVG icons, sidebar + footer navigation, customized tags, and recommendations pages. Highly inspired by Priority Vision's "Aspect" Theme and took many functionalities from @TryGhost "Source" default theme.
- Missing SVG Icons
- Granular internationalization using custom post templates
- Ghost Cards assets CSS Cleanup
- Migrate Tailwind classes from inline styles into stylesheets files
- Improve Algolia Search
- Implement custom options
Find the source code on GitHub Repo.
Check out the live demo at SREDevOps.org.
- Ensure you have Ghost installed locally. Check how to run Ghost Locally and set up a local environment.
-
Clone the repository:
git clone https://github.com/sredevopsorg/redevopsorg-ghost-theme.git
-
Navigate to the theme directory:
cd sredevopsorg-ghost-theme
-
Install dependencies:
yarn install
-
Run in development mode:
yarn dev
-
Activate the theme in your Ghost admin panel or use the Deploy Ghost Theme Action.
- Tailwind CSS based design
- Sidebar main navigation
- Dark schema
- Responsive design
- Customizable image sizes
Contributions are welcome! Please open an issue or submit a pull request.
All original code of this theme is licensed under the MIT License.
- Author: Nicolás Georger [@ngeorger] - [email protected]
- Highly inspired by Priority Vision's "Aspect" Theme
- Took many functionalities from @TryGhost "Source" default theme