Skip to content

Commit 94fb6dc

Browse files
committed
docs: Add example output after hugo serve
1 parent 1024c36 commit 94fb6dc

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

docs/content/Contributing/Documentation/_index.en.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,31 @@ cd ./docs/
4848
hugo server
4949
```
5050

51+
You should see something similar to the following screen:
52+
53+
```console
54+
Start building sites …
55+
hugo v0.148.1-98ba786f2f5dca0866f47ab79f394370bcb77d2f windows/amd64 BuildDate=2025-07-11T12:56:21Z VendorInfo=gohugoio
56+
57+
58+
│ EN │ ZH - TW
59+
──────────────────┼─────┼─────────
60+
Pages │ 36 │ 34
61+
Paginator pages │ 0 │ 0
62+
Non-page files │ 2 │ 0
63+
Static files │ 144 │ 144
64+
Processed images │ 0 │ 0
65+
Aliases │ 2 │ 1
66+
Cleaned │ 0 │ 0
67+
68+
Built in 3987 ms
69+
Environment: "development"
70+
Serving pages from disk
71+
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
72+
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
73+
Press Ctrl+C to stop
74+
```
75+
5176
And that's it! Now you can open the browser with the URL `localhost:1313`. 🎉
5277

5378
{{< hint info >}}

docs/content/Contributing/Documentation/_index.zh-tw.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,31 @@ cd ./docs/
4646
hugo server
4747
```
4848

49+
您應該會看到類似以下畫面:
50+
51+
```console
52+
Start building sites …
53+
hugo v0.148.1-98ba786f2f5dca0866f47ab79f394370bcb77d2f windows/amd64 BuildDate=2025-07-11T12:56:21Z VendorInfo=gohugoio
54+
55+
56+
│ EN │ ZH - TW
57+
──────────────────┼─────┼─────────
58+
Pages │ 36 │ 34
59+
Paginator pages │ 0 │ 0
60+
Non-page files │ 2 │ 0
61+
Static files │ 144 │ 144
62+
Processed images │ 0 │ 0
63+
Aliases │ 2 │ 1
64+
Cleaned │ 0 │ 0
65+
66+
Built in 3987 ms
67+
Environment: "development"
68+
Serving pages from disk
69+
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
70+
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
71+
Press Ctrl+C to stop
72+
```
73+
4974
就是這樣! 現在您可以在瀏覽器裡面打開 `localhost:1313`。 🎉
5075

5176
{{< hint info >}}

0 commit comments

Comments
 (0)