An open API service indexing awesome lists of open source software.

https://github.com/asimpson/cycle

♻ An opinionated static site engine in Common Lisp
https://github.com/asimpson/cycle

blog-engine common-lisp static-site-generator

Last synced: 5 months ago
JSON representation

♻ An opinionated static site engine in Common Lisp

Awesome Lists containing this project

README

          

** 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
#+BEGIN_SRC
.
├── pages
├── posts
├── public
│   ├── images
│   └── js
└── templates
└── partials
#+END_SRC

*** Pre-built binaries
Currently there are pre-built binaries for Linux and macOS in [[https://github.com/asimpson/cycle/releases][Releases]].

*** Compile binary
**** sbcl
~make~