Github pages not finding html route -
i have github pages set jekyll (i build locally , push _site
) here: https://github.com/eflores89/eflores89.github.io
however, 2 posts (the first , second), site not linking correctly post. if test locally $ jekyll serve
, posts work correctly.
i'm wondering if it's amount of tags or special unicode characters in each tag (although other posts have same characters , similar amount of tags).
i've tried rebuilding several times locally , pushing. idea why these links broken? there max limit tags (folders) github pages work?
for further documentation, figured out: safe mode seems not building when post named ascii character.
for example: 2015-12-01-a-tÃpical post.md
will not build folder , html route not work. 2015-12-01-a-tipical post.md
build correctly expected.
Comments
Post a Comment