base

 

base provides boilerplate html page structure for the programming pages theme, setting up the viewport and including css and scripts.

The base layout does not provide any special content formatting; it is designed to be inherited from by another layout that leverages the base css and scripts to implement features.

Most programming pages theme features are implemented in the page layout.

Usage

---
layout: "base"

title: string
---
<content>

Parameters

title
optional
 title of the page, used to render in indices. If not provided, defaults to file name.
programming pages 2020 pixeldroid
https://github.com/pixeldroid/programming-pages
programming pages theme v0.5.22 (https://github.com/pixeldroid/programming-pages)