yousinix / portfolYOU

A beautiful portfolio Jekyll theme that works with GitHub Pages.
https://yousinix.github.io/portfolYOU
MIT License
1k stars 598 forks source link

Routing problem #14

Closed enesusta closed 4 years ago

enesusta commented 4 years ago

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 commented 4 years ago

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

yousinix commented 4 years ago

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
enesusta commented 4 years ago

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

daco-tech commented 4 years ago

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