Guide on creating Ghost themes with Tailwind #3591
Replies: 1 comment
-
I just spent a few hours trying to understand what Ghost did and ripped out the CSS references and replacing with what the great folks at Tailwind have done. By the way, the DuckDucks and Googles didn't return this discussion topic. (Honestly I may have missed it and will blame the wine, but I should have searched the official forum myself.) Nonetheless, thanks for sharing. I basically went with Ghost 4.0 for the pre-built membership support and blogability, but that's so my son can easily manipulate things. It's a great kickstart, however, Tailwind CSS is really brilliant and should be part of Ghost as a default! One thing I'm doing is creating a home page and building it with content from several Ghost pages so that each section has a header and text. There might be better ways to do it but that's what I inferred so far.
The Ghost pages I reference in each section of the home page use this format: Slug: section-contact-me I also made separate sections for header and footer, but I hard-coded the links for the navigation. I didn't spend much time in it but I'll look at what you did for Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all 👋
I've put together an overview on how to create a Ghost theme using Tailwind: How to create a Ghost theme with Tailwind CSS.
There is also an accompanying GitHub repo with a sample starter you can fork: http://github.com/usepine/theme-tailwindstarter
It's not rocket science, but hopefully can save some time for someone.
Beta Was this translation helpful? Give feedback.
All reactions