Skip to content
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

Routing problem #14

Closed
enesusta opened this issue Dec 14, 2019 · 4 comments
Closed

Routing problem #14

enesusta opened this issue Dec 14, 2019 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@enesusta
Copy link

Your work is awesome! I like it. But there is one problem. It works on local properly. But when I wants to publish on github pages, i cant access resources via navbar links.

For example:
enesusta.github.io/articles perfectly work.
Screenshot_2

But I click the articles link on the navbar. It routes to me /articles/%20, therefore it doesnt exist any resources /articles/%20 , then 404.html not found triggered.

Screenshot_1

How can I fix this?
Regards.

@yousinix yousinix self-assigned this Dec 14, 2019
@yousinix
Copy link
Owner

Hey @enesusta ,
I will look into this and get back to you ASAP.

@yousinix
Copy link
Owner

The problem seems to be caused by the plugin jemoji, I reported back to GitHub Pages and waiting for their response.

Here's a workaround if you don't care about emojis' support, just remove the following lines from your _config.yaml:

plugins:
  - jemoji

@yousinix yousinix added the bug Something isn't working label Dec 15, 2019
@enesusta
Copy link
Author

Thank you, my problem was solved. Thank you for your interest. It works properly 👍

@daco-tech
Copy link

As an alternative, you can add emojis using HTML and it does not require any faulty plugin.
Example, add:

&#129488

To see the monocle emoji.

More details: https://emojiguide.org/face-with-monocle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants