ClickHouse/website
2021-09-19 19:48:01 +03:00
..
benchmark Add benchmark from Shiv Iyer 2021-08-24 20:49:35 +03:00
blog fixes 2021-08-19 20:17:25 +03:00
company adjust urls 2021-09-19 19:48:01 +03:00
css adjust urls 2021-09-19 19:48:01 +03:00
data
images Update images to svg 2021-09-17 09:25:50 -06:00
js Merge branch 'master' of github.com:flickerbox/tech.clickhouse 2021-09-19 19:32:21 +03:00
locale Remove unsupported languages #20972 2021-04-01 02:35:41 +03:00
src Add updates from beta review call 2021-09-16 17:12:42 -06:00
templates adjust urls 2021-09-19 19:48:01 +03:00
thank-you adjust urls 2021-09-19 19:48:01 +03:00
404.html
favicon.ico
google419fbd824d7ff97d.html
index.html Update responsive and fix feedback items 2021-09-13 16:39:17 -06:00
main.html
opensearch.xml
README.md Less emotions 2021-08-11 13:05:18 +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 broken links in docs

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