Vowel

The blogging framework

Documentation

CLI

vowel builds a website, serves a preview on localhost, and watches for changes.

Settings

To configure any of these settings, add a property to the appropriate file's yaml frontmatter.

Website

The settings.md file can contain the following properties:

Vowel will ignore any other properties.

Page

Any page can contain the following properties:

Vowel will ignore any other properties.

Vowel may also metadata based on context.

Themes

Vowel includes three CSS themes. To set a theme, list one in settings.md:

theme: Default

To add custom styles, include a styles.css file. All rules in styles.css will take priority over theme styles, as the theme styles come wrapped in CSS layers.

Reset

A basic CSS reset.

Typography

The Reset theme with some simple typographic defaults.

Default

Reset, typography, and layout.