-
Notifications
You must be signed in to change notification settings - Fork 21
Twig support? #3
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
Comments
@ydmitry This is just a theme on top of kss-node. This is what their docs says:
You can find that here: github.com/kss-node/kss/blob/spec/SPEC.md. |
Do you mean I need to generate my examples from twig to HTML separately from KSS and use KSS node repository contains builder that can support twig: https://github.com/kss-node/kss-node/tree/master/builder/twig , but as I see |
@ydmitry I understand. Currently in the kss-config.json we reference to
And then it should be possible to reference with the Sad news is that I currently don't have the time. But good idea to add later on. For now you can fork this repo and try it yourself if you need it now. I think if you write the index template with the twig syntax and replace the handlebars builder with the twig builder it would work. |
+1 |
How can I enable twig templates markup using this KSS theme?
When I write:
// Markup: example.twig
...it writes file name as is "example.twig"
The text was updated successfully, but these errors were encountered: