Skip to content

Commit 9881558

Browse files
felixwrtNewbytee
authored andcommitted
minor updates to overview docs (getzola#2158)
1 parent be6b140 commit 9881558

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

docs/content/documentation/getting-started/overview.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Unlike some SSGs, Zola makes no assumptions regarding the structure of your site
1919

2020
### Initialize Site
2121

22-
> This overview is based on Zola 0.9.
22+
> This overview is based on Zola 0.17.1.
2323
2424
Please see the detailed [installation instructions for your platform](@/documentation/getting-started/installation.md). With Zola installed, let's initialize our site:
2525

@@ -66,15 +66,22 @@ For reference, by the **end** of this overview, our `myblog` directory will have
6666
└── themes/
6767
```
6868

69-
Let's start the Zola development server with:
69+
Let's start the Zola development server within the newly created `myblog` directory:
7070

7171
```bash
72+
$ cd myblog
7273
$ zola serve
7374
Building site...
74-
-> Creating 0 pages (0 orphan), 0 sections, and processing 0 images
75-
```
75+
Checking all internal links with anchors.
76+
> Successfully checked 0 internal link(s) with anchors.
77+
-> Creating 0 pages (0 orphan) and 0 sections
78+
Done in 13ms.
79+
80+
Listening for changes in .../myblog/{config.toml,content,sass,static,templates}
81+
Press Ctrl+C to stop
7682

77-
> This command must be run in the base Zola directory, which contains `config.toml`.
83+
Web server is available at http://127.0.0.1:1111
84+
```
7885
7986
If you point your web browser to <http://127.0.0.1:1111>, you should see a "Welcome to Zola" message.
8087

0 commit comments

Comments
 (0)