Pages

Create new page

GetDoks reference

npm run create docs/appendix/frontmatter.md

Frontmatter

Hugo reference

Default behaviour

GetDoks reference

Net new page with above command
 1---
 2title: "Frontmatter"
 3description: ""
 4summary: ""
 5date: 2024-04-21T17:16:04Z
 6lastmod: 2024-04-21T17:16:04Z
 7draft: true
 8weight: 9400
 9toc: true
10seo:
11  title: "" # custom title (optional)
12  description: "" # custom description (recommended)
13  canonical: "" # custom canonical URL (optional)
14  noindex: false # false (default) or true
15---

BFSI settings

BFSI
 1---
 2title: "Voorwoord"
 3slug: "introduction"
 4summary: "" # Shown in FlexSearch
 5date: 2023-09-07T16:04:48+02:00
 6lastmod: 2023-09-07T16:04:48+02:00
 7draft: false
 8menu:
 9  docs:
10    parent: "overview"
11    identifier: "introduction-832e10dab9be05c42e3a1448b4349c8f"
12weight: 1010
13toc: true
14seo:
15  noindex: true # false (default) or true
16---

Sections

Hugo Reference

Create new section

Frontmatter

Default behaviour

Net new _index.md from a section after running a clean doks (v1.4.1) install
 1---
 2title: "Guides"
 3description: ""
 4summary: ""
 5date: 2023-09-07T16:06:50+02:00
 6lastmod: 2023-09-07T16:06:50+02:00
 7draft: false
 8menu:
 9  docs:
10    parent: ""
11    identifier: "guides-4e0d0e0f89f7decc11eaad4ae9193018"
12weight: 800
13toc: true
14seo:
15  title: "" # custom title (optional)
16  description: "" # custom description (recommended)
17  canonical: "" # custom canonical URL (optional)
18  noindex: false # false (default) or true
19---

BFSI settings

BFSI _index.md
 1---
 2title: "Appendix"
 3date: 2022-12-23T16:59:58+01:00
 4lastmod: 2022-12-23T16:59:58+01:00
 5draft: false
 6menu:
 7  docs:
 8    parent: ""
 9    identifier: "appendix"
10weight: 9000
11toc: true
12sidebar:
13  collapsed: true
14seo:
15  noindex: true # false (default) or true
16---