You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/02/25 09:27:06 UTC

[GitHub] [avro] RyanSkraba commented on a change in pull request #1563: AVRO-2175: Fix build scripts and instructions

RyanSkraba commented on a change in pull request #1563:
URL: https://github.com/apache/avro/pull/1563#discussion_r814607502



##########
File path: doc/README.md
##########
@@ -1,146 +1,56 @@
 # Apache Avro website
 
-This is a repository of Apache Avro website. The repository of Apache Avro can be found [here](https://github.com/apache/avro).
+This website is base on [Hugo](https://gohugo.io) and uses the [Docsy](https://www.docsy.dev/) theme.
 
-This website is base on [Hugo](https://gohugo.io) and uses [Docsy](https://www.docsy.dev/) theme.
+## Previewing the website locally
 
-## Getting started
-
-Clone this repository:
-
-```bash
-git clone --recurse-submodules https://github.com/apache/avro-website.git
 ```
+# From the doc directory, you will need to do this at least once for our SCSS modifications
+(cd doc && npm install)
 
-You can now edit your own versions of the site’s source files.
+# Serve the website dynamically using extended hugo:
+hugo server --buildDrafts --buildFuture --bind 0.0.0.0

Review comment:
       :+1: 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org