Skip to content
Jaydson Gomes edited this page Jun 9, 2014 · 9 revisions

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
domain The domain of your website - NOT IMPLEMENTED YET*
subtitle The subtitle of your website - NOT IMPLEMENTED YET*
author Your name
keywords The keywords of the page or post - NOT IMPLEMENTED YET*
description Some description of your website
template The template you choose to use
posts_permalink The posts permalink of your website
pages_permalink The pages permalink of your website
Clone this wiki locally