zzossig / hugo-theme-zzo

Make a blog with hugo zzo theme!
https://themes.gohugo.io//theme/hugo-theme-zzo/en/
MIT License
743 stars 256 forks source link

Insecure mixed content detected from Netlify. #390

Closed EliasMasche closed 3 years ago

EliasMasche commented 3 years ago

Hello i am new, green to Webdev as using Hugo, i found this theme, really enjoy for my blog, so following the documentation of Hugo and the theme, i edited the appearance based on my needs and deploy through netlify and on deploy logs i am getting the issue. So far didn't found a way of solving or where to fix this error/warning, the report of erros is: ` In tags/index/page/1/index.html:

Insecure link urls:
    http://example.org/tags/index/

In archive/index.html:

Insecure link urls:
    http://example.org/archive/index.xml
    http://example.org/archive/

In 404.html:

Insecure link urls:
    http://example.org/404.html

In series/index.html:

Insecure link urls:
    http://example.org/series/index.xml
    http://example.org/series/

In categories/index.html:

Insecure link urls:
    http://example.org/categories/index.xml
    http://example.org/categories/

In tags/index.html:

Insecure link urls:
    http://example.org/tags/index.xml
    http://example.org/tags/

In posts/index.html:

Insecure link urls:
    http://example.org/posts/index.xml
    http://example.org/posts/

In tags/index/index.html:

Insecure link urls:
    http://example.org/tags/index/index.xml
    http://example.org/tags/index/

In about/index.html:

Insecure link urls:
    http://example.org/about/

In index.html:

Insecure link urls:
    http://example.org/index.xml
    http://example.org/ 

`

EliasMasche commented 3 years ago

Modifying the config.toml as copying the files from themes to root project able to remove the warning of 'Insecure mixed content' on Netlify.