monkeyWzr / hugo-theme-cactus

Cactus theme for hugo
MIT License
537 stars 338 forks source link

Add colortheme setting to install README #85

Closed hyobyun closed 3 years ago

hyobyun commented 3 years ago

Add colortheme params during install, otherwise build errors:

WARNING: calling IsSet with unsupported type "ptr" (*hugolib.SiteInfo) will always return false.
Error: Error building site: TOCSS: failed to transform "scss/style.scss" (text/x-scss): SCSS processing failed: file "stdin", line 2, col 1: File to import not found or unreadable: colors/<no value>. 
monkeyWzr commented 3 years ago

@hyobyun Hi there! Thank you for helping! You are definitely right! I decide to add a default colortheme value in #88, to keep the basic config simple. There is also a thread #82 discussing this bug.

Thanks again and best regards!