aiokr / Hexo-Theme-Type

A Material Design HEXO theme
https://theme-type.photup.art
MIT License
52 stars 6 forks source link

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

Open hifocus opened 1 year ago

hifocus commented 1 year ago

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 commented 1 year ago

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.