Closed enesusta closed 4 years ago
Hey @enesusta , I will look into this and get back to you ASAP.
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
Thank you, my problem was solved. Thank you for your interest. It works properly 👍
As an alternative, you can add emojis using HTML and it does not require any faulty plugin. Example, add:
🧐
To see the monocle emoji.
More details: https://emojiguide.org/face-with-monocle
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.
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.
How can I fix this? Regards.