Hexo-Theme-Type icon indicating copy to clipboard operation
Hexo-Theme-Type copied to clipboard

'style.css' & 'material3.css' not pre-compiled

Open hifocus opened this issue 1 year ago • 1 comments

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.

hifocus avatar Mar 04 '23 15:03 hifocus

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.

hifocus avatar Mar 04 '23 15:03 hifocus