[HIRING] : Custom Discourse Theme

The theme on theme creator is purpose-built and as such, not much time was spent on making it easy to customise with theme settings. That said, here’s an “as is” copy of the theme

https://github.com/hnb-ku/discourse_theme_creator_theme

https://github.com/hnb-ku/discourse_theme_creator_theme

I say as is here since it’s currently a desktop-only theme and comes with no support since I intend to create a version that’s easy to customise at some point in the future.

As a side-note, the moving banner is a bit of distraction for regular users. You can hide it for logged in users with something like this:

html:not(.anon) .hero {
  display: none;
}

The theme is released under the MIT license so feel free to fork and re-release.

10 « J'aime »