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
- Host: GitHub
- URL: https://github.com/asimpson/cycle
- Owner: asimpson
- License: gpl-3.0
- Created: 2018-10-21T04:39:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T03:34:13.000Z (over 3 years ago)
- Last Synced: 2025-03-18T09:28:36.589Z (9 months ago)
- Topics: blog-engine, common-lisp, static-site-generator
- Language: Common Lisp
- Homepage:
- Size: 1.64 MB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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~