Coder Social home page Coder Social logo

Comments (4)

xuehao avatar xuehao commented on July 21, 2024 3

Hi @hendiko ,
I meet the same troubleshooting yesterday. I just find the solution a second ago.
The disqus_url is not right (Maybe the reason is that you set the variable RELATIVE_URLS to True).
So please define a new parameter in your config file like this:
DISQUSURL = 'http://blog.yourdomain.com'
Then, go to pelican-bootstrap3 folder, edit templates/includes/comments.html.
Find the codes var disqus_url = '{{ SITEURL }}/{{ article.url }}';
Change SITEURL to DISQUSURL that you defined a minute ago.

from pelican-bootstrap3.

hendiko avatar hendiko commented on July 21, 2024

Thanks, you are right, it works now!!!

from pelican-bootstrap3.

yangjin-unique avatar yangjin-unique commented on July 21, 2024

Hi @xuehao,
Per your comment, If we let
SITEURL = 'http://blog.yourdomain.com',
Does this also fix this issue without modify templates/includes/comments.html ?
I tried, but failed.

from pelican-bootstrap3.

CubeSyVal avatar CubeSyVal commented on July 21, 2024

The solution doesn't work in pelican's theme "Elegant".

If you use elegant, the most popular theme for pelican follow xuehao's guide but then go to templates/_includes/comments.html

On line 9, change
{% set url = SITEURL+ '/' + article.url %}
to
{% set url = DISQUSURL+ '/' + article.url %}

instead.

from pelican-bootstrap3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.