Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 1.05 KB

README.md

File metadata and controls

10 lines (6 loc) · 1.05 KB

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.

Freenode IRC channel. Twitter account.

Building

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.