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

%20 added at the end of URLs #25

Closed SyrianSpock closed 4 years ago

SyrianSpock commented 4 years ago

I noticed that %20 are added at the end of URLs, like http://localhost:8080/projects%20 whereas http://localhost:8080/projects works do you have a workaround or fix for this? TY Other than that, very nice theme, great work!

yousinix commented 4 years ago

Duplicate of #14

yousinix commented 4 years ago

Make sure you are using the latest version of portfolYOU. Everything seems to be working fine here

image

If the issue still exists, please reopen the issue.

SyrianSpock commented 4 years ago

Indeed latest version works well thanks, except for some plugins

Liquid Exception: Liquid syntax error (/site/_includes/elements/github-edit-footer.html line 3): Unknown tag 'github_edit_link' included in docs/documentation/docs.md
Liquid Exception: Liquid syntax error (line 44): Unknown tag 'gist' in /site/docs/_posts/2018-12-10-clean-coding.md
yousinix commented 4 years ago
  1. Make sure you are using github-pages gem in your Gemfile.
  2. Run bundle install.
  3. Update repository tag in _config.yml to match the GitHub repository of your source code.