commit | 5115f24938e1d66a92e28d6b2c62f1e4799d2c00 | [log] [tgz] |
---|---|---|
author | Niall Pemberton <niall.pemberton@gmail.com> | Sat Jan 25 15:24:11 2025 +0000 |
committer | GitHub <noreply@github.com> | Sat Jan 25 10:24:11 2025 -0500 |
tree | 77b47860c38222e829831b6927c316809b7c7f6f | |
parent | 9e8b755c1d35046089610b3cc000e0f42518f36e [diff] |
Remove Google Analytics from the TVM Website fixes #17597 (#47) Co-authored-by: Niall Pemberton <niallp@apache.org>
Install Ruby
# for Ubuntu 18.04+ sudo apt install -y ruby-full build-essential
Install Jekyll and Bundler gems
gem install bundler jekyll
Install project dependencies
git clone https://github.com/apache/tvm-site.git cd tvm-site # If this runs into resolution errors, you may need to run: # bundle config set --local path 'vendor/cache' bundle install
./serve_local.sh # If you are developing on a remote machine, you can set up an SSH tunnel to view # the site locally: ssh -L 4000:localhost:4000 <the remote>
Then visit http://localhost:4000 in your browser.
We use the script scripts/task_deploy_asf_site.sh to generate and deploy content to the asf-site branch.
The docs folder is not part of the source, they are built separately from the tvm's docs and updated via scripts/task_docs_update.sh