在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:samvincent/jekyll-haml开源软件地址:https://github.com/samvincent/jekyll-haml开源编程语言:Ruby 100.0%开源软件介绍:Jekyll::HamlThis gem provides a Jekyll converter for Haml files. InstallationIf using Bundler, add these lines to your application's Gemfile: group :jekyll_plugins do
gem 'jekyll-haml'
end Alternatively, if you don't use Bundler, just update your Jekyll project's gems:
- jekyll-haml UsageYou'll be able to use all of Haml's tricks to write some really clean markup. You can use liquid filters easily by just rendering the liquid tags as shown below. Have fun! ---
title: Story Time
permalink: page/
---
.container
%h3= "{% title %}"
:javascript
$(document).ready(function(){}); Markdown blocksFor clean content blocks, I find it helps to use Haml's .content
:markdown
*Dec 4, 2012* - [Author](http://github.com)
Once upon a time, in a village by the sea... PartialsThe gem adds the liquid filter {% haml comments.haml %} -# _includes/meta.haml
%meta{property: 'og:type', content: 'website'}
%meta{name: 'viewport', content: 'width=device-width'} AboutI originally searched around the internet for a quick way to integrate HAML into my jekyll workflow and found a few around the internet to convert haml in different cases (layouts, partials, and posts). This gem is really just a collection of those techniques so they're easy to find and you can get back to creating your site using the slickest markup. It's made to drop in to your If you're using this stuff, you may also be interested in Octopress. I believe it includes support for Haml/Sass out of the gate. Contributing
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论