-
Notifications
You must be signed in to change notification settings - Fork 25.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disqus comments locate at a wrong position #2343
Comments
Yours is a great website. But I'm afraid I can't be helpful before you provide the source repository of your website so that I could have a look at what might be wrong. If you're concerned about content that you don't want to publish, you can also try creating a minimal, reproducible example to aid the issue. |
Of course, here are two links, my site and blog source. However, all the posts here are private and I think it has nothing with the problem except all declared with |
The problem looks like it's caused by that you didn't set the environment variable It seems like you're building your website in your own environment instead of relying on GitHub Pages, so I would suggest that you set the desired environment variable when running Jekyll: JEKYLL_ENV=production bundle exec jekyll build |
Nice! It works, thanks a lot. Well, I run the Jekyll before like |
Not really specific to Jekyll, but shell syntax regulates that environment variables specific to a single command should be specified at the beginning of a line, not in the middle or at the end. |
First of all, that's a great theme of jekyll. I pretty like to share it with others. With the great help of the docs, I almost fix up all the problems. Nevertheless, when it comes to adding comments like Disqus, the position of comments is at the bottom of the page, which makes me confused.
Here is the image.
Well, as you can see from this link too.
I did not modify any source code of the theme, so when it happened, I just tried to solve the problem by reviewing what's go wrong with the configuration. But it didn't work as I am not familiar with
html
andscss
. Please help me.The text was updated successfully, but these errors were encountered: