+++
date = '2026-05-07T13:54:45+07:00'
draft = false
title = '01 Create Content'
+++

## Create Chapter Page

- Create Chapter Page, like the Parent Page. Ex: FirstCloudJourney, Python,...

{{% notice color="green" style="code" title="Shell" icon="fa-solid fa-terminal" %}}
```
hugo new --kind chapter name_of_page/_index.md
```
{{% /notice %}}

## Create Content Pages

{{% notice color="green" style="code" title="Shell" icon="fa-solid fa-terminal" %}}
```
hugo new name_of_page/<Session..>/_index.md
```
{{% /notice %}}