Any issues you have or features you'd like, post them here.
If you get a crash it'd be helpful if you could provide your site's source files.
A tool for building static blogs! · By
Hi Ryan, thank you for this!
I am having difficulty running this on Ubuntu and on Mac with the same issue appearing on both systems.
I am just building the example folder that is provided so I haven't changed anything yet.
Running:
./zoner zoner-example/
And I get the output:
Going to work on: 'zoner-example/'! WARNING: You don't have an images folder containing a favicon; site will be built without one. Oops! You must have a style folder containing a style.css file
Those folders exist in the example folder but the script can't see them for some reason. I have also tried giving the full path to the folder and that gives the same error.
If I am doing something wrong just let me know and if you would like some more information, I can do my best to get that too!
Thank you so much for checking this out and providing this info. I didn't get a chance to test it on a Mac or Linux system.
The issue was path creation using Windows-style backslashes, an amateur mistake on my part. I've fixed it to be system-agnostic now and it's available in the newest build.
Sorry for the trouble, and thanks again!
Hi Witchka, I figured out how to get the Mac version of Zoner working: I opened up a terminal, used the unix "cd" command to go to the folder where the "zoner" file is located, and then typed the following to get the zoner-example folder built:
./zoner ./zoner-example
If your Mac blocks running it because it's from an unknown developer, you can override that security by pressing the "open anyway" button in the System Settings, for the app and the runtime library files.