This repository contains the source code of the Double Dot Labs website, which displays current projects, blogs, and other DDL-related information. It is written in Jekyll, and pulls information from the GitHub API using the github-metadata plugin.
This repository's Makefile contains scripts used for local testing and development. To install the required dependencies, run make install
. Once that is finished, simply running make
should build and serve a local version of the site. To clean up build files and such afterwards, run make clean
.