how can i add my css and custom js file in ghost themeing i referred more comments but i couldnt understand can someone help me to rsolve the issue
You can load your own JS and CSS by adding it your theme folder under assets
and by loading it using the default.hbs
file. That or use the code injection
feature available. There might be better options as well, but any of those two works fine.