You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2023/03/25 14:18:29 UTC

[comdev-site] branch master updated: Corrections

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a8bccb8  Corrections
a8bccb8 is described below

commit a8bccb82864a990b52fce7c0458f6da24cb1f644
Author: Sebb <se...@apache.org>
AuthorDate: Sat Mar 25 14:18:12 2023 +0000

    Corrections
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8985f34..6e25561 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,8 @@ Other Apache websites that are built with Hugo should be listed by [this GitHub
 
 ## How to test the website and changes on your own computer
 
-To generate the static website, execute `hugo` to generate and serve the website on `localhost:1313`.
+To generate the static website, execute `hugo` to generate the website under `target/content`
 
 During development, it may be useful to run an incremental build. For this to work, execute `hugo server -D` to 
-continuously (re)generate and serve the website on `localhost:1313`.
+continuously (re)generate and serve the website on `localhost:1313`. (-D means include draft pages)