jitinnair1 / gradfolio

responsive, dark-mode ready Jekyll theme designed for use as a personal website and portfolio

Home Page:https://jitinnair1.github.io/gradfolio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while execution

VishalPallagani opened this issue · comments

I really like the template and wish to use it as my portfolio template. As mentioned in the previous closed issue, I have removed the plugin jekyll-target-blank. I still get the following error

Screen Shot 2021-06-13 at 9 30 18 AM

Any help would be appreciated.

commented

Can you try running jekyll serve --incremental --trace after making the following changes:

url: ""

My guess is that jekyll-target-blank is added as a dependency somewhere and as mentioned in the earlier issue, the error is because jekyll-target-blank was getting a blank input. I could not recreate the error on my machine so it would be helpful if you can test this and let me know.

I have made the changes as mentioned.
Screen Shot 2021-06-14 at 6 49 07 AM
Screen Shot 2021-06-14 at 6 48 55 AM

I got the error of email-protect (I added the email as well without leaving it blank)

commented

Okay, I noticed the error message clearly now. I think running gem install jekyll-email-protect should fix it.

Thank you so much, I thought i had all the gems installed. My bad.

commented

Glad this got sorted :)