♻ An opinionated static site engine in Common Lisp
  • Common Lisp 82.7%
  • Dockerfile 6.2%
  • Nix 6.1%
  • Shell 3.9%
  • Makefile 1.1%
Find a file
2022-05-08 23:34:05 -04:00
ci feat: migrate to chroma syntax highlighting 2020-09-11 11:25:32 -04:00
.gitignore feat: 🎨 css added 2018-10-21 00:39:34 -04:00
.travis.yml feat: migrate to chroma syntax highlighting 2020-09-11 11:25:32 -04:00
cycle-dev.asd refactor: remove standalone package files and move those inline 2020-08-24 13:36:24 -04:00
cycle-dev.lisp refactor: remove standalone package files and move those inline 2020-08-24 13:36:24 -04:00
cycle.asd feat: migrate to chroma syntax highlighting 2020-09-11 11:25:32 -04:00
cycle.lisp feat: migrate to chroma syntax highlighting 2020-09-11 11:25:32 -04:00
default.nix feat: add default.nix 2022-05-08 23:33:29 -04:00
Dockerfile chore: update dockerfile 2022-05-08 23:34:05 -04:00
LICENSE Add LICENSE 2019-02-12 23:42:45 -05:00
Makefile chore: remove ecl directions 2020-08-24 13:36:24 -04:00
README.org chore: remove ecl directions 2020-08-24 13:36:24 -04:00

Cycle

https://travis-ci.org/asimpson/cycle.svg?branch=master

♻ A static site generator written in Common Lisp that works for me and probably no one else.

Folder structure

.
├── pages
├── posts
├── public
│   ├── images
│   └── js
└── templates
    └── partials

Pre-built binaries

Currently there are pre-built binaries for Linux and macOS in Releases.

Compile binary

sbcl

make