Register site for google site verification and search analytics
- Go to https://search.google.com/search-console register your site
- Go to https://analytics.google.com to register your site
Integrate ghost
Using the UI:
- Go to
/ghost/##/settings/code-injection
- Paste both codes into the Site Header
- Click Save
Modifying ghost code:
- Go to your theme
- Open default.hbs
- Paste both codes under the
<head>
area
Resource: https://www.youtube.com/watch?v=NaBlkYsx-tY
Add disquis
- Go to your theme
- Open default.hbs
- Add the following under
{{ghost_foot}}
:
{{##if post}}
{{> disqus-post}}
{{else}}
{{> disqus-home}}
{{/if}}