This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e210c0b Minor: Update asf-site README to point at main REAME (#12)
e210c0b is described below
commit e210c0be7f66e5d27f819ab538c88fb58ed381a5
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Jul 24 10:27:54 2024 -0400
Minor: Update asf-site README to point at main REAME (#12)
---
README.md | 40 ++++------------------------------------
1 file changed, 4 insertions(+), 36 deletions(-)
diff --git a/README.md b/README.md
index d75e91c..7d32950 100644
--- a/README.md
+++ b/README.md
@@ -1,41 +1,9 @@
# Apache DataFusion Blog Content
-This repository contains the Apache DataFusion blog content.
+https://datafusion.apache.org/blog/
-## Setup for Mac
+This (`asf-site`) branch contains the website's static content.
-Based on instructions at https://jekyllrb.com/docs/installation/macos/
+Please see the [`main` branch README] for the source code and instructions:
-```shell
-brew install chruby ruby-install xz
-ruby-install ruby 3.1.3
-```
-
-Note: I did not have a `~/.zshrc` file so had to create one first.
-
-```
-echo "source $(brew --prefix)/opt/chruby/share/chruby/chruby.sh" >> ~/.zshrc
-echo "source $(brew --prefix)/opt/chruby/share/chruby/auto.sh" >> ~/.zshrc
-echo "chruby ruby-3.1.3" >> ~/.zshrc # run 'chruby' to see actual version
-```
-
-Quit and restart terminal.
-
-```shell
-ruby -v
-```
-Should be `ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [arm64-darwin23]`
or similar.
-
-```shell
-gem install jekyll bundler
-```
-
-## Preview site locally
-
-```shell
-bundle exec jekyll serve
-```
-
-## Publish site
-
-TBD, but create the html with `bundle exec jekyll build` then check the
content into `asf-site` branch
\ No newline at end of file
+[main branch README]:
https://github.com/apache/datafusion-site/blob/main/README.md
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]