mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
rename output_path_short
and output_path_long
, resolves #10
This commit is contained in:
parent
847f0c7ee7
commit
4c6064a5a1
4 changed files with 16 additions and 16 deletions
|
@ -198,8 +198,8 @@ fn main() -> eyre::Result<()> {
|
|||
|
||||
let resource_config = ResourceBuilderConfig {
|
||||
source_path: id.clone(),
|
||||
output_path_short: id.clone(),
|
||||
output_path_long: id.clone(),
|
||||
output_path_resources: id.clone(),
|
||||
output_path_lists: id.clone(),
|
||||
resource_template: format!("{id}/resource.tera"),
|
||||
resource_list_template: format!("{id}/list.tera"),
|
||||
tag_list_template: "basic-link-list.tera".to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue