No description
Find a file
HiPhish 7cf34ca065 Construct public interface to blog plugin
The blog plugin now only exposes the blog artifact constructor method
and the configuration parameters.
2022-09-08 19:23:42 +02:00
src Construct public interface to blog plugin 2022-09-08 19:23:42 +02:00
HACKING.rst Initial commit 2022-09-07 07:06:06 +02:00
hssg-blog-cmark.asd Initial commit 2022-09-07 07:06:06 +02:00
hssg-blog.asd Construct public interface to blog plugin 2022-09-08 19:23:42 +02:00
hssg.asd Initial commit 2022-09-07 07:06:06 +02:00
LICENSE Initial commit 2022-09-07 07:06:06 +02:00
README.rst Initial commit 2022-09-07 07:06:06 +02:00
TODO.rst Construct public interface to blog plugin 2022-09-08 19:23:42 +02:00

.. default-role:: code


################################################
 Hackable static site generator for Common Lisp
################################################

This is a static site generator. It is hackable. And complicated.

In HSSG a website it not an HSSG project, it is a regular Common Lisp system
and HSSG acts as a library. This gives website projects full freedom in how
they want to build and structure their website.

The HSSG system itself only provides the bare minimum of a useful static site
generator core. Additional higher-level features, such as a blog or a gallery,
can then be built on top of the core. These plugins are just regular Common
Lisp systems with their own dependencies, and a website project can depend on
them like on any other system.


Status of the project
#####################

Things will change. Do not use in production unless you are willing to follow
`HEAD`. In fact, you probably should not be using it at all. How did you even
find it? Right now I am dogfooding my own product.


License
#######

Release under the Affero GNU GPL version 3 or later. Refer to the LICENSE_ file
for details.

.. _LICENSE: LICENSE