Skip to content

This repo holds the contents of duckdb.org

Notifications You must be signed in to change notification settings

tobymao/duckdb-web

 
 

Repository files navigation

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

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.5%
  • Python 20.6%
  • HTML 17.4%
  • SCSS 13.8%
  • CSS 2.1%
  • R 0.5%
  • Shell 0.1%