jekyllwind
jekyllwind copied to clipboard
Jekyll + Tailwind CSS boilerplate
Hi, I've cloned this repo and followed these steps to deploy to Github pages but it's as if the TW build/compilation isn't happening? [https://jekyll.ohsostatic.com/devops/how-to-use-tailwind-css-with-jekyll-on-github-pages](url) My repo is https://github.com/RayburnTrading/rtc-blog If you...
Hello, I used this boilerplate to create some type of portfolio for myself using jekyll and it helped me a lot, thanks. Locally I has some problems using in windows...
This is how it looks: ```liquid ``` Jekyll doesn't mind this, but the syntax highlighting feature of some code editors might..
There's an issue with the tailwind.config.js file, the theme property is nested inside another theme property. This way customisations won't work.
Added a docker container so that folks can get going with just `docker compose up --build`.
Tried to enable incremental build from the config file via `incremental: true` and after that adding fresh Tailwind classes stopped regenerating the CSS file. Turned it back off without any...