Updated readme and open repo to public
This commit is contained in:
parent
9677f82213
commit
d3d4d25788
37
README.md
37
README.md
@ -1,3 +1,38 @@
|
||||
# Infidel Cupper
|
||||
|
||||
This is infidel's fork version of hugo [Cupper](https://github.com/zwbetz-gh/cupper-hugo-theme) theme
|
||||
This is infidel's fork version of hugo [Cupper](https://github.com/zwbetz-gh/cupper-hugo-theme) theme. I use this theme for my own site [nnag.me](https://nnag.me).
|
||||
|
||||
## Added Feature
|
||||
|
||||
### Plausible integration
|
||||
|
||||
#### Shortcode
|
||||
|
||||
```go
|
||||
{{ if and (.Site.Params.plsDomain) (.Site.Params.plsUrl) }}
|
||||
<script defer data-domain="{{.Site.Params.plsDomain}}" src="{{.Site.Params.plsUrl | relURL}}"></script>
|
||||
{{ end }}
|
||||
|
||||
```
|
||||
|
||||
#### params
|
||||
|
||||
```yml
|
||||
...
|
||||
params:
|
||||
plsDomain : <Your Domain>
|
||||
plsUrl : <Your Plausible script url>
|
||||
...
|
||||
```
|
||||
|
||||
### PDF.js
|
||||
|
||||
#### shortcode
|
||||
|
||||
- `layout/shortcodes/embed-pdf.html`
|
||||
|
||||
#### scripts
|
||||
|
||||
- `static/js/pdf.js`
|
||||
- `static/js/pdf.worker.js`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user