Sometimes you want to create a section but specific to a page, you do not want other pages install this section but you do not know how. Here is how I’ve done it to create a Shopify Section that can only be accessed in a specific page you choose.
On some cases you need to make Read More button and Read Less button using JavaScript but you have no idea how to make it. So, the code snippet below is how I make the simple Read More and Read Less functionality using JavaScript.
If you just start building static site generator like Jekyll as your blog site, making a lists of your blog is a must and for those who wonder how to do it in a Jekyll liquid code, it is pretty easy. Below is the steps and the code snippets for you to modify.