Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 825 Bytes

File metadata and controls

61 lines (41 loc) · 825 Bytes

Steps to create new Section for this Website

Let say we are going to add new section called store

Step I

Create Folder Inside Content Folder store.

And Inside created folder create _index.md File

Example .

Content
=> store
    => _index.md

Step II

Inside _index.md fill below data

---
title: "Store"
date: 2025-07-07T00:00:00Z
---

Step III

create store.yaml file inside data folder

Data
=> stole.yml

Step IV

Data inside stole will something look like this.

data:
  - name: "Water Reminder"
    icon: "cfd-waterreminder"
    url: "https://play.google.com/"

Step V

Inside layout create store folder and in that folder create store.html file

layouts
=> store
    => store.html

indside store html put you desired html code