Pages

Add a default page, documentation page, blog post or contributor page.

Content tree:

..
β”œβ”€β”€ content
β”œβ”€β”€β”€β”€ en
β”œβ”€β”€β”€β”€β”€β”€ blog/
β”‚       β”œβ”€β”€ first-post/
β”‚       β”‚   β”œβ”€β”€ index.md
β”‚       β”‚   └── feature-sunset.png
β”‚       └── _index.md
β”œβ”€β”€β”€β”€β”€β”€ ca-tv/
β”‚       β”œβ”€β”€ ca-tv-fund7/
β”‚       β”‚   β”œβ”€β”€ _index.md
β”‚       β”‚   └── episode-one.md
β”‚       β”œβ”€β”€ ca-tv-intro/
β”‚       β”‚   β”œβ”€β”€ _index.md
β”‚       β”‚   └── introduction.md
β”‚       └── _index.md
β”œβ”€β”€β”€β”€β”€β”€ catalyst/
β”‚       β”œβ”€β”€ fund6/
β”‚       β”‚   β”œβ”€β”€ challenge-setting-proposals/
β”‚       β”‚   β”‚  β”œβ”€β”€ grow-asia.md
β”‚       β”‚   β”‚  β”œβ”€β”€ grow-social-finance.md
β”‚       β”‚   β”‚  └── _index.md
β”‚       β”‚   β”œβ”€β”€ challenges/
β”‚       β”‚   β”‚  └── _index.md
β”‚       β”‚   └── _index.md
β”‚       β”œβ”€β”€ overview/
β”‚       β”‚   β”œβ”€β”€ _index.md
β”‚       β”‚   β”œβ”€β”€ catalyst-overview.md
β”‚       β”‚   └── image-and-media.md
β”‚       └── _index.md
β”œβ”€β”€β”€β”€β”€β”€ docs/
β”‚       β”œβ”€β”€ catalyst-guides/
β”‚       β”‚   β”œβ”€β”€ _index.md
β”‚       β”‚   └── guides.md
β”‚       β”œβ”€β”€ how-to guides/
β”‚       β”‚   β”œβ”€β”€ _index.md
β”‚       β”‚   β”œβ”€β”€ pages.md
β”‚       β”‚   └── image-and-media.md
β”‚       └── _index.md
└── _index.md

See also the Hugo docs: Content Organization.

Add a default page

Example

npm run create about/index.md

Add a documentation page

Example

npm run create docs/overview/introduction.md

Add a blog post

Example

npm run create blog/say-hello-to-doks/index.md