ClickHouse/website
ImgBotApp c6f8f2844c
[ImgBot] Optimize images
*Total -- 79.00kb -> 57.71kb (26.95%)

/docs/ru/images/play.png -- 36.44kb -> 25.98kb (28.71%)
/docs/en/images/play.png -- 36.44kb -> 25.98kb (28.71%)
/website/images/index/hackernews.svg -- 1.08kb -> 1.00kb (7.78%)
/website/images/yandex.png -- 4.35kb -> 4.08kb (6.28%)
/website/images/logo-180x180.png -- 0.69kb -> 0.68kb (0.57%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-07-07 19:12:16 +00:00
..
benchmark Better benchmark 2021-04-11 17:00:14 +03:00
blog Update code-review.md 2021-04-14 23:02:28 +03:00
css Ruin syntax highlighting (it was harmful), continuation of #25682 2021-06-26 00:14:49 +03:00
data Publish list-versions.tsv on the website 2020-11-28 09:20:06 +03:00
images [ImgBot] Optimize images 2021-07-07 19:12:16 +00:00
js Fix broken HTML markup on website 2021-05-19 02:28:10 +03:00
locale Remove unsupported languages #20972 2021-04-01 02:35:41 +03:00
templates Update community.html 2021-07-01 21:20:19 +03:00
404.html
favicon.ico
google419fbd824d7ff97d.html
index.html
main.html Fix issues with docs 2020-12-21 23:04:22 +03:00
opensearch.xml
README.md Fix obsolete scripts 2021-06-29 03:17:09 +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 --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 ugly annoying broken links in docs

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