将液体与 haml 一起使用
我计划用 ruby/rails 开发一个 CMS。我计划的主要关键功能之一是让用户编辑他们的布局(我计划通过 Liquid 来完成此操作),
同时我还发布了一些关于 HAML 和 SaaS 的好文章。所以只是想知道我是否可以使用 haml + Liquid + sass 适合我的工作
如果可能的话,如果您能给我指出一些资源,
我将不胜感激,提前
致谢,
sameera
I'm planning to develop a CMS with ruby/rails. One of the main key features that I'm planning is to give the user to edit their layout (I'm planning to do this through liquid)
meanwhile i have red some good articles on HAML and SaaS. So just wondering whether i can use
haml + liquid + sass for my work
If possible i would thankful if you could point me some resources
thanks in advance
cheers,
sameera
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为这是可能的,看看这个混合 Jekyll、Haml 和 SCSS 的项目。
I think that is possible, take a look at this project mixing Jekyll, Haml and SCSS.
我不认为 HAML 和 Liquid 真的兼容。另外,由于 HAML 有大量空白,我认为将其引入作为 CMS 内容编辑的标记并不是一个好主意(假设我们正在与普通网站管理员或使用所见即所得编辑器的普通用户打交道)。
I don't think that HAML and Liquid are really compatible. Plus, as HAML has significant whitespace, i don't see it as a good idea to introduce it as the markup for CMS content editing (assuming we are dealing with an average webmaster or a regular user with a WYSIWYG editor here).
我见过 haml 和 Liquid 在这个 jekyll 叉上至少工作过一次:
http://github.com/henrik/ jekyll
所以你的提议当然是可能的。但我不知道这是否会“容易”。
I've seen haml and liquid working at least once on this jekyll fork:
http://github.com/henrik/jekyll
So what you are proposing is certainly possible. I don't know whether it will be "easy", though.