You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is certainly related to #1291 -- but I don't think it's time to do a full revamp of the theme right now.
But there is a saying that you should Eat your own dog food -- and we're certainly way behind the Hugo train in the docs site/theme, making it harder to maintain than it should be.
So, I suggest that we do a refresh with these short goals:
We use NPM/package.json only to pull in dev dev-dependencies for TailwindCSS, JS -- all building happens in Hugo
We already use a very old version of Tailwind. I suspect there are some scripts "out there on the internet" that can help with the replacement of the "old => new" utility CSS class names.
UPDATE: I notice that the current version uses Tachyon for CSS, but the above still applies in general.
The text was updated successfully, but these errors were encountered:
This is certainly related to #1291 -- but I don't think it's time to do a full revamp of the theme right now.
But there is a saying that you should Eat your own dog food -- and we're certainly way behind the Hugo train in the docs site/theme, making it harder to maintain than it should be.
So, I suggest that we do a refresh with these short goals:
js.Build
The above means that:
We already use a very old version of Tailwind. I suspect there are some scripts "out there on the internet" that can help with the replacement of the "old => new" utility CSS class names.
UPDATE: I notice that the current version uses Tachyon for CSS, but the above still applies in general.
The text was updated successfully, but these errors were encountered: