General

{{gh-task-button "Save settings" task=save class="gh-btn gh-btn-blue" data-test-save-button=true}}
Publication info
Title & description
The details used to identify your publication around the web
{{#liquid-if pubInfoOpen}}
{{#gh-form-group errors=model.errors hasValidated=model.hasValidated property="title"}} {{gh-input model.title type="text" focusOut=(action "validate" "title" target=model) update=(action (mut model.title)) data-test-title-input=true}} {{gh-error-message errors=model.errors property="title"}}

The name of your site

{{/gh-form-group}} {{#gh-form-group errors=model.errors hasValidated=model.hasValidated property="description" class="description-container"}} {{gh-input model.description type="text" focusOut=(action "validate" "description" target=model) update=(action (mut model.description)) data-test-description-input=true}} {{gh-error-message errors=model.errors property="description"}}

Used in your theme, meta data and search results

{{/gh-form-group}}
{{/liquid-if}}
Site timezone
Set the time and date of your publication, used for all published posts
{{#liquid-if timezoneOpen}}
{{gh-timezone-select activeTimezone=model.activeTimezone availableTimezones=availableTimezones update=(action "setTimezone")}}
{{/liquid-if}}
Publication identity
Publication icon
A square, social icon used in the UI of your publication, at least 60x60px
{{#if model.icon}} icon {{else}} {{/if}} {{#if showUploadIconModal}} {{gh-fullscreen-modal "upload-image" model=(hash model=model imageProperty="icon" accept=iconMimeTypes extensions=iconExtensions uploadUrl="/uploads/icon/") close=(action "toggleUploadIconModal") modifier="action wide"}} {{/if}}
Publication logo
The primary logo for your brand displayed across your theme, should be transparent and at least 600px x 72px
{{#if model.logo}} {{else}} {{/if}} {{#if showUploadLogoModal}} {{gh-fullscreen-modal "upload-image" model=(hash model=model imageProperty="logo") close=(action "toggleUploadLogoModal") modifier="action wide"}} {{/if}}
Publication cover
An optional large background image for your site
{{#if model.cover}} cover photo {{else}} {{/if}} {{#if showUploadCoverModal}} {{gh-fullscreen-modal "upload-image" model=(hash model=model imageProperty="cover") close=(action "toggleUploadCoverModal") modifier="action wide"}} {{/if}}
Social accounts
Social accounts
Link your social accounts for full structured data and rich card support
{{#liquid-if socialOpen}}
{{#gh-form-group errors=model.errors hasValidated=model.hasValidated property="facebook"}} {{gh-error-message errors=model.errors property="facebook" data-test-facebook-error=true}}

URL of your publication's Facebook Page

{{/gh-form-group}} {{#gh-form-group errors=model.errors hasValidated=model.hasValidated property="twitter"}} {{gh-error-message errors=model.errors property="twitter" data-test-twitter-error=true}}

URL of your publication's Twitter profile

{{/gh-form-group}}
{{/liquid-if}}
Advanced settings
Use dated permalinks
Include the date in your post URLs, eg. blogurl.com/2017/01/post-title/
{{one-way-checkbox isDatedPermalinks type="checkbox" update=(action (mut isDatedPermalinks)) data-test-dated-permalinks-checkbox=true}}
Make this site private
Enable protection with simple shared password, All search engine optimization and social features will be disabled.
{{#if model.isPrivate}}
{{#gh-form-group errors=model.errors hasValidated=model.hasValidated property="password"}} {{gh-input model.password name="general[password]" type="text" focusOut=(action "validate" "password" target=model) update=(action (mut model.password)) data-test-password-input=true}} {{gh-error-message errors=model.errors property="password" data-test-password-error=true}}

Set the password for this site

{{/gh-form-group}}
{{/if}}
{{one-way-checkbox model.isPrivate type="checkbox" update=(action (mut model.isPrivate)) data-test-private-checkbox=true}}
{{outlet}}