Trouble building page
HeckCas opened this issue · 2 comments
Hi!, i do not if i got a trouble or i do not know how to run it the right way
I configured my config.yml with all my stuff & run jekyll serve
then i've been working on the index.html (not .md) the .html, renaming some classes adding others,
and giving some style with css you know, save & refresh the http://127.0.0.1:4000/ and it goes
awesome, everything as i wanted to be
BUT if i change something in the config.yml OR i created another post, the page forgives the whole
new changes i made, and reset the html & css to the theme defaults, also delete the new images i saved on images folder
Am i wrong or smth?
Can i modify the index.html? or is that the problem
Thanks!
Somebody please help me!? 🙏
Hi @HeckCas, Apologies for the delay!
Modifying the index.html will create issues as it reads everything from home.html. I gather you've forked the site and are not using the RubyGem version?
If you want to change the html, start out in the _includes and _layouts folder.
Hope this helps, give me a shout if you need anything else!