This module offers Google AdSense support for Hugo andHugoPress.
Module | github.com/hugomods/google-adsense |
---|---|
Stats |
hugo.yaml
1module:2imports:3-path:github.com/hugomods/google-adsense
hugo.toml
1[module]2[[module.imports]]3path='github.com/hugomods/google-adsense'
hugo.json
1{2"module":{3"imports":[4{5"path":"github.com/hugomods/google-adsense"6}7]8}9}
Note
Please skip this step if your theme supportsHugoPress, such asHB Framework themes.
1<head>2{{partialCached"google-adsense/index".}}3</head>
Parameter | Type | Default | Description |
---|---|---|---|
google_adsense | string | - | |
google_adsense_ad_blocking_detector | boolean | false | Whentrue , show up an ad blocking recovery message if ad blocker was detected on your site. |
google_adsense_ad_blocking_detector_fail_safe | boolean | false | Whentrue , show up an blocked message in the case ofgoogle_adsense_ad_blocking_detector script was blocked. |
hugo.yaml
1params:2google_adsense:ca-pub-XXXXXXXXXXXXXXXX
hugo.toml
1[params]2google_adsense='ca-pub-XXXXXXXXXXXXXXXX'
hugo.json
1{2"params":{3"google_adsense":"ca-pub-XXXXXXXXXXXXXXXX"4}5}