We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed successfully hyde, init a default template -t default, and i encountered with:
-t default
INFO:Processing /prerendered/hyde-icon.png[2013-11-18 21:26:12,088] *********************** Error while rendering page /prerendered/hyde-icon.png *********************** Generation Failed Traceback ... ... UnicodeDecodeError: 'utf8' codec can't decode byte 0x89 in position 0: invalid start byte
And solved simply by removing hyde-icon.png, i think hyde supposes this file as a content and tries to render as a text.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed successfully hyde, init a default template
-t default
, and i encountered with:And solved simply by removing hyde-icon.png, i think hyde supposes this file as a content and tries to render as a text.
The text was updated successfully, but these errors were encountered: