Add a --generate-dir=<dir> option #11

Closed
opened 2024-11-08 07:14:55 +00:00 by stephenseo · 2 comments
Owner

Given a config, it should be viable to "generate" the entire website into static files. Perhaps have a --generate-dir=<dir> to generate the entire served website into a directory for static hosting.

Given a config, it should be viable to "generate" the entire website into static files. Perhaps have a `--generate-dir=<dir>` to generate the entire served website into a directory for static hosting.
stephenseo added the
enhancement
label 2024-11-08 07:14:55 +00:00
stephenseo self-assigned this 2024-11-08 07:14:55 +00:00
stephenseo changed title from Add a --generate option to Add a --generate-dir=<dir> option 2024-11-08 08:08:05 +00:00
Author
Owner

Not sure if --enable-static-dir=<DIR> combined with this option should place the static files into the generated directory.

Not sure if `--enable-static-dir=<DIR>` combined with this option should place the static files into the generated directory.
Author
Owner

Not sure if --enable-static-dir=<DIR> combined with this option should place the static files into the generated directory.

This has been implemented (seen in latest dev branch).

> Not sure if `--enable-static-dir=<DIR>` combined with this option should place the static files into the generated directory. This has been implemented (seen in latest `dev` branch).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stephenseo/c_simple_http#11
No description provided.