Add google site verification
Go to https://search.google.com/search-console register your site
Easy way:
Go to /ghost/##/settings/code-injection
, and paste the code you’re given from the google site into the Site Header, click Save.
Hard way:
- Go to your theme
- Open default.hbs
- Paste the code you’ve been given under the
<head>
area
Add google search analytics
Go to https://analytics.google.com to register your site
Easy way:
Go to /ghost/##/settings/code-injection
, and paste the code you’re given from the google site into the Site Header, click Save.
Hard way:
- Go to your theme on the ghost server
- Open default.hbs
- Paste the code you’ve been given 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}}