ClickHouse/website
alexey-milovidov 5b4bcf3a9e
Merge pull request #30475 from flickerbox/crb-update-blog-post
Update release date and add training link
2021-10-21 03:26:56 +03:00
..
benchmark .tech -> .com 2021-09-22 03:22:57 +03:00
blog Update release date and add training link 2021-10-20 16:12:22 -06:00
careers Add greenhouse careers page 2021-10-12 16:19:07 -06:00
company style and content fixes 2021-09-20 09:52:51 +03:00
css Fix horizontal scroll bar 2021-10-20 17:17:39 -06:00
data
images Update yandex logo 2021-10-13 12:52:33 -06: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 Fix horizontal scroll bar 2021-10-20 17:17:39 -06:00
templates Merge pull request #30152 from flickerbox/crb-update-yandex-logo 2021-10-14 01:55:12 +03:00
thank-you style and content fixes 2021-09-20 09:52:51 +03:00
404.html
favicon.ico
google419fbd824d7ff97d.html
index.html style and content fixes 2021-09-20 09:52:51 +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 Less emotions 2021-08-11 13:05:18 +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
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