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/31 10:15:38 UTC

[comdev-events-site] branch main updated: Docco

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

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


The following commit(s) were added to refs/heads/main by this push:
     new da87997  Docco
da87997 is described below

commit da87997149068934a0f4ec6b4a6091f45d9e9758
Author: Sebb <se...@apache.org>
AuthorDate: Fri Mar 31 11:15:27 2023 +0100

    Docco
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 63c4de3..114e9bc 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ 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`.