|
|
@ -13,6 +13,24 @@ Main differences are: |
|
|
|
* Articles published under the `Releases` category are displayed in the navbar. |
|
|
|
* Google font has been removed. |
|
|
|
* Proprietory Social media links have been removed. |
|
|
|
* Plausible tracker. |
|
|
|
|
|
|
|
## Plausible tracker |
|
|
|
Add a new variable to `pelicanconf.py` |
|
|
|
|
|
|
|
``` |
|
|
|
DOMAIN="your.domain.com" |
|
|
|
``` |
|
|
|
|
|
|
|
A script entry is added to the HTML head like so |
|
|
|
|
|
|
|
``` |
|
|
|
<script defer data-domain="your.domain.com" src="/js/stats.js"></script> |
|
|
|
``` |
|
|
|
|
|
|
|
`/js/stats.js` must be reversed proxied to point to your Plausible installation. |
|
|
|
|
|
|
|
https://github.com/plausible/analytics/discussions/610#discussioncomment-760105 |
|
|
|
|
|
|
|
## Demo |
|
|
|
|
|
|
|