My use case i think is similar to this thread .
Recently i just setup my home page on firebase hosting . This is my homepage .
https://bantudesign.website/
Basically it is just a regular static html file . Just one page .
And i also just finish setup a ghost blog on digitalocean using one click install . Below is my blog link
https://blog.bantudesign.website/
Then i came across this tutorial provided by ghost foundation .
About creating custom home page .
The question i only have is that :
1. Where do i upload my index.html file or in this case maybe i need to change it to home since there is already file called index? Is it uploading it with zipped casper theme file to design tab?
2. Is is necessary to change .html to .hbs even if i did not use any handlebar template on my custom html page?
done . thanks for the previous thread .
now new question .
1. how do i add shop page ? something like shop.hbs ?
is it something like
routes: /: home /: shop
or i need to create a /shop/
collection ?
which one is correct way to do this?
Update :
Interestingly the usual home page or index.hbs(i think so) , the design change . post only have on size . not like before where featured post will be on top and bigger . why was that ?