-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Error on install w/ -T basic #8
Comments
blog project-template (the default) seems to work ok. |
Amusingly, the problem can disappear if you put |
That is amusing! :) |
+1 also getting this |
this module shouldnt assume the parent is using coffeescript, it should depend on coffeescript itself |
@ianstormtaylor skimming this issue it seems like it could be fixed by compiling to |
hmm not sure, haven't used coffeescript with node enough to say 100%. but i stopped using wintersmith :/// |
@ianstormtaylor Ok, I'll take a look soon. Re: wintersmith... it's awfully hard to use, but I'm unaware of any alternative. |
got one coming soon for you ;) |
@ianstormtaylor I am excited. 👍 |
https://www.npmjs.org/search?q=metalsmith if you wanna sneak peak. still got a few more things to do before launching to everyone (namely actual docs, and a landing page). everything is a plugin so even markdown conversion and templating isn't baked in. basically the steps are just:
so any transforms can be done, so its super flexible — using it for our blog/academy already. migrating our docs over to it now as well |
@ianstormtaylor looks cool, can't wait to try it. |
Looks cool, but I can't seem to find any of it on github. |
@konsumer probably a private repo in the segmentio organization 😇 |
@JacksonGariety ah, yeah, just noticed npm links are all to inaccessible segmentio repos. |
hopefully will be open sourced next couple weeks |
@JacksonGariety @konsumer just launched it :) http://metalsmith.io |
@ianstormtaylor Looks sick, I'll try it out today. |
Hi, I am getting an error on a fresh install, like this:
I am using it like this:
My templates/index.html looks like this:
and contents/index.md looks like this:
The text was updated successfully, but these errors were encountered: