Skip to content

Latest commit

 

History

History
139 lines (135 loc) · 2.27 KB

config.md

File metadata and controls

139 lines (135 loc) · 2.27 KB

Configuring Harmonic

The Harmonic config file is a simple JSON object.
You can configure your static website with the CLI config command:

harmonic config

Config

Feel free to open and change your harmonic config file, actually some of these configurations aren't available on the command line helper.
So, let's check the full config file:

key value example
name The name of your website My awesome blog
title The title of your webiste My awesome title
domain The domain of your website - NOT IMPLEMENTED YET* http://es6rocks.com
subtitle The subtitle of your website - NOT IMPLEMENTED YET* My awesome subtitle
author Your name John da Silva
keywords The keywords of the page or post - NOT IMPLEMENTED YET* JavaScript, HTML5, CSS3
description Some description of your website Just a description
template The template you choose to use default
posts_permalink The posts permalink of your website :year/:month/:title
pages_permalink The pages permalink of your website pages/:title

All this information are available in any template as config.

<<< Installing Harmonic | Blogging with Harmonic >>>