-
Notifications
You must be signed in to change notification settings - Fork 1
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
Congratulations and initial steps #1
Comments
Hello. Glad you are liking it. Pages get added to There is not currently a scaffolding generator, though I do plan to write one eventually. For now you just have to make the files yourself. You might find it useful to clone the documentation site repo and have a look through there since it is a little more filled in with content... https://github.com/abstracthat/sitelightning.co. You should definitely read through the quick start and documentation here: http://sitelighting.co/. There will be a big push soon that enables the RSS feed and adds support for static email templating and campaign management via the Mailchimp API (through a couple of simple gulp commands of course). |
the idea of 'collection' is quite similar to mongoDB. I like it. I'm specilally interested in almost ALL the ideas you are talking about. |
hey! Another question is if possible to push to a gh-pages branch when 'gulp deploy' like hexo does. I think github wont read |
That looks like a bug. I'll have a look as soon as I can. There is no gh-pages support but I could add that in. To do it yourself just add a deploy task using the gulp-gh-pages plugin. This should override the deploy task in gulp-lightning so you need to call the gulp task 'build' as a dependency. gulp.task 'deploy', ['build'], ->
ghpages() As for auto publishing (a la Jekyll) you can do that with Travis. http://www.jvandemo.com/how-to-use-travis-ci-to-automatically-deploy-a-harpjs-application-to-github-pages/ |
As to the assumed bug, HTMLMin is removing the attribute quotes as they are not required. I think it's fine to leave them out. It's minified output anyway. |
Hey, this is a very interesting project. I've cloned and playing and learning with it. 🐸
How can I add some pages and posts? I can't find them.
thanks!
The text was updated successfully, but these errors were encountered: