arjenpdevries / duckdb-web

This repo holds the contents of duckdb.org

Home Page:https://www.duckdb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

This repo holds the contents of duckdb.org

https://www.duckdb.org


Languages

Language:JavaScript 45.4%Language:Python 20.5%Language:HTML 17.3%Language:SCSS 14.0%Language:CSS 2.1%Language:R 0.5%Language:Shell 0.1%