base
compress
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.
---
layout: "base"
title: string
---
<content>
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) |
s |
focus search bar ( enter to select, ▲ / ▼ to change selection) |
g e |
go to examples |
g g |
go to guides |
g l |
go to layout_api |
h |
toggle this help ( esc also exits) |