Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 440 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 440 Bytes

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)