After searching the internet a lot, I can’t seem to find an answer to my question, so I decided to post it here.
I have an old website that I want to update and make easier to maintain by switching to a Jekyll based website. However, some of my pages are actually fine and I just want to copy them on my Jekyll website.
How do I do this? I have added my xxx.html file to my _layouts directory. I then have made a markdown file in _pages in which I set layout: xxx
However, I keep on getting a 404 error. Any pointers on how to do this?
you should just be able to copy xxx.html into the root directory of your new site, then go to http://mysite/xxx.html - is that what you’re looking for? or do you have the content and the layout separate on the old site and need to port those elements over to the new site?