site-generator icon indicating copy to clipboard operation
site-generator copied to clipboard

A command-line static site generator written in Common Lisp

Results 13 site-generator issues
Sort by recently updated
recently updated
newest added

If the article slug contains a hash character, the URLs are interpreted by the browser as anchor references leading to a 404. Ideally, these characters would be ignored or replaced...

I have a not-too-recent version of Pandoc (2.2.1) on my machine, but when I try to use `site-generator` with it, `pandoc` fails, complaining that the `--smart` option has been removed:...

I want to use site-generator in another project, for CI to work on that project i need a binary that I can download in that CI build. This job creates...

The goal of this pull request and the another one called add-ci is to be able to get an binary that can be built on one machine and deployed on...

I am currently editing the content pages with Emacs, it would be nice if I can set something in the config to ignore the _file~_ produced by Emacs, specially when...

Requires Javascript injection.

enhancement

Perhaps give a message like, "Some content files have been moved. Please rerun site-generator without any flags to deal with this."

bug

GET-SORTED-PAGES returns all pages in the specified directory _and_ its subdirectories. There should be an option to specify this behavior.

bug

This removes the one-content-page one-site-page relationship that currently exists.

enhancement