-
Notifications
You must be signed in to change notification settings - Fork 26
Config
Jaydson Gomes edited this page Jun 10, 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:
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.