How To: Making a Custom NodeBB Theme
-
So this is a little bit outdated, I do recommend you look at our quick-start theming repo and go for there.
As for your problems with heroku I have replied on the other thread, so let's take it from there
Thanks again @Haowei for the translation
-
No resources available atm, but it's totally possible to do. Maybe in future we should write a very barebones theme without bootstrap or anything, just a simple table format that utilizes most of the API
-
@psychobunny said:
No resources available atm, but it's totally possible to do. Maybe in future we should write a very barebones theme without bootstrap or anything, just a simple table format that utilizes most of the API
Would be great to understand nodebb theming and create own themes
-
@psychobunny I try to follow the guide but font work for 0.6.x
Edit im so idiot miss @
-
@divi you can use grunt.
-
@pichalite sadly nodeBB v0.6.x version didn't support grunt
below is my message.`grunt-cli: The grunt command line interface. (v0.1.13)
Fatal error: Unable to find local grunt.
If you're seeing this message, either a Gruntfile wasn't found or grunt
hasn't been installed locally to your project. For more information about
installing and configuring grunt, please see the Getting Started guide: -
I am thinking of creating a new theme for myself as I need a bit specific design to match the rest of my website.
But a lot of the links from above don't work Does anyone have any tips how to get into NodeBB theming at this point?Ive checked out the quickstart theming repo but it seems quite empty and I'm confused. I would expect to see some template files and less/sass files I could modify.
Thanks for any guidance
btw. I am checking this forum after few months and it looks even more awesome than before. Did not think it could be possible
-
@psychobunny Hi, this link doesn't work, can I read somewhere else about creating custome themes for nodebb ?
-
@dge808 check the NodeBB docs
-
the http://burnaftercompiling.com/nodebb/nodebb-hands-on-theming-guide-part-1/ can't be opened ~ !
-
-
Any updated docs for creating a theme from scratch?
-
Nodebb is using Bootstrap 3.x and less now right? Will there be an update to Bootstrap 4.x and scss soon?
I would like to build a theme where I can create webpages from the Adm. like this one for Wordpress.
Build software better, together
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
GitHub (github.com)
-
@Jenkler said in How To: Making a Custom NodeBB Theme:
Any updated docs for creating a theme from scratch?
I would search at the official documentation: https://docs.nodebb.org/development/themes/
In regards to the support of Bootstrap 4 and/or SCSS, I wouldn't expect anything too soon. See also this issue on Github: https://github.com/NodeBB/NodeBB/issues/5874#issuecomment-380469427
-
Thanks for the info