New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't support baseurl #38
Comments
The base path, to be exact, i.e. the |
Ah, yes. That's correct. My bad. |
Thanks for fixing this! I appreciate it, along with the rest of the work you've done with theme. I think you may have missed one link in
I'm not sure if |
…b.io # By Mark Otto (71) and others # Via Mark Otto (14) and Н. У. Брак (1) * 'master' of https://github.com/toastking/toastking.github.io: (83 commits) Fixed a small typo Changed layout to null in atom.xml fixes poole#52: increases line-height on sidebar nav links for easier tapping Use relative permalinks "pygments" tag is deprecated fixes poole#44: permalink url for 404 page ensure IE is running in latest rendering mode port in sidebar nav from lanyon latest example content from poole link the h1 in the sidebar baseurl, fixes poole#38 fixes poole#37 ems not rems latest poole Update _config.yml to remove deprecation warning in Jekyll 2.0 Set a max-width for images Sublime Text link Changed "Lanyon" for "Hyde" in the features paragraph Fix page title on homepage. fixes poole#27: new icons ...
…cssmin-1.0.0 Update grunt-contrib-cssmin to version 1.0.0🚀
It seems to be a Jekyll convention to use
baseurl
to give the base URL of a site. Thehead.html
file seems to assume that thepublic
folder will be available at/
, which is not always the case.The text was updated successfully, but these errors were encountered: