hyde-old
hyde-old copied to clipboard
Static website generator inspired by Jekyll
This took a long time to figure out… I was getting this error for some reason: ``` ~/path > hyde gen -r 22:27:10 hyde.engine Reading site configuration from [/path/site.yaml] 22:27:10...
I installed successfully hyde, init a default template `-t default`, and i encountered with: ``` INFO:Processing /prerendered/hyde-icon.png[2013-11-18 21:26:12,088] *********************** Error while rendering page /prerendered/hyde-icon.png *********************** Generation Failed Traceback ... ......
Generation Failed I am trying to install hyde on windows vista 64-bit. I am getting this error when attempting to run the generator: --- Traceback (most recent call last): File...
hi. python hyde.py -g -s ~/hyde-site cd ~/hyde-site/deploy/ Rwebserver 4569 & (Rwebserver is a ruby app for serving static site) visit http://as3.brite.biz:4569/ to see the site . but i don't...
Traceback (most recent call last): File "hyde.py", line 8, in import hydeengine File "/media/8b6fa65e-c3d4-4d90-afbd-9cccb712e0d5/nova site/hyde/hydeengine/**init**.py", line 17, in from django.conf import settings ImportError: No module named django.conf how do i...
``` Downloads ❯ hyde.py -i -s test Traceback (most recent call last): File "/usr/local/bin/hyde.py", line 5, in pkg_resources.run_script('hyde==0.5.3', 'hyde.py') File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 442, in run_script self.require(requires)[0].run_script(script_name, ns) File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line...
in file layout/base.j2, I have a block in head tag {% block syntaxhighlighter_css %} {% endblock syntaxhighlighter_css %} in file content/blog/post-name.html overriding the block with following content, {% block syntaxhighlighter_css...
With a clean environment, you need to install cssmin in order to generate the site. This can be done easily now that we telling users to install using pip.
``` $ python hyde.py -g -s ~/blog -d ~/blog-deploy INFO:Pre processing /Users/user/blog[2011-02-05 16:51:40,922] INFO:Processing /index.html[2011-02-05 16:51:40,923] INFO:Processing /about/about.html[2011-02-05 16:51:41,385] INFO:Processing /archives/firstpost.html[2011-02-05 16:51:41,413] INFO:Processing /archives/archives.html[2011-02-05 16:51:41,426] INFO:Processing /media/css/base.css[2011-02-05 16:51:41,438] Generation Failed...