Register site for google site verification and search analytics

  1. Go to https://search.google.com/search-console register your site
  2. Go to https://analytics.google.com to register your site

Integrate ghost

Using the UI:

  1. Go to /ghost/##/settings/code-injection
  2. Paste both codes into the Site Header
  3. Click Save

Modifying ghost code:

  1. Go to your theme
  2. Open default.hbs
  3. Paste both codes under the <head> area

Resource: https://www.youtube.com/watch?v=NaBlkYsx-tY


Add disquis

  1. Go to your theme
  2. Open default.hbs
  3. Add the following under {{ghost_foot}}:
{{##if post}}
 {{> disqus-post}}
{{else}}
 {{> disqus-home}}
{{/if}}