Open a2zarslaan opened 8 years ago
I've changed the permalink
value from /:title
to pretty
and deleted the relative_permalinks
parameter. It worked fine.
(just to give the credit I saw the solution in an other issue of this repo)
I left the permalink as is and added the baseurl in config as: /projectname Also, I added {{ site.baseurl }} everywhere before the starting of the directories and especially before {{ post.url }} in the index file. Working smooth since.
Though a new issue have come up now - On the sidebar the thumbnails of new posts are not getting generated. It was automated in gulp file in the project and it should be working right, but on inspecting the element I get error 404. So the thumbnail isn't getting generated. Any workaround for this? TIA! :)
When I tried Jekyll serve initially, I got the following message -
After Googling for a solution, I tried deleting the relative_permalinks from the _config.yml file. Now when I run Jekyll serve, I get the error -
Please help me resolve this! I love this theme!