YAML schema
layout: default | post | product | video
type: full | center | medium
permalink: /url
redirect_from: /outdated-url
title: max 70-78 chars
titleLong: max 70-78 chars (overwrites page.title except in nav)
description: max 170-200 chars
date: YYYY-MM-DD HH:MM:SS
private: true // default `false`, prevent page indexing
downloadGuide: true // Download for Guide PDF
className: className
css: |
selector {
rule: value;
}
video: ID
videoTitle: title of video
image: src
imageTitle: image `alt` attribute value
imageClass: className
imageWidth: Number
imageHeight: Number
imageLabel: "Author: Name <website>"
Run
bundle exec jekyll serve
on in Docker http://127.0.0.1:4000
docker run -p 4000:4000 -v d:/www/lea.laukstein.com:/site bretfisher/jekyll-serve
Differ production and development environment with SET JEKYLL_ENV=prod | dev
before jekyll serve
or uncomment environment: development
in _config.yml.
Used APIs: YouTube, Disqus, Mailgun, Pelepay, Bugsnag, Google Analytics, FullStory, Facebook Pixel, and private APIs.
Released under the CC BY-NC-ND 4.0 License. © 2022 לאה לאוקשטיין