General

{{#link-to 'settings' class='button-back button'}}Back{{/link-to}}
{{input id="blog-title" name="general[title]" type="text" value=title}}

The name of your blog

{{textarea id="blog-description" name="general[description]" value=description}}

Describe what your blog is about {{gh-count-characters description}}

{{#if logo}} {{else}} {{/if}}

Display a sexy logo for your publication

{{#if cover}} {{else}} {{/if}}

Display a cover image on your site

{{input id="email-address" name="general[email-address]" type="email" value=email autocapitalize="off" autocorrect="off"}}

Address to use for admin notifications

{{input id="postsPerPage" name="general[postsPerPage]" type="number" value=postsPerPage}}

How many posts should be displayed on each page

{{input id="permalinks" name="general[permalinks]" type="checkbox" checked=isDatedPermalinks}}

Include the date in your post URLs

{{view Ember.Select id="activeTheme" name="general[activeTheme]" content=themes optionValuePath="content.name" optionLabelPath="content.label" value=activeTheme selection=selectedTheme}}

Select a theme for your blog