Settings {{svg-jar "arrow-right"}} General settings

{{#if this.showLeaveSettingsModal}} {{/if}}

Publication info

Title & description

The details used to identify your publication around the web

{{#liquid-if this.pubInfoOpen}}

The name of your site

Used in your theme, meta data and search results

{{/liquid-if}}

Site timezone

Set the time and date of your publication, used for all published posts

{{#liquid-if this.timezoneOpen}}
{{/liquid-if}}

Publication Language

Set the language/locale which is used on your site

{{#liquid-if this.langOpen}}

Default: English (en); you can add translation files to your theme for any language

{{/liquid-if}}

Site meta settings

Meta data

Extra content for search engines

{{#liquid-if this.metaDataOpen}}

Recommended: 70 characters. You’ve used {{gh-count-down-characters this.settings.metaTitle 70}}

Recommended: 156 characters. You’ve used {{gh-count-down-characters this.settings.metaDescription 156}}

{{truncate (or this.settings.metaTitle this.settings.title) 70}}
{{truncate (or this.settings.metaDescription this.settings.description) 300}}
{{/liquid-if}}

Twitter card

Customise structured data of your site for Twitter

{{#liquid-if this.twitterCardOpen}}
{{#if this.settings.twitterImage}}
{{/if}}
{{or this.settings.twitterTitle this.settings.title}}
{{truncate (or this.settings.twitterDescription this.settings.description) 155}}
{{/liquid-if}}

Facebook card

Customise structured data of your site

{{#liquid-if this.facebookCardOpen}}
{{#if this.settings.ogImage}}
{{/if}}
{{truncate (or this.settings.ogTitle this.settings.title) 88}}
{{truncate (or this.settings.ogDescription this.settings.description) 300}}
{{/liquid-if}}

Social accounts

Social accounts

Link your social accounts for full structured data and rich card support

{{#liquid-if this.socialOpen}}

URL of your publication's Facebook Page

URL of your publication's Twitter profile

{{/liquid-if}}

Advanced settings

Make this site private

Enable protection with simple shared password. All search engine optimization and social features will be disabled.

{{#if this.settings.isPrivate}}
A private RSS feed is available at {{this.privateRSSUrl}}

Set the password for this site

{{/if}}
{{outlet}}