Allow config.yaml configuration to set up a completely static site, no yaml parsing. #3

Open
opened 2023-10-15 04:50:06 +00:00 by tyrel · 0 comments
Owner

add the following configs to Config supporting config.yaml

static:
  source: /Path/To/Source
  output: /Path/To/output

And have code just copy from source to output wholesale.

add the following configs to Config supporting `config.yaml` ```yaml static: source: /Path/To/Source output: /Path/To/output ``` And have code just copy from source to output wholesale.
tyrel added this to the Completely Static project 2023-10-15 04:50:06 +00:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
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: tyrel/rust-ssg#3
No description provided.