Hello,
I have watched some videos on cloudcannon, read the jekyll documents, and watched some other vides on Youtube.
I think I have the structure down properly, but am still running into issues around a few things:
FontAwesome Not Loading Fonts (this is part of the head-asset.html)
_includes/head-asset.html file not loading with an include
_includes/footer-asset.html file not loading with an include
What happens when I do add {% include head-asset.html %}
or {% include footer-asset.html }
and remove the actual HTML in the index.html
file is that the page just sits there with a spinning wheel as part of the “preload” attempts to load the javascript and css from the original theme.
Are there more granular step by step instructions on converting HTML themes (from markets like Themeforest/Envio) into Jekyll? Even if it is by hand. Or what is the best way to troubleshoot/diagnose such issues, as if I look at the log output from jekyll serve
there is not any useful information, and if I run troubleshooting tools inside (such as FontAwesome Conflict tool) they say there is no conflict at all.
Really appreciate any guidance moving forward!