Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 834 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 834 Bytes

DuckDB Website

 

This repository hosts the source code for the DuckDB Website. Please file any questions or issues relating to the website or documentation here.

The main DuckDB repository is hosted here.

Building

The site is built using Jekyll. To build the site locally, first install the minima theme gem install "jekyll-theme-minima". If you are on Windows, you must then run these two commands:

gem uninstall eventmachine
gem install eventmachine --platform ruby

Finally, navigate to the directory where you have cloned duckdb-web and run jekyll serve. The website can then be browsed by going to localhost:4000 in your browser.