Original repository is here.
/content/themes/
ここに配置すること。
検証のしかた。
# Install gscan globally
npm install gscan -g
# Scan a theme directory for compatibility
gscan /path/to/ghost/content/themes/casper
# Scan a theme zip file for compatibility
gscan -z /path/to/downloads/theme.zip
Use Ghost Code Injection
ということで Settings からエディタを開いてヘッダー・フッターに必要なタグを保存できます。
Local環境でjsonをダウンロードしようとするとWarningが表示されて失敗。 wp-config.php に、
ini_set('display_errors',0);
error_reporting(0);
を追加して再起動したところダウンロードできました。
How to Add Google Custom Search to Ghost