Skip to content

Commit

Permalink
Add final directory structure to overview (getzola#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkane authored Feb 12, 2021
1 parent 49b6087 commit def9588
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/content/documentation/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,24 @@ You will be asked a few questions.
└── themes
```

For reference, by the **end** of this overview, our `myblog` directory will have the following structure:

```
├── config.toml
├── content/
│ └── blog/
│ ├── _index.md
│ └── first.md
├── sass/
├── static/
├── templates/
│ ├── base.html
│ ├── blog-page.html
│ ├── blog.html
│ └── index.html
└── themes/
```

Let's start the Zola development server with:

```bash
Expand Down

0 comments on commit def9588

Please sign in to comment.