ClickHouse/website
2021-04-05 04:51:16 +03:00
..
benchmark Add AArch64 version on QEMU 2021-04-05 04:51:16 +03:00
blog boop the ci 2021-03-13 15:43:02 +03:00
css Fix idiotic syntax highlight in docs #18432 2021-02-28 04:42:45 +03:00
data
images
js Fix not working links on single-page docs 2021-03-15 15:46:19 +03:00
locale Remove unsupported languages #20972 2021-04-01 02:35:41 +03:00
templates Update link 2021-03-22 18:29:19 +03:00
404.html
favicon.ico
google419fbd824d7ff97d.html
index.html
main.html
opensearch.xml
README.md Add .gitignore 2021-03-14 15:01:03 +03:00
robots.txt
sitemap-index.xml Remove unsupported languages #20972 2021-04-01 02:35:41 +03:00
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 --skip-test-templates --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 --skip-test-templates --livereload 8080

How to quickly test the ugly annoying broken links in docs

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