Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/razonyang/hugo-mod-google-adsense

Hugo Google Adsense Module
https://github.com/razonyang/hugo-mod-google-adsense

google-adsense hugo-mod hugo-module hugopress-module

Last synced: about 1 month ago
JSON representation

Hugo Google Adsense Module

Awesome Lists containing this project

README

        

# Hugo Google Adsense Module

## Installation

### Configuration

Append the following configuration into `config.toml`.

```toml
[[module.imports]]
path = "github.com/razonyang/hugo-mod-google-adsense"

[params.googleAdsense]
client = "ca-pub-CLIENT-ID"
```

### Partials

> You can skip this step if your theme support [HugoPress](https://github.com/razonyang/hugopress).

Include the following partial inside `` tag.

```html
{{- partialCached "hugopress/modules/google-adsense/script" . }}
```