This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| page_default_fields: | |
| - label: Page Title | |
| name: pageTitle | |
| widget: string | |
| home_page_fields: | |
| - label: Layout | |
| name: layout | |
| widget: hidden | |
| default: home.hbs | |
| - label: Title |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # encoding: utf-8 | |
| require 'jekyll/utils' | |
| require 'open3' | |
| # The official Node.JS `lessc` binary needs to be availible in the shell. | |
| # `less_dir` defaults to `_less` but can be changed in `_config.yml`. | |
| module Jekyll | |
| class LessConverter < Converter | |
| safe true |