Hexo-Theme-Type
Hexo-Theme-Type copied to clipboard
'style.css' & 'material3.css' not pre-compiled
With cf055c3669f5967571ddb159a754b00cef1dc890, the stylesheets of the theme, namely style.css
and material3.css
are not pre-compiled from their .scss
counterpart. Within the first hexo g && hexo s
, there wouldn't be any styling as a result. A typical user will find this frustrating.
Also a possible issue with installing the theme through NPM as a package (potentially my depth of knowledge on nodejs is too shallow), which is the dependencies of the theme, such as hexo-symbols-count-time
, are not automatically installed, which again would cause frustrations upon the first install and generation of the theme. Hope these can be rectified.