You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was setting up lanyon for my personal github site <username>.github.io, and had a few small issues with it that I thought weren't clearly outlined in the documentation here or in the poole repo. Let me know if you'd like me to open a PR to update some documentation for those who are trying to set this up as their github pages, and please suggest where I might put this change.
Hi there, thank you for the great theme.
I was setting up lanyon for my personal github site
<username>.github.io
, and had a few small issues with it that I thought weren't clearly outlined in the documentation here or in the poole repo. Let me know if you'd like me to open a PR to update some documentation for those who are trying to set this up as their github pages, and please suggest where I might put this change.Summary to doc:
In my _config.yml, I had to make some changes:
I believe that both the url and baseurl are required:
<script src='{{ site.baseurl }}/public/js/script.js'></script>
<link rel="stylesheet" href="{{ '/public/css/poole.css' | absolute_url }}">
Thank you very much! jz
The text was updated successfully, but these errors were encountered: