example

 

example places content and an optional thumbnail image above a tabular menu of syntax-highlighted code files.

See Using the example layout for a demonstration (source).

Usage

---
layout: "example"

code: [ code_file, .. ]
thumb: string
title: string
---
<content>

Parameters

codelist of code files to be rendered, one to a tab, each with a tab label and optional language identifier for syntax highlighting.
use the following yaml format for each:
label: string
url: string
language: string
file paths should be followable to Jekyll (i.e. in the scope of the _docs directory). language hints should come from the rouge vocabulary.
thumb
optional
 file path to a thumbnail image
titlename for the example
programming pages 2020 pixeldroid
https://github.com/pixeldroid/programming-pages
programming pages theme v0.5.22 (https://github.com/pixeldroid/programming-pages)