Skip to content

40ants/40ants.github.com

Repository files navigation

Build Site

Introduction

TODO: Update to use Staticl in these instructions.

This repository contains the source of the https://40ants.com site.

How to build a site:

(ql:quickload '(cl-plus-ssl-osx-fix coleslaw-cli github))
;; To make high a limit on API calls
(setf github:*token*
      "ghp_*******")
(coleslaw-cli:generate)