ClickHouse/website
2021-12-14 03:25:05 +03:00
..
benchmark Merge pull request #31900 from ClickHouse/new-benchmarks 2021-11-27 04:55:55 +03:00
blog plausible analytic blog post (#32719) 2021-12-13 21:07:08 +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 Add severity table to support case form (#32736) 2021-12-14 03:25:05 +03:00
data Publish list-versions.tsv on the website 2020-11-28 09:20:06 +03:00
images Add new team members to company page (#31491) 2021-11-18 02:02:56 +03:00
js Add greenhouse careers page 2021-10-12 16:19:07 -06:00
locale Edit some mentions on the website 2021-09-20 02:00:31 +03:00
src Add severity table to support case form (#32736) 2021-12-14 03:25:05 +03:00
support/case Add noindex meta tag 2021-11-12 15:35:09 -07:00
templates Add severity table to support case form (#32736) 2021-12-14 03:25:05 +03:00
thank-you style and content fixes 2021-09-20 09:52:51 +03:00
404.html Custom mkdocs theme (#9874) 2020-03-30 11:25:29 +03:00
favicon.ico CLICKHOUSE-2724: website refactoring (#668) 2017-04-10 17:24:53 +03:00
google419fbd824d7ff97d.html CLICKHOUSE-2724: website refactoring (#668) 2017-04-10 17:24:53 +03:00
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 style and content fixes 2021-09-20 09:52:51 +03:00
opensearch.xml .tech -> .com 2021-09-22 03:22:57 +03:00
README.md Remove PDF documentation 2021-11-12 23:25:55 +03:00
robots.txt Update robots.txt 2021-09-21 17:07:19 +03:00
sitemap-index.xml Update sitemap-index.xml 2021-09-21 17:07:59 +03:00
sitemap-static.xml Update sitemap-static.xml 2021-09-21 17:06:59 +03:00
yandex_75d07a6cd96f49df.html Create yandex_75d07a6cd96f49df.html 2020-03-13 13:12:35 +03:00
yandex_fffaa30ee00426bb.html CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00

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