Folder Structure
├── content
│ └── en
│ └── page
├── static
│ ├── manifest.json
│ └── sw.js
├── hugo.yaml
└── themes
└── E25DXCreate Separate Site Pages
Add
content/en/page/about/index.mdfor about page--- title: About url: "about" --- About/ Any MarkdownAdd any image of png (or jpg) for
content/en/page/about/cover.pngfor about page cover image