ClickHouse/website
2021-11-27 04:24:15 +03:00
..
benchmark Compare Amazon Linux and Ubuntu 2021-11-27 04:24:15 +03:00
blog [blog] clarifications to clickhouse-v21.11-released.md headers (#31399) 2021-11-14 02:32:37 +03:00
careers Update base with banner block. Add banner HTML. Update index,company,careers with block for banner (#31647) 2021-11-23 13:21:31 +03:00
company Update base with banner block. Add banner HTML. Update index,company,careers with block for banner (#31647) 2021-11-23 13:21:31 +03:00
css Reapply style changes to hardware page (#31506) 2021-11-18 20:44:37 +03:00
data
images Add new team members to company page (#31491) 2021-11-18 02:02:56 +03:00
js
locale
src Reapply style changes to hardware page (#31506) 2021-11-18 20:44:37 +03:00
templates [website] improve hero.html button positioning (#31660) 2021-11-23 17:43:58 +03:00
thank-you
404.html
favicon.ico
google419fbd824d7ff97d.html
index.html Update base with banner block. Add banner HTML. Update index,company,careers with block for banner (#31647) 2021-11-23 13:21:31 +03:00
main.html
opensearch.xml
README.md Remove PDF documentation 2021-11-12 23:25:55 +03:00
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
virtualenv build

./build.py --skip-multi-page --skip-single-page --skip-amp --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-git-log --skip-docs --livereload 8080

How to quickly test the broken links in docs

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