[
https://issues.apache.org/jira/browse/AVRO-2175?focusedWorklogId=732964&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-732964
]
ASF GitHub Bot logged work on AVRO-2175:
----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Feb/22 09:27
Start Date: 25/Feb/22 09:27
Worklog Time Spent: 10m
Work Description: 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 732964)
Time Spent: 2h (was: 1h 50m)
> website refactor
> ----------------
>
> Key: AVRO-2175
> URL: https://issues.apache.org/jira/browse/AVRO-2175
> Project: Apache Avro
> Issue Type: Task
> Components: community
> Reporter: Sean Busbey
> Assignee: Martin Tzvetanov Grigorov
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.11.1
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> https://lists.apache.org/thread.html/4b804f4e99dc9975c42af59485225808846648b90015f04ab9787246@%3Cdev.avro.apache.org%3E
--
This message was sent by Atlassian Jira
(v8.20.1#820001)