Skip to content

Instantly share code, notes, and snippets.

View tech4him1's full-sized avatar

Caleb tech4him1

View GitHub Profile
@tech4him1
tech4him1 / config.yml
Last active April 20, 2018 16:52 — forked from jevenson/config.yml
Netlify CMS Bug Report
page_default_fields:
- label: Page Title
name: pageTitle
widget: string
home_page_fields:
- label: Layout
name: layout
widget: hidden
default: home.hbs
- label: Title
@tech4him1
tech4him1 / lessjs.rb
Last active December 29, 2016 01:24 — forked from andyfowler/lessjs.rb
Jekyll plugin to render LESS CSS
# 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