Open hifocus opened 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.
With cf055c3669f5967571ddb159a754b00cef1dc890, the stylesheets of the theme, namely
style.css
andmaterial3.css
are not pre-compiled from their.scss
counterpart. Within the firsthexo g && hexo s
, there wouldn't be any styling as a result. A typical user will find this frustrating.