-
Notifications
You must be signed in to change notification settings - Fork 26
Config
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
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:
name | The name of your website |
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 |