ClickHouse/website
2021-09-10 12:48:30 -06: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
css Fix quick links nav spacing 2021-09-10 12:48:30 -06:00
data Publish list-versions.tsv on the website 2020-11-28 09:20:06 +03:00
images Add new homepage styles and content 2021-09-09 17:21:13 -06:00
js Add new homepage styles and content 2021-09-09 17:21:13 -06:00
locale Remove unsupported languages #20972 2021-04-01 02:35:41 +03:00
src Fix quick links nav spacing 2021-09-10 12:48:30 -06:00
templates Add new homepage styles and content 2021-09-09 17:21:13 -06: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 Add new homepage styles and content 2021-09-09 17:21:13 -06:00
main.html Fix issues with docs 2020-12-21 23:04:22 +03:00
opensearch.xml [experimental] add opensearch.xml (#10743) 2020-05-08 16:40:48 +03:00
README.md Less emotions 2021-08-11 13:05:18 +03:00
robots.txt Disallow was replaced with robots html tag 2020-06-10 18:04:33 +03:00
sitemap-index.xml Remove unsupported languages #20972 2021-04-01 02:35:41 +03:00
sitemap-static.xml [docs] fix sitemap (#11113) 2020-05-21 22:34:50 +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
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