ClickHouse/website
Cody Baker b4443dde50 Add overflow to benchmark tables
# Conflicts:
#	website/css/main.css
2021-11-05 10:20:59 -06:00
..
benchmark Add overflow to benchmark tables 2021-11-05 10:20:59 -06:00
blog dummy change to trigger CI 2021-10-28 21:12:24 +03:00
careers Add greenhouse careers page 2021-10-12 16:19:07 -06:00
company
css Add overflow to benchmark tables 2021-11-05 10:20:59 -06:00
data
images Add new employee photos to team (#31084) 2021-11-05 09:55:19 +03:00
js Add greenhouse careers page 2021-10-12 16:19:07 -06:00
locale
src Add overflow to benchmark tables 2021-11-05 10:20:59 -06:00
templates Remove padding below greenhouse iframe (#31087) 2021-11-05 09:56:49 +03:00
thank-you
404.html
favicon.ico
google419fbd824d7ff97d.html
index.html
main.html
opensearch.xml
README.md
robots.txt
sitemap-index.xml
sitemap-static.xml
yandex_75d07a6cd96f49df.html
yandex_fffaa30ee00426bb.html

ClickHouse website is built alongside it's documentation via docs/tools, see README.md there.

How to quickly test the main page of the website

cd ../docs/tools
sudo apt install python-3 pip
pip3 install -r requirements.txt

# This is needed only when documentation is included
sudo npm install -g purify-css amphtml-validator
sudo apt install wkhtmltopdf
virtualenv build

./build.py --skip-multi-page --skip-single-page --skip-amp --skip-pdf --skip-blog --skip-git-log --skip-docs --livereload 8080

# Open the web browser and go to http://localhost:8080/

How to quickly test the blog

./build.py --skip-multi-page --skip-single-page --skip-amp --skip-pdf --skip-git-log --skip-docs --livereload 8080

How to quickly test the broken links in docs

./build.py --skip-multi-page --skip-amp --skip-pdf --skip-blog --skip-git-log --lang en --livereload 8080