CaiJimmy / hugo-theme-stack

Card-style Hugo theme designed for bloggers
https://stack.jimmycai.com
GNU General Public License v3.0
4.89k stars 1.6k forks source link

Deprecations #895

Closed ytrepidorosonomous closed 7 months ago

ytrepidorosonomous commented 11 months ago

What happened?

These have been deprecated in Hugo version 0.120.0 https://github.com/gohugoio/hugo/releases/tag/v0.120.0

disqusShortname
googleAnalytics

Instead, use

services:
  disqus:
    shortname: your-disqus-shortname
services:
  googleAnalytics:
    ID: G-MEASUREMENT_ID

Hugo version

0.1120.0

Theme version

n/a

What browsers are you seeing the problem on?

Firefox

More information about the browser

No response

Relevant log output

No response

Link to Minimal Reproducible Example

n/a

ottok commented 7 months ago

@flexxgaad Since you know the exact tags already, so you want to take a stab at submitting a PR for this project to fix this?